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
| azure.resource.type | The type of the resource | keyword |
72
-
| azure.subscription_id | The subscription ID | keyword |
73
-
| azure.timegrain | The Azure metric timegrain | keyword |
74
-
| 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 |
75
-
| cloud.availability_zone | Availability zone in which this host is running. | keyword |
76
-
| cloud.image.id | Image ID for the cloud instance. | keyword |
77
-
| cloud.instance.id | Instance ID of the host machine. | keyword |
78
-
| cloud.instance.name | Instance name of the host machine. | keyword |
79
-
| cloud.machine.type | Machine type of the host machine. | keyword |
80
-
| cloud.project.id | Name of the project in Google Cloud. | keyword |
81
-
| cloud.provider | Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. | keyword |
82
-
| cloud.region | Region in which this host is running. | keyword |
83
-
| container.id | Unique container id. | keyword |
84
-
| container.image.name | Name of the image the container was built on. | keyword |
85
-
| container.labels | Image labels. | object |
86
-
| container.name | Container name. | keyword |
87
-
| container.runtime | Runtime managing this container. | keyword |
88
-
| data_stream.dataset | Data stream dataset name. | constant_keyword |
89
-
| data_stream.namespace | Data stream namespace. | constant_keyword |
90
-
| data_stream.type | Data stream type. | constant_keyword |
| ecs.version | ECS version this event conforms to. `ecs.version` is a required field and must exist in all events. When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events. | keyword |
95
-
| host | A host is defined as a general computing instance. 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. | group |
96
-
| host.architecture | Operating system architecture. | keyword |
97
-
| host.containerized | If the host is a container. | boolean |
98
-
| 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 |
99
-
| host.hostname | Hostname of the host. It normally contains what the `hostname` command returns on the host machine. | keyword |
100
-
| 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 |
101
-
| host.ip | Host ip addresses. | ip |
102
-
| host.mac | Host mac addresses. | keyword |
103
-
| 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 |
104
-
| host.os.build | OS build information. | keyword |
105
-
| host.os.codename | OS codename, if any. | keyword |
106
-
| host.os.family | OS family (such as redhat, debian, freebsd, windows). | keyword |
107
-
| host.os.kernel | Operating system kernel version as a raw string. | keyword |
108
-
| host.os.name | Operating system name, without the version. | keyword |
109
-
| host.os.name.text | Multi-field of `host.os.name`. | text |
| host.os.version | Operating system version as a raw string. | keyword |
112
-
| 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 |
113
-
| service.address | Service address | keyword |
114
-
| service.type | The type of the service data is collected from. The type can be used to group and correlate logs and metrics from one service type. Example: If logs or metrics are collected from Elasticsearch, `service.type` would be `elasticsearch`. | keyword |
60
+
| Field | Description | Type | Metric Type |
61
+
|---|---|---|---|
62
+
|@timestamp| Event timestamp. | date ||
63
+
| agent.id | Unique identifier of this agent (if one exists). Example: For Beats this would be beat.id. | keyword ||
64
+
| azure.application_id | The application ID | keyword ||
| azure.resource.type | The type of the resource | keyword ||
74
+
| azure.subscription_id | The subscription ID | keyword ||
75
+
| azure.timegrain | The Azure metric timegrain | keyword ||
76
+
| 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 ||
77
+
| cloud.availability_zone | Availability zone in which this host is running. | keyword ||
78
+
| cloud.image.id | Image ID for the cloud instance. | keyword ||
79
+
| cloud.instance.id | Instance ID of the host machine. | keyword ||
80
+
| cloud.instance.name | Instance name of the host machine. | keyword ||
81
+
| cloud.machine.type | Machine type of the host machine. | keyword ||
82
+
| cloud.project.id | Name of the project in Google Cloud. | keyword ||
83
+
| cloud.provider | Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. | keyword ||
84
+
| cloud.region | Region in which this host is running. | keyword ||
| ecs.version | ECS version this event conforms to. `ecs.version` is a required field and must exist in all events. When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events. | keyword ||
97
+
| host | A host is defined as a general computing instance. 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. | group ||
98
+
| host.architecture | Operating system architecture. | keyword ||
99
+
| host.containerized | If the host is a container. | boolean ||
100
+
| 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 ||
101
+
| host.hostname | Hostname of the host. It normally contains what the `hostname` command returns on the host machine. | keyword ||
102
+
| 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 ||
103
+
| host.ip | Host ip addresses. | ip ||
104
+
| host.mac | Host mac addresses. | keyword ||
105
+
| 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 ||
106
+
| host.os.build | OS build information. | keyword ||
107
+
| host.os.codename | OS codename, if any. | keyword ||
108
+
| host.os.family | OS family (such as redhat, debian, freebsd, windows). | keyword ||
109
+
| host.os.kernel | Operating system kernel version as a raw string. | keyword ||
110
+
| host.os.name | Operating system name, without the version. | keyword ||
111
+
| host.os.name.text | Multi-field of `host.os.name`. | text ||
| host.os.version | Operating system version as a raw string. | keyword ||
114
+
| 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 ||
115
+
| service.address | Service address | keyword ||
116
+
| service.type | The type of the service data is collected from. The type can be used to group and correlate logs and metrics from one service type. Example: If logs or metrics are collected from Elasticsearch, `service.type` would be `elasticsearch`. | keyword ||
0 commit comments