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 @@ -74,6 +74,7 @@ The following example describes a richer set of fields in an event that has not
7474 "trace.id" : " 4bf92f3577b34da6a3ce929d0e0e4736" ,
7575 "transaction.id" : " 00f067aa0ba902b7" ,
7676 "service.name" : " opbeans" ,
77+ "service.version" : " 1.2.3" ,
7778 "event.dataset" : " opbeans.log"
7879}
7980```
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 ,
You can’t perform that action at this time.
0 commit comments