Skip to content

Commit 58b5804

Browse files
Update kafka docs (#15882)
* update kafka docs * update PR id in changelog * docs fix
1 parent 4e7efd9 commit 58b5804

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

packages/kafka/_dev/build/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This integration collects logs and metrics from [Kafka](https://kafka.apache.org
66

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

9-
The `broker`, `consumergroup`, `partition` datastreams are tested with Kafka 0.10.2.1, 1.1.0, 2.1.1, 2.2.2 and 3.6.0.
9+
The `broker`, `consumergroup`, `partition` datastreams are tested with Kafka 0.10.2.1, 1.1.0, 2.1.1, 2.2.2 ,3.6.0, 4.0.0. If you are on any earlier 9.1.x release, you must upgrade to 9.1.3 for Kafka 4.0.0 support.
1010

1111
The `broker`, `consumer`, `controller`, `jvm`, `log_manager`, `network`, `producer`, `raft`, `replica_manager`, `topic` metricsets require Jolokia to fetch JMX metrics. Refer to the `How do I deploy this integration?` section below for more information.
1212

packages/kafka/changelog.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# newer versions go on top
2-
2+
- version: "1.26.0"
3+
changes:
4+
- description: Bump Kibana version, update documentation.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/15882
37
- version: "1.25.1"
48
changes:
59
- description: Fix issue preventing dashboards from loading in Elasticsearch stack version 8.13.x.

packages/kafka/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This integration collects logs and metrics from [Kafka](https://kafka.apache.org
66

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

9-
The `broker`, `consumergroup`, `partition` datastreams are tested with Kafka 0.10.2.1, 1.1.0, 2.1.1, 2.2.2 and 3.6.0.
9+
The `broker`, `consumergroup`, `partition` datastreams are tested with Kafka 0.10.2.1, 1.1.0, 2.1.1, 2.2.2 ,3.6.0, 4.0.0. If you are on any earlier 9.1.x release, you must upgrade to 9.1.3 for Kafka 4.0.0 support.
1010

1111
The `broker`, `consumer`, `controller`, `jvm`, `log_manager`, `network`, `producer`, `raft`, `replica_manager`, `topic` metricsets require Jolokia to fetch JMX metrics. Refer to the `How do I deploy this integration?` section below for more information.
1212

packages/kafka/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
format_version: "3.0.2"
22
name: kafka
33
title: Kafka
4-
version: "1.25.1"
4+
version: "1.26.0"
55
description: Collect logs and metrics from Kafka servers with Elastic Agent.
66
type: integration
77
categories:
88
- stream_processing
99
- observability
1010
conditions:
1111
kibana:
12-
version: "^8.13.0 || ^9.0.0"
12+
version: "^8.19.6 || ^9.0.6"
1313
elastic:
1414
subscription: basic
1515
screenshots:

0 commit comments

Comments
 (0)