docs/index.asciidoc in logstash-output-kafka-6.2.1 vs docs/index.asciidoc in logstash-output-kafka-6.2.2
- old
+ new
@@ -10,11 +10,11 @@
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
-[id="plugins-{type}-{plugin}"]
+[id="plugins-{type}s-{plugin}"]
=== Kafka output plugin
include::{include_path}/plugin_header.asciidoc[]
@@ -32,10 +32,11 @@
|0.8 |2.0.0 - 2.x.x |<3.0.0 |Legacy, 0.8 is still popular
|0.9 |2.0.0 - 2.3.x | 3.x.x |Works with the old Ruby Event API (`event['product']['price'] = 10`)
|0.9 |2.4.x - 5.x.x | 4.x.x |Works with the new getter/setter APIs (`event.set('[product][price]', 10)`)
|0.10.0.x |2.4.x - 5.x.x | 5.x.x |Not compatible with the <= 0.9 broker
|0.10.1.x |2.4.x - 5.x.x | 6.x.x |
+|0.11.0.0 |2.4.x - 5.x.x | 6.2.2 |Not compatible with the <= 0.9 broker
|==========================================================
NOTE: We recommended that you use matching Kafka client and broker versions. During upgrades, you should
upgrade brokers before clients because brokers target backwards compatibility. For example, the 0.9 broker
is compatible with both the 0.8 consumer and 0.9 consumer APIs, but not the other way around.
@@ -445,6 +446,6 @@
Serializer class for the value of the message
[id="plugins-{type}s-{plugin}-common-options"]
-include::{include_path}/{type}.asciidoc[]
\ No newline at end of file
+include::{include_path}/{type}.asciidoc[]