WARNING: Version 6.1 of Filebeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Kafka fields
editKafka fields
editKafka module
kafka fields
editlog fields
editKafka log lines.
kafka.log.timestamp
editThe timestamp from the log line.
kafka.log.level
editexample: WARN
The log level.
kafka.log.message
edittype: text
The logged message.
kafka.log.component
edittype: keyword
Component the log is coming from.
kafka.log.class
edittype: text
Java class the log is coming from.
trace fields
editTrace in the log line.
kafka.log.trace.class
edittype: keyword
Java class the trace is coming from.
kafka.log.trace.message
edittype: text
Message part of the trace.
kafka.log.trace.full
edittype: text
The full trace in the log line.