mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
changed setting to Management
This commit is contained in:
parent
303c04b4e3
commit
b28772ed58
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ case, a typical index name contains the date in MM-DD-YYYY 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* application, then the *Index Patterns* link. 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue