You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/system/data_stream/process/fields/agent.yml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,21 @@
13
13
14
14
Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.'
15
15
example: 666777888999
16
+
dimension: true
16
17
- name: availability_zone
17
18
level: extended
18
19
type: keyword
19
20
ignore_above: 1024
20
21
description: Availability zone in which this host is running.
21
22
example: us-east-1c
23
+
dimension: true
22
24
- name: instance.id
23
25
level: extended
24
26
type: keyword
25
27
ignore_above: 1024
26
28
description: Instance ID of the host machine.
27
29
example: i-1234567890abcdef0
30
+
dimension: true
28
31
- name: instance.name
29
32
level: extended
30
33
type: keyword
@@ -42,12 +45,14 @@
42
45
ignore_above: 1024
43
46
description: Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean.
44
47
example: aws
48
+
dimension: true
45
49
- name: region
46
50
level: extended
47
51
type: keyword
48
52
ignore_above: 1024
49
53
description: Region in which this host is running.
50
54
example: us-east-1
55
+
dimension: true
51
56
- name: project.id
52
57
type: keyword
53
58
description: Name of the project in Google Cloud.
@@ -67,6 +72,7 @@
67
72
type: keyword
68
73
ignore_above: 1024
69
74
description: Unique container id.
75
+
dimension: true
70
76
- name: image.name
71
77
level: extended
72
78
type: keyword
@@ -134,6 +140,7 @@
134
140
level: core
135
141
type: keyword
136
142
ignore_above: 1024
143
+
dimension: true
137
144
description: 'Name of the host.
138
145
139
146
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.'
Copy file name to clipboardExpand all lines: packages/system/docs/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1800,6 +1800,7 @@ If running as less privileged user, it may not be able to read process data belo
1800
1800
| Field | Description | Type | Unit | Metric Type |
1801
1801
|---|---|---|---|---|
1802
1802
| @timestamp | Event timestamp. | date | | |
1803
+
| agent.id | Unique identifier of this agent (if one exists). Example: For Beats this would be beat.id. | keyword | | |
1803
1804
| 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 | | |
1804
1805
| cloud.availability_zone | Availability zone in which this host is running. | keyword | | |
1805
1806
| cloud.image.id | Image ID for the cloud instance. | keyword | | |
@@ -1826,7 +1827,7 @@ If running as less privileged user, it may not be able to read process data belo
1826
1827
| host.hostname | Hostname of the host. It normally contains what the `hostname` command returns on the host machine. | keyword | | |
1827
1828
| host.id | Unique host id. As hostname is not always unique, use values that are meaningful in your environment. Example: The current usage of `beat.name`. | keyword | | |
1828
1829
| host.ip | Host ip addresses. | ip | | |
1829
-
| host.mac | Host MAC addresses. The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving the value of the octet as an unsigned integer. Successive octets are separated by a hyphen. | keyword | | |
1830
+
| host.mac | Host mac addresses. | keyword | | |
1830
1831
| host.name | 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. | keyword | | |
| host.os.version | Operating system version as a raw string. | keyword | | |
1841
1842
| host.type | Type of host. For Cloud providers this can be the machine type like `t2.medium`. If vm, this could be the container, for example, or other information meaningful in your environment. | keyword | | |
0 commit comments