Difference between revisions of "POST / close"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
/your_index/_close | /your_index/_close | ||
{"acknowledged":true,"shards_acknowledged":true,"indices":{"your-index-name":{"closed":true}}} | {"acknowledged":true,"shards_acknowledged":true,"indices":{"your-index-name":{"closed":true}}} | ||
+ | |||
+ | {"error":{"root_cause":[{"type":"parse_exception","reason":"request body is required"}],"type":"parse_exception","reason":"request body is required"},"status":400} | ||
[[Index]] | [[Index]] | ||
Line 10: | Line 12: | ||
== See also == | == See also == | ||
* {{Elasticsearch}} | * {{Elasticsearch}} | ||
+ | |||
+ | [[Category:Elasticsearch]] |
Revision as of 09:08, 12 July 2022
https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-close.html
/your_index/_close {"acknowledged":true,"shards_acknowledged":true,"indices":{"your-index-name":{"closed":true}}}
{"error":{"root_cause":[{"type":"parse_exception","reason":"request body is required"}],"type":"parse_exception","reason":"request body is required"},"status":400}
/_cat/indices /_restore
See also
- Elasticsearch, installation, ELK, Elastic X-Pack,
elasticsearch.yml
, logs, ECK, Elasticsearch curl URLs, Elastisearch REST APIs,/_cat/, /_cluster/, /_xpack/
, QueryShardException, Elasticsearch index, ELK backup and restore,elasticsearch-cli
, Elasticsearch versions, ElasticSearch Snapshot Lifecycle Management (SLM), Low disk watermark, Elasticsearch storage, Elasticsearch users, Elasticsearch roles, search context, shards, Elastic Cloud, Elastic Licensing, ElasticSearch alerts, ESQL
Advertising: