Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Index Management] Fix filter index list by lifecycle status (elastic…
…#195350) ## Summary Fixes elastic#180970 In `indexLifecycleDataEnricher`, add `only_managed: true` query parameter to fetch lifecycle data. It causes the `ilm` property to be empty in the response. And `EuiSearchBar` `field_value_selection` doesn't support filtering a `undefined` filed value. So, maybe `only_managed: true` should be removed. Before: <img width="733" alt="image" src="https://github.com/user-attachments/assets/2472127d-c050-4ffb-bb76-f3e80e780cb3"> After: <img width="511" alt="image" src="https://github.com/user-attachments/assets/da38f437-58f4-43b2-8d6b-54873e01f79b"> Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elena Stoeva <[email protected]>
- Loading branch information