From 9277944d3866edf654ace493b4ed6040b44835c6 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Wed, 14 Sep 2016 12:09:19 -0700 Subject: [PATCH] Document supported versions for outputs --- libbeat/docs/outputconfig.asciidoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/libbeat/docs/outputconfig.asciidoc b/libbeat/docs/outputconfig.asciidoc index 9e4aaf6efb3..7c0e6f45313 100644 --- a/libbeat/docs/outputconfig.asciidoc +++ b/libbeat/docs/outputconfig.asciidoc @@ -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: @@ -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 @@ -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: @@ -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: