File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 89
89
"type" : " string" ,
90
90
"required" : false ,
91
91
"url" : " https://www.elastic.co/guide/en/ecs/current/ecs-event.html" ,
92
- "default" : " ${service.name}.log OR ${service.name}.${appender.name}" ,
92
+ "default" : " ${service.name} OR ${service.name}.${appender.name}" ,
93
93
"comment" : [
94
94
" Configurable by users." ,
95
95
" If the user manually configures the service name," ,
96
- " the logging library should set `event.dataset=${service.name}.log ` if not explicitly configured otherwise." ,
96
+ " the logging library should set `event.dataset=${service.name}` if not explicitly configured otherwise." ,
97
97
" " ,
98
98
" When agents auto-configure the app to use an ECS logger," ,
99
99
" they should set `event.dataset=${service.name}.${appender.name}` if the appender name is available in the logging library." ,
100
- " Otherwise, agents should also set `event.dataset=${service.name}.log `" ,
100
+ " Otherwise, agents should also set `event.dataset=${service.name}`" ,
101
101
" " ,
102
102
" The field helps to filter for different log streams from the same pod, for example and is required for log anomaly detection."
103
103
]
You can’t perform that action at this time.
0 commit comments