File tree 2 files changed +10
-0
lines changed 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ The following example describes a richer set of fields in an event that has not
74
74
"trace.id" : " 4bf92f3577b34da6a3ce929d0e0e4736" ,
75
75
"transaction.id" : " 00f067aa0ba902b7" ,
76
76
"service.name" : " opbeans" ,
77
+ "service.version" : " 1.2.3" ,
77
78
"event.dataset" : " opbeans.log"
78
79
}
79
80
```
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 ,
You can’t perform that action at this time.
0 commit comments