diff --git a/ecs-logging-core/src/test/resources/spec/spec.json b/ecs-logging-core/src/test/resources/spec/spec.json index 7a5f6be0..915086d2 100644 --- a/ecs-logging-core/src/test/resources/spec/spec.json +++ b/ecs-logging-core/src/test/resources/spec/spec.json @@ -85,6 +85,15 @@ "When an APM agent is active and `service_node_name` is manually configured, the agent should auto-configure this field if not already set." ] }, + "service.version": { + "type": "string", + "required": false, + "url": "https://www.elastic.co/guide/en/ecs/current/ecs-service.html#field-service-version", + "comment": [ + "Configurable by users.", + "When an APM agent is active, it should auto-configure it if not already set." + ] + }, "event.dataset": { "type": "string", "required": false,