File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ The following example describes a richer set of fields in an event that has not
75
75
"transaction.id" : " 00f067aa0ba902b7" ,
76
76
"service.name" : " opbeans" ,
77
77
"service.version" : " 1.2.3" ,
78
+ "service.environment" : " production" ,
78
79
"event.dataset" : " opbeans.log"
79
80
}
80
81
```
Original file line number Diff line number Diff line change 111
111
" The field helps to filter for different log streams from the same pod, for example and is required for log anomaly detection."
112
112
]
113
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
+ },
114
123
"process.thread.name" : {
115
124
"type" : " string" ,
116
125
"required" : false ,
You can’t perform that action at this time.
0 commit comments