Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions packages/elastic_agent/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# newer versions go on top
- version: "1.13.1"
changes:
- description: Fix mapping and description for the `system.process.cpu.{system,user,total}.time.ms` fields.
type: bugfix
link: https://github.com/elastic/integrations/pull/7872
- description: Align mapping for the `beat.stats.libbeat.config.{running,starts,stops}` fields with the `beat` integration.
type: bugfix
link: https://github.com/elastic/integrations/pull/7872
- description: For the `message` field, consistently use the ECS defined mapping type of `match_only_text`.
type: bugfix
link: https://github.com/elastic/integrations/pull/7872
- version: "1.13.0"
changes:
- description: Remove metric mappings from the filebeat_input_logs data stream
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: message
type: text
title: Log Message
external: ecs
- name: elastic_agent
title: Elastic Agent
description: Fields related to the Elastic Agents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,20 @@
description: |
The total CPU time spent by the process.
- name: total.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The total CPU time spent by the process.
- name: user.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in user space.
- name: system.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in kernel space.
- name: memory
type: group
fields:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: message
type: text
title: Log Message
external: ecs
- name: elastic_agent
title: Elastic Agent
description: Fields related to the Elastic Agents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,20 @@
description: |
The total CPU time spent by the process.
- name: total.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The total CPU time spent by the process.
- name: user.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in user space.
- name: system.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in kernel space.
- name: memory
type: group
fields:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: message
type: text
title: Log Message
external: ecs
- name: decision_id
type: text
title: Decision ID
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: message
type: text
title: Log Message
external: ecs
- name: decision_id
type: text
title: Decision ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,20 @@
description: |
The total CPU time spent by the process.
- name: total.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The total CPU time spent by the process.
- name: user.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in user space.
- name: system.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in kernel space.
- name: memory
type: group
fields:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: message
type: text
title: Log Message
external: ecs
- name: elastic_agent
title: Elastic Agent
description: Fields related to the Elastic Agents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@
type: group
fields:
- name: running
type: short
type: long
- name: starts
type: short
type: long
- name: stops
type: short
type: long
- name: output
type: group
description: >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@
type: long
metric_type: counter
description: |
The time when the process was started.
The total CPU time spent by the process.
- name: user.time.ms
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in user space.
- name: system.time.ms
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in kernel space.
- name: memory
type: group
fields:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: message
type: text
title: Log Message
external: ecs
- name: elastic_agent
title: Elastic Agent
description: Fields related to the Elastic Agents
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: message
type: text
title: Log Message
external: ecs
- name: elastic_agent
title: Elastic Agent
description: Fields related to the Elastic Agents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,20 @@
description: |
The total CPU time spent by the process.
- name: total.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The total CPU time spent by the process.
- name: user.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in user space.
- name: system.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in kernel space.
- name: memory
type: group
fields:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: message
type: text
title: Log Message
external: ecs
- name: elastic_agent
title: Elastic Agent
description: Fields related to the Elastic Agents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,20 @@
description: |
The total CPU time spent by the process.
- name: total.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The total CPU time spent by the process.
- name: user.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in user space.
- name: system.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in kernel space.
- name: memory
type: group
fields:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: message
type: text
title: Log Message
external: ecs
- name: elastic_agent
title: Elastic Agent
description: Fields related to the Elastic Agents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,20 @@
description: |
The total CPU time spent by the process.
- name: total.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The total CPU time spent by the process.
- name: user.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in user space.
- name: system.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in kernel space.
- name: memory
type: group
fields:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: message
type: text
title: Log Message
external: ecs
- name: elastic_agent
title: Elastic Agent
description: Fields related to the Elastic Agents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,20 @@
description: |
The total CPU time spent by the process.
- name: total.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The total CPU time spent by the process.
- name: user.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in user space.
- name: system.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in kernel space.
- name: memory
type: group
fields:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: message
type: text
title: Log Message
external: ecs
- name: elastic_agent
title: Elastic Agent
description: Fields related to the Elastic Agents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,20 @@
description: |
The total CPU time spent by the process.
- name: total.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The total CPU time spent by the process.
- name: user.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in user space.
- name: system.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in kernel space.
- name: memory
type: group
fields:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: message
type: text
title: Log Message
external: ecs
- name: elastic_agent
title: Elastic Agent
description: Fields related to the Elastic Agents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,20 @@
description: |
The total CPU time spent by the process.
- name: total.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The total CPU time spent by the process.
- name: user.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in user space.
- name: system.time.ms
type: date
type: long
metric_type: counter
description: |
The time when the process was started.
The amount of CPU time the process spent in kernel space.
- name: memory
type: group
fields:
Expand Down
2 changes: 1 addition & 1 deletion packages/elastic_agent/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: elastic_agent
title: Elastic Agent
version: 1.13.0
version: 1.13.1
description: Collect logs and metrics from Elastic Agents.
type: integration
format_version: 1.0.0
Expand Down