Free up Elasticsearch space
Remove all deleted documents from the index:
/_optimize?only_expunge_deletes=true"
curl -XPOST "http://<ADDRESS>/<INDEX>/_optimize?only_expunge_deletes=true"
Remove all deleted documents from the index:
/_optimize?only_expunge_deletes=true"
curl -XPOST "http://<ADDRESS>/<INDEX>/_optimize?only_expunge_deletes=true"