Hello,
We're using ES 2.4.1 and running watcher.
Is there a way configure how many days of the history indexes are kept?
Thanks.
Hey,
right now there is no way to configure the format of the index name, and those indices are kept forever, so you can use something like curator to take care of index deletion over time.
Hope this helps!
--Alex
The official documentation for Curator is here.