-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix k8s overview dashboard version #26972
Conversation
Signed-off-by: chrismark <[email protected]>
Pinging @elastic/integrations (Team:Integrations) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
Feel free to cherry-pick #26976 here to ensure that the dashboard is fixed. |
@@ -399,7 +399,7 @@ | |||
"coreMigrationVersion": "7.14.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still some references to 7.14.
Signed-off-by: chrismark <[email protected]>
@jsoriano I guess this will need to be backported to 7.x and 7.14? |
Yes, I already added the labels 🙂 |
Signed-off-by: chrismark <[email protected]>
Running the tests locally I see this error in kibana logs
Maybe this is using the versions of the stack in Did you try with 7.12? If you did and it worked for you maybe you can try to export the dashboard from this version. |
Signed-off-by: chrismark <[email protected]>
I pinned the version to |
(cherry picked from commit 4da1594)
(cherry picked from commit 4da1594)
(cherry picked from commit 4da1594) Co-authored-by: Chris Mark <[email protected]>
(cherry picked from commit 4da1594) Co-authored-by: Chris Mark <[email protected]>
What does this PR do?
Fixes version of Dashboard so as to avoid breaking the testing as was mentioned at #26919 (comment).