mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update tutorial-load-dataset.asciidoc (#10298)
Clarified that curl stuff needs to be run in a terminal. Inspired by https://discuss.elastic.co/t/newbie-stuck-in-1st-tutorial/74660
This commit is contained in:
parent
8826fdd41f
commit
9648ed3dce
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Before we load the Shakespeare and logs data sets, we need to set up {es-ref}map
|
|||
Mapping divides the documents in the index into logical groups and specifies a field's characteristics, such as the
|
||||
field's searchability or whether or not it's _tokenized_, or broken up into separate words.
|
||||
|
||||
Use the following command to set up a mapping for the Shakespeare data set:
|
||||
Use the following command in a terminal (eg `bash`) to set up a mapping for the Shakespeare data set:
|
||||
|
||||
[source,shell]
|
||||
curl -XPUT http://localhost:9200/shakespeare -d '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue