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
Curator wants to recover all indices, once for every action, for example, on a scripts with 3 actions, on debug level, it returns:
curator ... | grep 'Getting all indices'
2020-01-24 11:15:27,158 DEBUG curator.indexlist __get_indices:65 Getting all indices
2020-01-24 11:15:27,793 DEBUG curator.indexlist __get_indices:65 Getting all indices
2020-01-24 11:15:28,209 DEBUG curator.indexlist __get_indices:65 Getting all indices
Tested on Curator 5.8.
Curator wants to recover all indices, once for every action, for example, on a scripts with 3 actions, on debug level, it returns:
And the query is indeed:
It's hardcoded, see
https://github.com/elastic/curator/blob/master/curator/indexlist.py#L66
https://github.com/elastic/curator/blob/master/curator/utils.py#L660 and
On a big cluster, that's a lot of useless data. A way to restrict actions to a simple index list should be provided, before filtering. And does all settings are really required ?
The text was updated successfully, but these errors were encountered: