Skip to content

Commit

Permalink
rever process data_stream changes
Browse files Browse the repository at this point in the history
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
  • Loading branch information
tetianakravchenko committed May 31, 2023
1 parent 24348cd commit ad39244
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
25 changes: 11 additions & 14 deletions packages/system/data_stream/process/fields/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,18 @@
Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.'
example: 666777888999
dimension: true
- name: availability_zone
level: extended
type: keyword
ignore_above: 1024
description: Availability zone in which this host is running.
example: us-east-1c
dimension: true
- name: instance.id
level: extended
type: keyword
ignore_above: 1024
description: Instance ID of the host machine.
example: i-1234567890abcdef0
dimension: true
- name: instance.name
level: extended
type: keyword
Expand All @@ -45,14 +42,12 @@
ignore_above: 1024
description: Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean.
example: aws
dimension: true
- name: region
level: extended
type: keyword
ignore_above: 1024
description: Region in which this host is running.
example: us-east-1
dimension: true
- name: project.id
type: keyword
description: Name of the project in Google Cloud.
Expand All @@ -72,7 +67,6 @@
type: keyword
ignore_above: 1024
description: Unique container id.
dimension: true
- name: image.name
level: extended
type: keyword
Expand Down Expand Up @@ -135,7 +129,6 @@
level: core
type: keyword
ignore_above: 1024
dimension: true
description: 'Name of the host.
It can contain what `hostname` returns on Unix systems, the fully qualified domain name, or a name specified by the user. The sender decides which value to use.'
Expand All @@ -151,6 +144,17 @@
ignore_above: 1024
description: Operating system kernel version as a raw string.
example: 4.4.0-112-generic
- name: os.name
level: extended
type: keyword
ignore_above: 1024
multi_fields:
- name: text
type: text
norms: false
default_field: false
description: Operating system name, without the version.
example: Mac OS X
- name: os.platform
level: extended
type: keyword
Expand Down Expand Up @@ -193,13 +197,6 @@
description: Process metrics.
type: group
fields:
- name: pid
level: core
type: long
ignore_above: 1024
description: 'Process id.'
dimension: true

- name: state
type: keyword
description: >
Expand Down
3 changes: 0 additions & 3 deletions packages/system/data_stream/process/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,3 @@
external: ecs
- name: service.type
external: ecs
- external: ecs
name: agent.id
dimension: true
1 change: 0 additions & 1 deletion packages/system/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,6 @@ If running as less privileged user, it may not be able to read process data belo
| Field | Description | Type | Unit | Metric Type |
|---|---|---|---|---|
| @timestamp | Event timestamp. | date | | |
| agent.id | Unique identifier of this agent (if one exists). Example: For Beats this would be beat.id. | keyword | | |
| cloud.account.id | The cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier. | keyword | | |
| cloud.availability_zone | Availability zone in which this host is running. | keyword | | |
| cloud.image.id | Image ID for the cloud instance. | keyword | | |
Expand Down

0 comments on commit ad39244

Please sign in to comment.