File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ The following example describes a richer set of fields in an event that has not
60
60
"app_uptime" : " 2016-05-15T14:03:12.345Z"
61
61
},
62
62
"tags" : [" production" , " env001" ],
63
+ "trace.id" : " 4bf92f3577b34da6a3ce929d0e0e4736" ,
64
+ "transaction.id" : " 00f067aa0ba902b7"
63
65
}
64
66
```
65
67
Original file line number Diff line number Diff line change 38
38
"substitute" : " _"
39
39
}
40
40
}
41
+ },
42
+ "trace.id" : {
43
+ "type" : " string" ,
44
+ "required" : false ,
45
+ "url" : " https://www.elastic.co/guide/en/ecs/current/ecs-tracing.html" ,
46
+ "comment" : " When APM agents add this field to the context, ecs loggers should pick it up and add it to the log event."
47
+ },
48
+ "transaction.id" : {
49
+ "type" : " string" ,
50
+ "required" : false ,
51
+ "url" : " https://www.elastic.co/guide/en/ecs/current/ecs-tracing.html" ,
52
+ "comment" : " When APM agents add this field to the context, ecs loggers should pick it up and add it to the log event."
41
53
}
42
54
}
43
- }
55
+ }
You can’t perform that action at this time.
0 commit comments