Tips

Remove all data:

curl -XDELETE localhost:9200/*

Remove specific indexes:

curl -XDELETE localhost:9200/kibana_sample_data_logs

List all indexes:

http://URL/_cat/indices?v