From 42c36f6d06b71402dfd67b7477b14d7328d739d7 Mon Sep 17 00:00:00 2001 From: Ron Cohen Date: Tue, 30 Jan 2018 03:34:23 +0100 Subject: [PATCH] Add note about changing the index pattern for 5.x (#6197) * Add note about changing the index pattern for 5.x --- libbeat/docs/dashboardsconfig.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libbeat/docs/dashboardsconfig.asciidoc b/libbeat/docs/dashboardsconfig.asciidoc index 03a24c41c5d..3dd255009a5 100644 --- a/libbeat/docs/dashboardsconfig.asciidoc +++ b/libbeat/docs/dashboardsconfig.asciidoc @@ -92,6 +92,8 @@ is `".kibana"` The Elasticsearch index name. This setting overwrites the index name defined in the dashboards and index pattern. Example: `"testbeat-*"` +NOTE: This setting only works for Kibana 6.0 and newer. + [float] ==== `setup.dashboards.always_kibana`