From 8b93df1d714a467679f35dda1b476717103f8969 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Mon, 10 Feb 2020 19:31:09 -0800 Subject: [PATCH] Index template will only be loaded if the configured output is Elasticsearch or Elastic Cloud (#16124) (#16225) Minor update to be more explicit on the index template loading requirement. Co-authored-by: romain-chanu <51113389+romain-chanu@users.noreply.github.com> --- libbeat/docs/template-config.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/docs/template-config.asciidoc b/libbeat/docs/template-config.asciidoc index 69ddfe6745e..d52a872efc8 100644 --- a/libbeat/docs/template-config.asciidoc +++ b/libbeat/docs/template-config.asciidoc @@ -11,7 +11,7 @@ connecting to Elasticsearch. ifndef::no-output-logstash[] NOTE: A connection to Elasticsearch is required to load the index template. If -the output is Logstash, you must <>. endif::[]