Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions dev/import-beats-resources/kafka/docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Kafka integration

This integration collects logs and metrics from [https://kafka.apache.org](Kafka) servers.

## Compatibility

The `log` dataset is tested with logs from Kafka 0.9, 1.1.0 and 2.0.0.

The `broker`, `consumergroup` and `partition` metricsets are tested with Kafka 0.10.2.1, 1.1.0, 2.1.1, and 2.2.2.

The `broker` metricset requires Jolokia to fetch JMX metrics. Refer to the Metricbeat documentation about Jolokia for more information.

## Logs

### log

The `log` dataset collects and parses logs from Kafka servers.

The fields reported are:

{{fields "log"}}

## Metrics

### broker

<!-- TODO example event -->

The fields reported are:

{{fields "broker"}}

### consumergroup

<!-- TODO example event -->

The fields reported are:

{{fields "consumergroup"}}

### partition

<!-- TODO example event -->

The fields reported are:

{{fields "partition"}}