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

[UA] Guide user towards reindexing before manual resolution #119467

Open
sebelga opened this issue Nov 23, 2021 · 1 comment
Open

[UA] Guide user towards reindexing before manual resolution #119467

sebelga opened this issue Nov 23, 2021 · 1 comment
Labels
enhancement New value added to drive a business result Feature:Upgrade Assistant Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@sebelga
Copy link
Contributor

sebelga commented Nov 23, 2021

When testing #119441 I realised that we could leverage the reindex functionality that we have in place in UA to lower the number of manual resolutions that we display to the user.

We can see here that for the same index we get 2 critical deprecation:

Screenshot 2021-11-23 at 13 16 59

If I open the second one first I see

Screenshot 2021-11-23 at 13 00 29

How exactly do I fix this? It is not quite clear. And there is no indication that our reindexing will solve this for the user, so actually he should not worry about it.

Screenshot 2021-11-23 at 13 17 17

Possible solution

  • We could detect the deprecations for indices and verify if the reindex takes care of it. In such case we could filter out the deprecations that the reindex will take care of. This would be the best UX as we would reduce by 50% or more the number of deprecation in the table when entering UA.
  • As an alternative, in a first iteration, we could simply change the copy and guide the user to first reindex all the indices (the copy would only show if there are indices to reindex and other deprecations with manual resolution). We would then automatically refresh the table after each reindex is done and the deprecations solved by reindexing would be removed from the table.
@sebelga sebelga added enhancement New value added to drive a business result Feature:Upgrade Assistant Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Nov 23, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-stack-management (Team:Stack Management)

@sophiec20 sophiec20 marked this as a duplicate of #116210 Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Upgrade Assistant Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

No branches or pull requests

2 participants