Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] [Index Management] Fix filter index list by lifecycle status (#195350) #195803

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

…#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]>
(cherry picked from commit 5214877)
@kibanamachine kibanamachine merged commit c7fa004 into elastic:8.x Oct 10, 2024
27 checks passed
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants