Elasticsearch - Index Management
You want to temporarily free resources by closing an index but keep its data safe. Later, you want to reopen it. Which sequence of commands should you use?
POST /myindex/_close to close the index without deleting data.POST /myindex/_open to reopen the closed index and make it searchable again.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions