File tree Expand file tree Collapse file tree 9 files changed +3150
-0
lines changed Expand file tree Collapse file tree 9 files changed +3150
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ include::{include_path}/version-list-intro.asciidoc[]
5
5
6
6
|=======================================================================
7
7
| Version | Release Date
8
+ | <<v11.6.3-plugins-inputs-kafka,v11.6.3>> | 2025-06-12
9
+ | <<v11.6.2-plugins-inputs-kafka,v11.6.2>> | 2025-05-21
8
10
| <<v11.6.1-plugins-inputs-kafka,v11.6.1>> | 2025-05-08
9
11
| <<v11.6.0-plugins-inputs-kafka,v11.6.0>> | 2025-01-07
10
12
| <<v11.5.4-plugins-inputs-kafka,v11.5.4>> | 2024-12-18
@@ -72,6 +74,8 @@ include::{include_path}/version-list-intro.asciidoc[]
72
74
| <<v6.3.0-plugins-inputs-kafka,v6.3.0>> | 2017-05-11
73
75
|=======================================================================
74
76
77
+ include::kafka-v11.6.3.asciidoc[]
78
+ include::kafka-v11.6.2.asciidoc[]
75
79
include::kafka-v11.6.1.asciidoc[]
76
80
include::kafka-v11.6.0.asciidoc[]
77
81
include::kafka-v11.5.4.asciidoc[]
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ include::{include_path}/version-list-intro.asciidoc[]
5
5
6
6
|=======================================================================
7
7
| Version | Release Date
8
+ | <<v11.6.3-plugins-integrations-kafka,v11.6.3>> | 2025-06-12
9
+ | <<v11.6.2-plugins-integrations-kafka,v11.6.2>> | 2025-05-21
8
10
| <<v11.6.1-plugins-integrations-kafka,v11.6.1>> | 2025-05-08
9
11
| <<v11.6.0-plugins-integrations-kafka,v11.6.0>> | 2025-01-07
10
12
| <<v11.5.4-plugins-integrations-kafka,v11.5.4>> | 2024-12-18
@@ -54,6 +56,8 @@ include::{include_path}/version-list-intro.asciidoc[]
54
56
| <<v10.0.0-plugins-integrations-kafka,v10.0.0>> | 2019-10-15
55
57
|=======================================================================
56
58
59
+ include::kafka-v11.6.3.asciidoc[]
60
+ include::kafka-v11.6.2.asciidoc[]
57
61
include::kafka-v11.6.1.asciidoc[]
58
62
include::kafka-v11.6.0.asciidoc[]
59
63
include::kafka-v11.5.4.asciidoc[]
Original file line number Diff line number Diff line change
1
+ :plugin: kafka
2
+ :type: integration
3
+ :no_codec:
4
+ :kafka_client: 3.8.1
5
+
6
+ ///////////////////////////////////////////
7
+ START - GENERATED VARIABLES, DO NOT EDIT!
8
+ ///////////////////////////////////////////
9
+ :version: v11.6.2
10
+ :release_date: 2025-05-21
11
+ :changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.6.2/CHANGELOG.md
12
+ :include_path: ../include/6.x
13
+ ///////////////////////////////////////////
14
+ END - GENERATED VARIABLES, DO NOT EDIT!
15
+ ///////////////////////////////////////////
16
+
17
+ [id="{version}-plugins-{type}s-{plugin}"]
18
+
19
+ === Kafka Integration Plugin {version}
20
+
21
+ include::{include_path}/plugin_header.asciidoc[]
22
+
23
+ ==== Description
24
+
25
+ The Kafka Integration Plugin provides integrated plugins for working with the
26
+ https://kafka.apache.org/[Kafka] distributed streaming platform.
27
+
28
+ - {logstash-ref}/plugins-inputs-kafka.html[Kafka Input Plugin]
29
+ - {logstash-ref}/plugins-outputs-kafka.html[Kafka Output Plugin]
30
+
31
+ This plugin uses Kafka Client {kafka_client}. For broker compatibility, see the official
32
+ https://cwiki.apache.org/confluence/display/KAFKA/Compatibility+Matrix[Kafka
33
+ compatibility reference]. If the linked compatibility wiki is not up-to-date,
34
+ please contact Kafka support/community to confirm compatibility.
35
+
36
+ :no_codec!:
Original file line number Diff line number Diff line change
1
+ :plugin: kafka
2
+ :type: integration
3
+ :no_codec:
4
+ :kafka_client: 3.9.1
5
+
6
+ ///////////////////////////////////////////
7
+ START - GENERATED VARIABLES, DO NOT EDIT!
8
+ ///////////////////////////////////////////
9
+ :version: v11.6.3
10
+ :release_date: 2025-06-12
11
+ :changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.6.3/CHANGELOG.md
12
+ :include_path: ../include/6.x
13
+ ///////////////////////////////////////////
14
+ END - GENERATED VARIABLES, DO NOT EDIT!
15
+ ///////////////////////////////////////////
16
+
17
+ [id="{version}-plugins-{type}s-{plugin}"]
18
+
19
+ === Kafka Integration Plugin {version}
20
+
21
+ include::{include_path}/plugin_header.asciidoc[]
22
+
23
+ ==== Description
24
+
25
+ The Kafka Integration Plugin provides integrated plugins for working with the
26
+ https://kafka.apache.org/[Kafka] distributed streaming platform.
27
+
28
+ - {logstash-ref}/plugins-inputs-kafka.html[Kafka Input Plugin]
29
+ - {logstash-ref}/plugins-outputs-kafka.html[Kafka Output Plugin]
30
+
31
+ This plugin uses Kafka Client {kafka_client}. For broker compatibility, see the official
32
+ https://cwiki.apache.org/confluence/display/KAFKA/Compatibility+Matrix[Kafka
33
+ compatibility reference]. If the linked compatibility wiki is not up-to-date,
34
+ please contact Kafka support/community to confirm compatibility.
35
+
36
+ :no_codec!:
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ include::{include_path}/version-list-intro.asciidoc[]
5
5
6
6
|=======================================================================
7
7
| Version | Release Date
8
+ | <<v11.6.3-plugins-outputs-kafka,v11.6.3>> | 2025-06-12
9
+ | <<v11.6.2-plugins-outputs-kafka,v11.6.2>> | 2025-05-21
8
10
| <<v11.6.1-plugins-outputs-kafka,v11.6.1>> | 2025-05-08
9
11
| <<v11.6.0-plugins-outputs-kafka,v11.6.0>> | 2025-01-07
10
12
| <<v11.5.4-plugins-outputs-kafka,v11.5.4>> | 2024-12-18
@@ -79,6 +81,8 @@ include::{include_path}/version-list-intro.asciidoc[]
79
81
| <<v6.2.0-plugins-outputs-kafka,v6.2.0>> | 2017-05-11
80
82
|=======================================================================
81
83
84
+ include::kafka-v11.6.3.asciidoc[]
85
+ include::kafka-v11.6.2.asciidoc[]
82
86
include::kafka-v11.6.1.asciidoc[]
83
87
include::kafka-v11.6.0.asciidoc[]
84
88
include::kafka-v11.5.4.asciidoc[]
You can’t perform that action at this time.
0 commit comments