Configure watcher's history indexes to be saved

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.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.