Skip to content
Closed
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
2 changes: 2 additions & 0 deletions packages/system/data_stream/memory/fields/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
ignore_above: 1024
description: Instance ID of the host machine.
example: i-1234567890abcdef0
dimension: true
- name: instance.name
level: extended
type: keyword
Expand Down Expand Up @@ -67,6 +68,7 @@
type: keyword
ignore_above: 1024
description: Unique container id.
dimension: true
- name: image.name
level: extended
type: keyword
Expand Down
1 change: 1 addition & 0 deletions packages/system/data_stream/memory/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name: host.mac
- external: ecs
name: host.name
dimension: true
- external: ecs
name: host.os.family
- external: ecs
Expand Down
4 changes: 4 additions & 0 deletions packages/system/data_stream/memory/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ streams:
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the logs are parsed. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
title: System memory metrics
description: Collect System memory metrics

elasticsearch:
source_mode: "synthetic"
index_mode: "time_series"
4 changes: 2 additions & 2 deletions packages/system/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
format_version: 1.0.0
name: system
title: System
version: 1.20.4
version: 1.20.5
license: basic
description: Collect system logs and metrics from your servers with Elastic Agent.
description: Collect system logs and metrics from your servers with Elastic Agent and TSDB.
type: integration
categories:
- os_system
Expand Down