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

Collects Kibana Upgrade Assistant API output #680

Open
Leaf-Lin opened this issue Jan 8, 2024 · 0 comments
Open

Collects Kibana Upgrade Assistant API output #680

Leaf-Lin opened this issue Jan 8, 2024 · 0 comments

Comments

@Leaf-Lin
Copy link
Contributor

Leaf-Lin commented Jan 8, 2024

It would be useful to see if the cluster is ready for upgrade when the version of the cluster is at latest minor (like 7.17.x)

Instead of asking for the Kibana upgrade_assistant API separately, can we run this as part of the Kibana diagnostics?

https://www.elastic.co/guide/en/kibana/8.11/upgrade-assistant-api-status.html

GET <kibana host>:<port>/api/upgrade_assistant/status

example output:

{
  "readyForUpgrade": false,
  "cluster": [
    {
      "message": "Cluster deprecated issue",
      "details":"You have 2 system indices that must be migrated and 5 Elasticsearch deprecation issues and 0 Kibana deprecation issues that must be resolved before upgrading."
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant