Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Close Action - validation/contraints/stats #40

Open
dbbaughe opened this issue Jul 23, 2019 · 0 comments
Open

Close Action - validation/contraints/stats #40

dbbaughe opened this issue Jul 23, 2019 · 0 comments
Labels
action Index management actions enhancement An improvement on the existing feature’s functionalities

Comments

@dbbaughe
Copy link
Contributor

Currently when we do a Close action, we still allow you to define any actions after + transitions with conditions. We need to provide some validation framework to disallow certain policy configurations that do not make any sense (i.e. you cannot do this to a closed index, so don't even allow it). This can lead to a larger policy validation framework in general, but we have known issues with Close.

We also currently do IndexStats requests in transition which throws an error on closed index. So we need to a) not allow certain conditions (since doc count and size should never increase for a closed index) and b) figure out how to get index_age from a closed index.

@dbbaughe dbbaughe added the action Index management actions label Aug 2, 2019
@dbbaughe dbbaughe added the enhancement An improvement on the existing feature’s functionalities label Aug 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action Index management actions enhancement An improvement on the existing feature’s functionalities
Projects
None yet
Development

No branches or pull requests

1 participant