+1 vote
in ElasticSearch by
What is the syntax or code to delete an index in Elasticsearch?

1 Answer

0 votes
by

You can delete an existing index using the following syntax:

DELETE /<index_name>

_all or * can be used to remove/delete all the indices

Related questions

+1 vote
asked Feb 24, 2023 in ElasticSearch by rajeshsharma
+1 vote
asked Feb 24, 2023 in ElasticSearch by rajeshsharma
...