Deleting the Index evryday using logstash

I want to delete the index at the end of the day and reindex it again. Is there any way to delete the index using an scheduler in logstash.

Thanks,
Sandeep

No, but you can use Elasticsearch Curator to do that.