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
description: Fields related to the cloud or infrastructure the events are coming from.
5
+
footnote: 'Examples: If Metricbeat is running on an EC2 host and fetches data from its host, the cloud info contains the data about this machine. If Metricbeat runs on a remote machine outside the cloud and fetches data from a service running in the cloud, the field contains cloud data from the machine the service is running on.'
6
+
type: group
7
+
fields:
8
+
- name: account.id
9
+
level: extended
10
+
type: keyword
11
+
ignore_above: 1024
12
+
dimension: true
13
+
description: 'The cloud account or organization id used to identify different entities in a multi-tenant environment.
14
+
Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.'
15
+
example: 666777888999
16
+
- name: availability_zone
17
+
level: extended
18
+
type: keyword
19
+
ignore_above: 1024
20
+
dimension: true
21
+
description: Availability zone in which this host is running.
22
+
example: us-east-1c
23
+
- name: instance.id
24
+
level: extended
25
+
type: keyword
26
+
ignore_above: 1024
27
+
description: Instance ID of the host machine.
28
+
example: i-1234567890abcdef0
29
+
dimension: true
30
+
- name: instance.name
31
+
level: extended
32
+
type: keyword
33
+
ignore_above: 1024
34
+
description: Instance name of the host machine.
35
+
- name: machine.type
36
+
level: extended
37
+
type: keyword
38
+
ignore_above: 1024
39
+
description: Machine type of the host machine.
40
+
example: t2.medium
41
+
- name: provider
42
+
level: extended
43
+
type: keyword
44
+
ignore_above: 1024
45
+
description: Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean.
46
+
example: aws
47
+
dimension: true
48
+
- name: region
49
+
level: extended
50
+
type: keyword
51
+
ignore_above: 1024
52
+
dimension: true
53
+
description: Region in which this host is running.
54
+
example: us-east-1
55
+
- name: project.id
56
+
type: keyword
57
+
description: Name of the project in Google Cloud.
58
+
- name: image.id
59
+
type: keyword
60
+
description: Image ID for the cloud instance.
61
+
- name: container
62
+
title: Container
63
+
group: 2
64
+
description: 'Container fields are used for meta information about the specific container that is the source of information.
65
+
These fields help correlate data based containers from any runtime.'
66
+
type: group
67
+
fields:
68
+
- name: id
69
+
level: core
70
+
type: keyword
71
+
ignore_above: 1024
72
+
description: Unique container id.
73
+
dimension: true
74
+
- name: image.name
75
+
level: extended
76
+
type: keyword
77
+
ignore_above: 1024
78
+
description: Name of the image the container was built on.
79
+
- name: labels
80
+
level: extended
81
+
type: object
82
+
object_type: keyword
83
+
description: Image labels.
84
+
- name: name
85
+
level: extended
86
+
type: keyword
87
+
ignore_above: 1024
88
+
description: Container name.
89
+
- name: host
90
+
title: Host
91
+
group: 2
92
+
description: 'A host is defined as a general computing instance.
93
+
ECS host.* fields should be populated with details about the host on which the event happened, or from which the measurement was taken. Host types include hardware, virtual machines, Docker containers, and Kubernetes nodes.'
94
+
type: group
95
+
fields:
96
+
- name: architecture
97
+
level: core
98
+
type: keyword
99
+
ignore_above: 1024
100
+
description: Operating system architecture.
101
+
example: x86_64
102
+
- name: domain
103
+
level: extended
104
+
type: keyword
105
+
ignore_above: 1024
106
+
description: 'Name of the domain of which the host is a member.
107
+
For example, on Windows this could be the host''s Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host''s LDAP provider.'
108
+
example: CONTOSO
109
+
default_field: false
110
+
- name: hostname
111
+
level: core
112
+
type: keyword
113
+
ignore_above: 1024
114
+
description: 'Hostname of the host.
115
+
It normally contains what the `hostname` command returns on the host machine.'
116
+
- name: id
117
+
level: core
118
+
type: keyword
119
+
ignore_above: 1024
120
+
description: 'Unique host id.
121
+
As hostname is not always unique, use values that are meaningful in your environment.
122
+
Example: The current usage of `beat.name`.'
123
+
- name: ip
124
+
level: core
125
+
type: ip
126
+
description: Host ip addresses.
127
+
- name: mac
128
+
level: core
129
+
type: keyword
130
+
ignore_above: 1024
131
+
description: Host mac addresses.
132
+
- name: name
133
+
level: core
134
+
type: keyword
135
+
ignore_above: 1024
136
+
dimension: true
137
+
description: 'Name of the host.
138
+
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.'
139
+
- name: os.family
140
+
level: extended
141
+
type: keyword
142
+
ignore_above: 1024
143
+
description: OS family (such as redhat, debian, freebsd, windows).
144
+
example: debian
145
+
- name: os.kernel
146
+
level: extended
147
+
type: keyword
148
+
ignore_above: 1024
149
+
description: Operating system kernel version as a raw string.
150
+
example: 4.4.0-112-generic
151
+
- name: os.name
152
+
level: extended
153
+
type: keyword
154
+
ignore_above: 1024
155
+
multi_fields:
156
+
- name: text
157
+
type: text
158
+
norms: false
159
+
default_field: false
160
+
description: Operating system name, without the version.
161
+
example: Mac OS X
162
+
- name: os.platform
163
+
level: extended
164
+
type: keyword
165
+
ignore_above: 1024
166
+
description: Operating system platform (such centos, ubuntu, windows).
167
+
example: darwin
168
+
- name: os.version
169
+
level: extended
170
+
type: keyword
171
+
ignore_above: 1024
172
+
description: Operating system version as a raw string.
173
+
example: 10.14.1
174
+
- name: type
175
+
level: core
176
+
type: keyword
177
+
ignore_above: 1024
178
+
description: 'Type of host.
179
+
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.'
Copy file name to clipboardExpand all lines: packages/cisco_meraki_metrics/docs/README.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,40 @@ The `device_health` dataset provides metrics related to the health and status of
33
33
| Field | Description | Type | Unit | Metric Type |
34
34
|---|---|---|---|---|
35
35
|@timestamp| Event timestamp. | date |||
36
+
| agent.id || keyword |||
37
+
| 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 |||
38
+
| cloud.availability_zone | Availability zone in which this host is running. | keyword |||
39
+
| cloud.image.id | Image ID for the cloud instance. | keyword |||
40
+
| cloud.instance.id | Instance ID of the host machine. | keyword |||
41
+
| cloud.instance.name | Instance name of the host machine. | keyword |||
42
+
| cloud.machine.type | Machine type of the host machine. | keyword |||
43
+
| cloud.project.id | Name of the project in Google Cloud. | keyword |||
44
+
| cloud.provider | Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. | keyword |||
45
+
| cloud.region | Region in which this host is running. | keyword |||
| container.image.name | Name of the image the container was built on. | keyword |||
48
+
| container.labels | Image labels. | object |||
49
+
| container.name | Container name. | keyword |||
36
50
| data_stream.dataset | Data stream dataset. | constant_keyword |||
37
51
| data_stream.namespace | Data stream namespace. | constant_keyword |||
38
52
| data_stream.type | Data stream type. | constant_keyword |||
53
+
| host.architecture | Operating system architecture. | keyword |||
54
+
| host.containerized | If the host is a container. | boolean |||
55
+
| host.domain | Name of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider. | keyword |||
56
+
| host.hostname | Hostname of the host. It normally contains what the `hostname` command returns on the host machine. | keyword |||
57
+
| 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 |||
58
+
| host.ip | Host ip addresses. | ip |||
59
+
| host.mac | Host mac addresses. | keyword |||
60
+
| 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 |||
61
+
| host.os.build | OS build information. | keyword |||
62
+
| host.os.codename | OS codename, if any. | keyword |||
63
+
| host.os.family | OS family (such as redhat, debian, freebsd, windows). | keyword |||
64
+
| host.os.kernel | Operating system kernel version as a raw string. | keyword |||
65
+
| host.os.name | Operating system name, without the version. | keyword |||
66
+
| host.os.name.text | Multi-field of `host.os.name`. | text |||
| host.os.version | Operating system version as a raw string. | keyword |||
69
+
| 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 |||
39
70
| meraki.device.address | Physical address of the device. | keyword |||
40
71
| meraki.device.channel_utilization.wifi0.utilization_80211 | Percentage of wifi channel utiliation for the given radio. | double | percent | gauge |
41
72
| meraki.device.channel_utilization.wifi0.utilization_non_80211 | Percentage of non-wifi channel utiliation for the given radio. | double | percent | gauge |
0 commit comments