All Downloads are FREE. Search and download functionalities are using the official Maven repository.

4j2.log4j2-logstash-layout.0.8.source-code.LogstashJsonEventLayoutV1.json Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
{
  "mdc": "${json:mdc}",
  "exception": {
    "exception_class": "${json:exceptionClassName}",
    "exception_message": "${json:exceptionMessage}",
    "stacktrace": "${json:exceptionStackTrace}"
  },
  "line_number": "${json:sourceLineNumber}",
  "class": "${json:sourceClassName}",
  "@version": 1,
  "source_host": "${hostName}",
  "message": "${json:message}",
  "thread_name": "${json:threadName}",
  "@timestamp": "${json:timestamp}",
  "level": "${json:level}",
  "file": "${json:sourceFileName}",
  "method": "${json:sourceMethodName}",
  "logger_name": "${json:loggerName}"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy