File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 104
104
"required" : false ,
105
105
"url" : " https://www.elastic.co/guide/en/ecs/current/ecs-log.html" ,
106
106
"comment" : " Should be opt-in as it requires the logging library to capture a stack trace for each log event."
107
+ },
108
+ "error.type" : {
109
+ "type" : " string" ,
110
+ "required" : false ,
111
+ "url" : " https://www.elastic.co/guide/en/ecs/current/ecs-error.html" ,
112
+ "comment" : " The exception type or class, such as `java.lang.IllegalArgumentException`."
113
+ },
114
+ "error.message" : {
115
+ "type" : " string" ,
116
+ "required" : false ,
117
+ "url" : " https://www.elastic.co/guide/en/ecs/current/ecs-error.html" ,
118
+ "comment" : " The message of the exception."
119
+ },
120
+ "error.stack_trace" : {
121
+ "type" : " string" ,
122
+ "required" : false ,
123
+ "url" : " https://www.elastic.co/guide/en/ecs/current/ecs-error.html" ,
124
+ "comment" : " The stack trace of the exception as plain text."
107
125
}
108
126
}
109
127
}
You can’t perform that action at this time.
0 commit comments