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

4j2.log4j2-logstash-layout.1.0.0.source-code.EcsLayout.json Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
{
  "@timestamp": "${json:timestamp}",
  "log.level": "${json:level}",
  "message": "${json:message}",
  "process.thread.name": "${json:thread:name}",
  "log.logger": "${json:logger:name}",
  "labels": "${json:mdc}",
  "tags": "${json:ndc}",
  "error.type": "${json:exception:className}",
  "error.message": "${json:exception:message}",
  "error.stack_trace": "${json:exception:stackTrace:text}"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy