ElasticSearch之Open index API

打开指定的索引。

命令样例如下:

curl -X POST "https://localhost:9200/testindex_003/_open?pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9"

执行结果的样例,如下:

{
  "acknowledged" : true,
  "shards_acknowledged" : false
}

相关资料

posted @ 2023-12-02 15:58  jackieathome  阅读(19)  评论(0编辑  收藏  举报