File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The following example describes a richer set of fields in an event that has not
44
44
"origin" : {
45
45
"file" : {
46
46
"name" : " App.java" ,
47
- "line" : 42 ,
47
+ "line" : 42
48
48
},
49
49
"function" : " methodName"
50
50
}
Original file line number Diff line number Diff line change 81
81
"type" : " string" ,
82
82
"required" : false ,
83
83
"url" : " https://www.elastic.co/guide/en/ecs/current/ecs-process.html"
84
+ },
85
+ "log.logger" : {
86
+ "type" : " string" ,
87
+ "required" : false ,
88
+ "url" : " https://www.elastic.co/guide/en/ecs/current/ecs-log.html"
89
+ },
90
+ "log.origin.file.line" : {
91
+ "type" : " integer" ,
92
+ "required" : false ,
93
+ "url" : " https://www.elastic.co/guide/en/ecs/current/ecs-log.html" ,
94
+ "comment" : " Should be opt-in as it requires the logging library to capture a stack trace for each log event."
95
+ },
96
+ "log.origin.file.name" : {
97
+ "type" : " string" ,
98
+ "required" : false ,
99
+ "url" : " https://www.elastic.co/guide/en/ecs/current/ecs-log.html" ,
100
+ "comment" : " Should be opt-in as it requires the logging library to capture a stack trace for each log event."
101
+ },
102
+ "log.origin.function" : {
103
+ "type" : " string" ,
104
+ "required" : false ,
105
+ "url" : " https://www.elastic.co/guide/en/ecs/current/ecs-log.html" ,
106
+ "comment" : " Should be opt-in as it requires the logging library to capture a stack trace for each log event."
84
107
}
85
108
}
86
109
}
You can’t perform that action at this time.
0 commit comments