File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
ecs-logging-core/src/test/resources/spec Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 8585 " When an APM agent is active and `service_node_name` is manually configured, the agent should auto-configure this field if not already set."
8686 ]
8787 },
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+ },
8897 "event.dataset" : {
8998 "type" : " string" ,
9099 "required" : false ,
102111 " The field helps to filter for different log streams from the same pod, for example and is required for log anomaly detection."
103112 ]
104113 },
114+ "service.environment" : {
115+ "type" : " string" ,
116+ "required" : false ,
117+ "url" : " https://www.elastic.co/guide/en/ecs/current/ecs-service.html#field-service-environment" ,
118+ "comment" : [
119+ " Configurable by users." ,
120+ " When an APM agent is active, it should auto-configure it if not already set."
121+ ]
122+ },
105123 "process.thread.name" : {
106124 "type" : " string" ,
107125 "required" : false ,
You can’t perform that action at this time.
0 commit comments