We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c6256 commit 833d8c1Copy full SHA for 833d8c1
utils/ecs-logging/spec.json
@@ -85,6 +85,15 @@
85
"When an APM agent is active and `service_node_name` is manually configured, the agent should auto-configure this field if not already set."
86
]
87
},
88
+ "service.version": {
89
+ "type": "string",
90
+ "required": false,
91
+ "url": "https://www.elastic.co/guide/en/ecs/current/ecs-service.html#field-service-version",
92
+ "comment": [
93
+ "Configurable by users.",
94
+ "When an APM agent is active, it should auto-configure it if not already set."
95
+ ]
96
+ },
97
"event.dataset": {
98
"type": "string",
99
"required": false,
0 commit comments