New

The executive guide to generative AI

Read more

Kafka fields

edit

Kafka module

kafka fields

edit

log fields

edit

Kafka log lines.

kafka.log.timestamp

The timestamp from the log line.

kafka.log.level

example: WARN

The log level.

kafka.log.message

type: text

The logged message.

kafka.log.component

type: keyword

Component the log is coming from.

kafka.log.class

type: text

Java class the log is coming from.

trace fields

edit

Trace in the log line.

kafka.log.trace.class

type: keyword

Java class the trace is coming from.

kafka.log.trace.message

type: text

Message part of the trace.

kafka.log.trace.full

type: text

The full trace in the log line.

Was this helpful?
Feedback