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

[Index Management] UX support when data stream lifecycle is disabled #166385

Closed
Tracked by #154256
alisonelizabeth opened this issue Sep 13, 2023 · 2 comments
Closed
Tracked by #154256
Assignees
Labels
Feature:Index Management Index and index templates UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@alisonelizabeth
Copy link
Contributor

Follow-up to #165263.

Data stream lifecycle can be explicitly disabled by the user. This is not currently represented via the UI. From the ES team:

The users might want to explicitly disable it via the PUT _lifecycle API (instead of removing it) or (more often than not) it could be the result of index template composition where a user wants to make sure a particular data stream is not managed by the data stream lifecycle and configures an index template with lifecycle: { "enabled" : false } to make sure that no lifecycle defined in any component template brings in an enabled/active data stream lifecycle

Recommendation: Add a value to the table cell: "Disabled" if lifecycle.enabled is false.

@alisonelizabeth alisonelizabeth added Feature:Index Management Index and index templates UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Sep 13, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/platform-deployment-management (Team:Deployment Management)

@sabarasaba
Copy link
Member

Fixed with #168560

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Index Management Index and index templates UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

No branches or pull requests

3 participants