Hi,
So I have created an ELK stack for passing IIS logs and it is generating around 3GB a day and it is storing in an index a day. Eg: filebeat-2017.06.21
I want to delete old index so that ElasticSearch doesn't crash. How should I do?
Do I have to do this manually or is there a way?
I saw something called "Curator"? Should use that?