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 85
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
86
]
87
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
+ },
88
97
"event.dataset" : {
89
98
"type" : " string" ,
90
99
"required" : false ,
102
111
" The field helps to filter for different log streams from the same pod, for example and is required for log anomaly detection."
103
112
]
104
113
},
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
+ },
105
123
"process.thread.name" : {
106
124
"type" : " string" ,
107
125
"required" : false ,
You can’t perform that action at this time.
0 commit comments