mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Update tutorial-define-index.asciidoc (#75754)
adds windows alternative for curl Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
This commit is contained in:
parent
0dc89cb716
commit
cf18e4637e
1 changed files with 6 additions and 0 deletions
|
@ -47,5 +47,11 @@ contains the time series data.
|
||||||
[role="screenshot"]
|
[role="screenshot"]
|
||||||
image::images/tutorial_index_patterns.png[All tutorial index patterns]
|
image::images/tutorial_index_patterns.png[All tutorial index patterns]
|
||||||
|
|
||||||
|
NOTE: When you define an index pattern, the indices that match that pattern must
|
||||||
|
exist in Elasticsearch and they must contain data. To check if the indices are
|
||||||
|
available, open the menu, go to *Dev Tools > Console*, then enter `GET _cat/indices`. Alternately, use
|
||||||
|
`curl -XGET "http://localhost:9200/_cat/indices"`.
|
||||||
|
For Windows, run `Invoke-RestMethod -Uri "http://localhost:9200/_cat/indices"` in Powershell.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue