Skip to content

Commit

Permalink
Document tested kafka versions (elastic#7619)
Browse files Browse the repository at this point in the history
Fix tested kafka versions in documentation for 6.3.

In master it was fixed with more changes in elastic#7616 and elastic#7608.
  • Loading branch information
jsoriano authored and ruflin committed Jul 17, 2018
1 parent 91a0798 commit 1098625
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filebeat/docs/modules/kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include::../include/what-happens.asciidoc[]
[float]
=== Compatibility

The +{modulename}+ module was tested with logs from versions 2.11.
The +{modulename}+ module was tested with logs from versions 0.9.

include::../include/running-modules.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion filebeat/module/kafka/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include::../include/what-happens.asciidoc[]
[float]
=== Compatibility

The +{modulename}+ module was tested with logs from versions 2.11.
The +{modulename}+ module was tested with logs from versions 0.9.

include::../include/running-modules.asciidoc[]

Expand Down
2 changes: 2 additions & 0 deletions metricbeat/docs/modules/kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This is the Kafka module.

The default metricsets are `consumergroup` and `partition`.

This module is tested with 0.10.2.


[float]
=== Example configuration
Expand Down
2 changes: 2 additions & 0 deletions metricbeat/module/kafka/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is the Kafka module.

The default metricsets are `consumergroup` and `partition`.

This module is tested with 0.10.2.

0 comments on commit 1098625

Please sign in to comment.