IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Kafka fields

edit

Kafka module

kafka fields

edit

log fields

edit

Kafka log lines.

kafka.log.timestamp

edit

The timestamp from the log line.

kafka.log.level

edit

example: WARN

The log level.

kafka.log.message

edit

type: text

The logged message.

kafka.log.component

edit

type: keyword

Component the log is coming from.

kafka.log.class

edit

type: text

Java class the log is coming from.

trace fields

edit

Trace in the log line.

kafka.log.trace.class

edit

type: keyword

Java class the trace is coming from.

kafka.log.trace.message

edit

type: text

Message part of the trace.

kafka.log.trace.full

edit

type: text

The full trace in the log line.