We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b8651 commit 144448cCopy full SHA for 144448c
2 files changed
packages/envoyproxy/data_stream/stats/fields/ecs.yml
@@ -0,0 +1,3 @@
1
+- external: ecs
2
+ name: container.id
3
+ dimension: true
packages/envoyproxy/docs/README.md
@@ -247,6 +247,7 @@ An example event for `stats` looks as following:
247
| Field | Description | Type | Metric Type |
248
|---|---|---|---|
249
| @timestamp | Event timestamp. | date | |
250
+| container.id | Unique container id. | keyword | |
251
| data_stream.dataset | Data stream dataset. | constant_keyword | |
252
| data_stream.namespace | Data stream namespace. | constant_keyword | |
253
| data_stream.type | Data stream type. | constant_keyword | |
0 commit comments