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
Currently we only show information like:
"Attempting to transition"
"Attempting to rollover"
"Rolled over index"
"Transitioning to "
This leads to these actions behaving like a black box in terms of what information they are acting on.
The default rollover API has to be called and will return the results of the evaluation (true/false) for each condition specified.
Suggesting we add something like below to the "info" map for each of these steps that are attempting to rollover or transition.
Comment by dbbaughe Wednesday Apr 29, 2020 at 03:19 GMT
This has been half completed.
The rollover conditions have been added as shown in linked issue that was merged.
The transition conditions still need to be added.
thalurur
pushed a commit
to thalurur/open-index-management
that referenced
this issue
Oct 22, 2021
Issue by dbbaughe
Friday Apr 03, 2020 at 16:39 GMT
Originally opened as opendistro-for-elasticsearch/index-management#171
Currently we only show information like:
"Attempting to transition"
"Attempting to rollover"
"Rolled over index"
"Transitioning to "
This leads to these actions behaving like a black box in terms of what information they are acting on.
The default rollover API has to be called and will return the results of the evaluation (true/false) for each condition specified.
Suggesting we add something like below to the "info" map for each of these steps that are attempting to rollover or transition.
The text was updated successfully, but these errors were encountered: