Kibana: Cant import Shakespeare.json on Sense Web Plugin

后端 未结 2 506
隐瞒了意图╮
隐瞒了意图╮ 2020-12-07 04:54

I am trying to import shakespeare.json as per elastic search tutorial.

[Environment]

  1. Elastic Search 2.1
  2. Sense -Extension for Chrome
2条回答
  •  粉色の甜心
    2020-12-07 05:50

    In Latest ElasticSearch 6, to populate the sharespeare_6.0.json, the following is the curl command

    curl -H Content-Type:application/x-ndjson -XPUT localhost:9200/shakespeare/doc/_bulk --data-binary @shakespeare_6.0.json

提交回复
热议问题