mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Readds a change that got lost
This commit is contained in:
parent
b672e4ace4
commit
d9a3c8c6e5
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ The accounts data set doesn't require any mappings, so at this point we're ready
|
|||
{ref}/docs-bulk.html[`bulk`] API to load the data sets with the following commands:
|
||||
|
||||
[source,shell]
|
||||
curl -XPOST 'localhost:9200/bank/_bulk?pretty' --data-binary @accounts.json
|
||||
curl -XPOST 'localhost:9200/bank/account/_bulk?pretty' --data-binary @accounts.json
|
||||
curl -XPOST 'localhost:9200/shakespeare/_bulk?pretty' --data-binary @shakespeare.json
|
||||
curl -XPOST 'localhost:9200/_bulk?pretty' --data-binary @logs.jsonl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue