Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document supported versions for outputs #2549

Merged
merged 1 commit into from
Sep 15, 2016
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
16 changes: 16 additions & 0 deletions libbeat/docs/outputconfig.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ output.elasticsearch:

------------------------------------------------------------------------------

==== Compatibility

This output works with all compatible versions of Elasticsearch. See "Supported Beats Versions" in the https://www.elastic.co/support/matrix#show_compatibility[Elastic Support Matrix].

==== Elasticsearch Output Options

You can specify the following options in the `elasticsearch` section of the +{beatname_lc}.yml+ config file:
Expand Down Expand Up @@ -341,6 +345,10 @@ output.logstash:
index: {beatname_lc}
------------------------------------------------------------------------------

==== Compatibility

This output works with all compatible versions of Logstash. See "Supported Beats Versions" in the https://www.elastic.co/support/matrix#show_compatibility[Elastic Support Matrix].

==== Logstash Output Options

You can specify the following options in the `logstash` section of the
Expand Down Expand Up @@ -479,6 +487,10 @@ spooler size.

The Kafka output sends the events to Apache Kafka.

==== Compatibility

This output works with Kafka 0.8, 0.9, and 0.10.

==== Kafka Output Options

You can specify the following options in the `kafka` section of the +{beatname_lc}.yml+ config file:
Expand Down Expand Up @@ -611,6 +623,10 @@ output.redis:
timeout: 5
------------------------------------------------------------------------------

==== Compatibility

This output works with Redis 3.2.0.

==== Redis Output Options

You can specify the following options in the `redis` section of the +{beatname_lc}.yml+ config file:
Expand Down