Skip to content

Commit

Permalink
Adding service.node.name to the spec (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalkoren authored Jul 7, 2021
1 parent b15f83f commit a617a44
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,16 @@
"url": "https://www.elastic.co/guide/en/ecs/current/ecs-service.html",
"comment": [
"Configurable by users.",
"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."
]
},
"service.node.name": {
"type": "string",
"required": false,
"url": "https://www.elastic.co/guide/en/ecs/current/ecs-service.html",
"comment": [
"Configurable by users.",
"When an APM agent is active and `service_node_name` is manually configured, the agent should auto-configure this field if not already set."
]
},
"event.dataset": {
Expand Down

0 comments on commit a617a44

Please sign in to comment.