Is your feature request related to a problem?
Currently, our index management job will do rollover of finding/alert indices when one of 2 conditions are met: max_index_age or max_index_docs. Rollover would be done, even tho index has 0 docs.
What solution would you like?
Introduce min_docs settings and check it before executing rollover API.
Is your feature request related to a problem?
Currently, our index management job will do rollover of finding/alert indices when one of 2 conditions are met: max_index_age or max_index_docs. Rollover would be done, even tho index has 0 docs.
What solution would you like?
Introduce min_docs settings and check it before executing rollover API.