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/rabbitmq/docs/README.md
+62-62Lines changed: 62 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,68 +128,68 @@ An example event for `connection` looks as following:
128
128
129
129
**Exported fields**
130
130
131
-
| Field | Description | Type |
132
-
|---|---|---|
133
-
|@timestamp| Event timestamp. | date |
134
-
| agent.id || keyword |
135
-
| 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 |
136
-
| cloud.availability_zone | Availability zone in which this host is running. | keyword |
137
-
| cloud.image.id | Image ID for the cloud instance. | keyword |
138
-
| cloud.instance.id | Instance ID of the host machine. | keyword |
139
-
| cloud.instance.name | Instance name of the host machine. | keyword |
140
-
| cloud.machine.type | Machine type of the host machine. | keyword |
141
-
| cloud.project.id | Name of the project in Google Cloud. | keyword |
142
-
| cloud.provider | Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. | keyword |
143
-
| cloud.region | Region in which this host is running. | keyword |
144
-
| container.id | Unique container id. | keyword |
145
-
| container.image.name | Name of the image the container was built on. | keyword |
146
-
| container.labels | Image labels. | object |
147
-
| container.name | Container name. | keyword |
148
-
| data_stream.dataset | Data stream dataset. | constant_keyword |
149
-
| data_stream.namespace | Data stream namespace. | constant_keyword |
150
-
| data_stream.type | Data stream type. | constant_keyword |
151
-
| 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 |
| host.architecture | Operating system architecture. | keyword |
155
-
| host.containerized | If the host is a container. | boolean |
156
-
| 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 |
157
-
| host.hostname | Hostname of the host. It normally contains what the `hostname` command returns on the host machine. | keyword |
158
-
| 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 |
159
-
| host.ip | Host ip addresses. | ip |
160
-
| host.mac | Host mac addresses. | keyword |
161
-
| 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 |
162
-
| host.os.build | OS build information. | keyword |
163
-
| host.os.codename | OS codename, if any. | keyword |
164
-
| host.os.family | OS family (such as redhat, debian, freebsd, windows). | keyword |
165
-
| host.os.kernel | Operating system kernel version as a raw string. | keyword |
166
-
| host.os.name | Operating system name, without the version. | keyword |
167
-
| host.os.name.text | Multi-field of `host.os.name`. | text |
| host.os.version | Operating system version as a raw string. | keyword |
170
-
| 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 |
171
-
| rabbitmq.connection.channel_max | The maximum number of channels allowed on the connection. | long |
172
-
| rabbitmq.connection.channels | The number of channels on the connection. | long |
173
-
| rabbitmq.connection.client_provided.name | User specified connection name. | keyword |
174
-
| rabbitmq.connection.frame_max | Maximum permissible size of a frame (in bytes) to negotiate with clients. | long |
175
-
| rabbitmq.connection.host | Server hostname obtained via reverse DNS, or its IP address if reverse DNS failed or was disabled. | keyword |
176
-
| rabbitmq.connection.name | The name of the connection with non-ASCII characters escaped as in C. | keyword |
177
-
| rabbitmq.connection.octet_count.received | Number of octets received on the connection. | long |
178
-
| rabbitmq.connection.octet_count.sent | Number of octets sent on the connection. | long |
179
-
| rabbitmq.connection.packet_count.pending | Number of packets pending on the connection. | long |
180
-
| rabbitmq.connection.packet_count.received | Number of packets received on the connection. | long |
181
-
| rabbitmq.connection.packet_count.sent | Number of packets sent on the connection. | long |
182
-
| rabbitmq.connection.peer.host | Peer hostname obtained via reverse DNS, or its IP address if reverse DNS failed or was not enabled. | keyword |
183
-
| rabbitmq.connection.peer.port | Peer port. | long |
184
-
| rabbitmq.connection.port | Server port. | long |
| rabbitmq.connection.type | Type of the connection. | keyword |
187
-
| rabbitmq.vhost | Virtual host name with non-ASCII characters escaped as in C. | keyword |
188
-
| service.address | Address where data about this service was collected from. This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets). | keyword |
189
-
| 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 |
190
-
| user | The user fields describe information about the user that is relevant to the event. Fields can have one entry or multiple entries. If a user has more than one id, provide an array that includes all of them. | group |
191
-
| user.name | Short name or login of the user. | keyword |
192
-
| user.name.text | Multi-field of `user.name`. | match_only_text |
131
+
| Field | Description | Type | Metric Type |
132
+
|---|---|---|---|
133
+
|@timestamp| Event timestamp. | date ||
134
+
| agent.id || keyword ||
135
+
| 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 ||
136
+
| cloud.availability_zone | Availability zone in which this host is running. | keyword ||
137
+
| cloud.image.id | Image ID for the cloud instance. | keyword ||
138
+
| cloud.instance.id | Instance ID of the host machine. | keyword ||
139
+
| cloud.instance.name | Instance name of the host machine. | keyword ||
140
+
| cloud.machine.type | Machine type of the host machine. | keyword ||
141
+
| cloud.project.id | Name of the project in Google Cloud. | keyword ||
142
+
| cloud.provider | Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. | keyword ||
143
+
| cloud.region | Region in which this host is running. | keyword ||
| container.image.name | Name of the image the container was built on. | keyword ||
146
+
| container.labels | Image labels. | object ||
147
+
| container.name | Container name. | keyword ||
148
+
| data_stream.dataset | Data stream dataset. | constant_keyword ||
149
+
| data_stream.namespace | Data stream namespace. | constant_keyword ||
150
+
| data_stream.type | Data stream type. | constant_keyword ||
151
+
| 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 ||
| host.architecture | Operating system architecture. | keyword ||
155
+
| host.containerized | If the host is a container. | boolean ||
156
+
| 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 ||
157
+
| host.hostname | Hostname of the host. It normally contains what the `hostname` command returns on the host machine. | keyword ||
158
+
| 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 ||
159
+
| host.ip | Host ip addresses. | ip ||
160
+
| host.mac | Host mac addresses. | keyword ||
161
+
| 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 ||
162
+
| host.os.build | OS build information. | keyword ||
163
+
| host.os.codename | OS codename, if any. | keyword ||
164
+
| host.os.family | OS family (such as redhat, debian, freebsd, windows). | keyword ||
165
+
| host.os.kernel | Operating system kernel version as a raw string. | keyword ||
166
+
| host.os.name | Operating system name, without the version. | keyword ||
167
+
| host.os.name.text | Multi-field of `host.os.name`. | text ||
| host.os.version | Operating system version as a raw string. | keyword ||
170
+
| 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 ||
171
+
| rabbitmq.connection.channel_max | The maximum number of channels allowed on the connection. | long | counter |
172
+
| rabbitmq.connection.channels | The number of channels on the connection. | long | gauge |
173
+
| rabbitmq.connection.client_provided.name | User specified connection name. | keyword ||
174
+
| rabbitmq.connection.frame_max | Maximum permissible size of a frame (in bytes) to negotiate with clients. | long | gauge |
175
+
| rabbitmq.connection.host | Server hostname obtained via reverse DNS, or its IP address if reverse DNS failed or was disabled. | keyword ||
176
+
| rabbitmq.connection.name | The name of the connection with non-ASCII characters escaped as in C. | keyword ||
177
+
| rabbitmq.connection.octet_count.received | Number of octets received on the connection. | long | gauge |
178
+
| rabbitmq.connection.octet_count.sent | Number of octets sent on the connection. | long | gauge |
179
+
| rabbitmq.connection.packet_count.pending | Number of packets pending on the connection. | long | gauge |
180
+
| rabbitmq.connection.packet_count.received | Number of packets received on the connection. | long | counter |
181
+
| rabbitmq.connection.packet_count.sent | Number of packets sent on the connection. | long | counter |
182
+
| rabbitmq.connection.peer.host | Peer hostname obtained via reverse DNS, or its IP address if reverse DNS failed or was not enabled. | keyword ||
183
+
| rabbitmq.connection.peer.port | Peer port. | long ||
184
+
| rabbitmq.connection.port | Server port. | long ||
| rabbitmq.connection.type | Type of the connection. | keyword ||
187
+
| rabbitmq.vhost | Virtual host name with non-ASCII characters escaped as in C. | keyword ||
188
+
| service.address | Address where data about this service was collected from. This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets). | keyword ||
189
+
| 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 ||
190
+
| user | The user fields describe information about the user that is relevant to the event. Fields can have one entry or multiple entries. If a user has more than one id, provide an array that includes all of them. | group ||
191
+
| user.name | Short name or login of the user. | keyword ||
192
+
| user.name.text | Multi-field of `user.name`. | match_only_text ||
0 commit comments