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 0fd2d1a commit 450a106Copy full SHA for 450a106
tests/resources/spec.json
@@ -73,7 +73,16 @@
73
"url": "https://www.elastic.co/guide/en/ecs/current/ecs-service.html",
74
"comment": [
75
"Configurable by users.",
76
- "When an APM agent is active, they should auto-configure it if not already set."
+ "When an APM agent is active, it should auto-configure this field if not already set."
77
+ ]
78
+ },
79
+ "service.node.name": {
80
+ "type": "string",
81
+ "required": false,
82
+ "url": "https://www.elastic.co/guide/en/ecs/current/ecs-service.html",
83
+ "comment": [
84
+ "Configurable by users.",
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
"event.dataset": {
0 commit comments