From e14c3fcf20d4a64c3e9ca35424cb47b6b29404ef Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 6 Dec 2016 11:00:30 -0200 Subject: [PATCH] Update connect-to-elasticsearch.asciidoc (#9361) Update documentation to show how to select an index as default. --- docs/setup/connect-to-elasticsearch.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/connect-to-elasticsearch.asciidoc b/docs/setup/connect-to-elasticsearch.asciidoc index 6ce6f540f91f..18c22978e890 100644 --- a/docs/setup/connect-to-elasticsearch.asciidoc +++ b/docs/setup/connect-to-elasticsearch.asciidoc @@ -32,8 +32,8 @@ sophisticated date parsing APIs that Kibana uses to determine date information, specify dates in the index pattern name. + . Click *Create* to add the index pattern. This first pattern is automatically configured as the default. -When you have more than one index pattern, you can designate which one to use as the default from -*Settings > Indices*. +When you have more than one index pattern, you can designate which one to use as the default by clicking +on the star icon above the index pattern title from *Management > Index Patterns*. All done! Kibana is now connected to your Elasticsearch data. Kibana displays a read-only list of fields configured for the matching index.