Update tutorial-define-index.asciidoc (#11498)

The steps to add a new index were referring to <5.X KB.

Reported here - https://discuss.elastic.co/t/kibana-5-2-1-documentation-mismatch/73112
This commit is contained in:
Joe Fleming 2017-04-28 10:31:58 -07:00 committed by GitHub
parent 7b2874d518
commit fcb3707e9f

View file

@ -8,7 +8,7 @@ case, a typical index name contains the date in YYYY.MM.DD format, and an index
like `logstash-2015.05*`.
For this tutorial, any pattern that matches the name of an index we've loaded will work. Open a browser and
navigate to `localhost:5601`. Click the *Settings* tab, then the *Indices* tab. Click *Add New* to define a new index
navigate to `localhost:5601`. Click the *Management* tab, then the *Index Patterns* tab. Click *Add New* to define a new index
pattern. Two of the sample data sets, the Shakespeare plays and the financial accounts, don't contain time-series data.
Make sure the *Index contains time-based events* box is unchecked when you create index patterns for these data sets.
Specify `shakes*` as the index pattern for the Shakespeare data set and click *Create* to define the index pattern, then