Find answers to your technical questions and learn how to use our products
Search suggestions:
Delete the indices if the elasticsearch disk size if full.
GET /_cat/indices?v&h=index,pri,rep,store.size
DELETE /<index_name>
Previous Topic
Next Topic