File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ We recommend using this library to log into a JSON log file and let Filebeat sen
86
86
| [ ` log.origin.function ` ] ( https://www.elastic.co/guide/en/ecs/current/ecs-log.html ) | [ ` StackTraceElement#getMethodName() ` ] ( https://docs.oracle.com/javase/6/docs/api/java/lang/StackTraceElement.html#getMethodName() ) |
87
87
| [ ` message ` ] ( https://www.elastic.co/guide/en/ecs/current/ecs-base.html ) | [ ` LogEvent#getMessage() ` ] ( https://logging.apache.org/log4j/log4j-2.3/log4j-core/apidocs/org/apache/logging/log4j/core/LogEvent.html#getMessage() ) |
88
88
| [ ` error.type ` ] ( https://www.elastic.co/guide/en/ecs/current/ecs-error.html ) | [ ` Throwable#getClass() ` ] ( https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#getClass() ) |
89
- | [ ` error.message ` ] ( https://www.elastic.co/guide/en/ecs/current/ecs-error.html ) | [ ` Throwable#getStackTrace () ` ] ( https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#getMessage() ) |
89
+ | [ ` error.message ` ] ( https://www.elastic.co/guide/en/ecs/current/ecs-error.html ) | [ ` Throwable#getMessage () ` ] ( https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#getMessage() ) |
90
90
| [ ` error.stack_trace ` ] ( https://www.elastic.co/guide/en/ecs/current/ecs-error.html ) | [ ` Throwable#getStackTrace() ` ] ( https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#getStackTrace() ) |
91
91
| [ ` process.thread.name ` ] ( https://www.elastic.co/guide/en/ecs/current/ecs-process.html ) | [ ` LogEvent#getThreadName() ` ] ( https://logging.apache.org/log4j/log4j-2.3/log4j-core/apidocs/org/apache/logging/log4j/core/LogEvent.html#getThreadName() ) |
92
92
| [ ` labels ` ] ( https://www.elastic.co/guide/en/ecs/current/ecs-base.html ) | [ ` LogEvent#getContextMap() ` ] ( https://logging.apache.org/log4j/log4j-2.3/log4j-core/apidocs/org/apache/logging/log4j/core/LogEvent.html#getContextMap() ) |
You can’t perform that action at this time.
0 commit comments