You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
…nsearch-project#379)
* Add Destination migration classes
Signed-off-by: Mohammad Qureshi <[email protected]>
* Rename ElasticExtensions to OpenSearchExtensions
Signed-off-by: Mohammad Qureshi <[email protected]>
* Refactor blocking calls to use coroutines
Signed-off-by: Mohammad Qureshi <[email protected]>
* Add Notifications and Notifications core plugins to test clusters
Signed-off-by: Mohammad Qureshi <[email protected]>
* Replace deprecated toUpperCase usage with uppercase
Signed-off-by: Mohammad Qureshi <[email protected]>
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.
The text was updated successfully, but these errors were encountered: