-
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
Use v8format=true for Kibana health check #28185
Use v8format=true for Kibana health check #28185
Conversation
The default format of the /api/status output is changing so update our check. We'll use v8format=true so that checks against older images will pass too. Relates elastic/kibana#110830
This pull request does not have a backport label. Could you fix it @andrewkroh? 🙏
NOTE: |
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.
LGTM assuming CI goes green.
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
The default format of the /api/status output is changing so update our check. We'll use v8format=true so that checks against older images will pass too. Relates elastic/kibana#110830 (cherry picked from commit f595b05)
The default format of the /api/status output is changing so update our check. We'll use v8format=true so that checks against older images will pass too. Relates elastic/kibana#110830 (cherry picked from commit f595b05) Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
The default format of the /api/status output is changing so update our check. We'll use v8format=true so that checks against older images will pass too. Relates elastic/kibana#110830
What does this PR do?
The default format of the /api/status output is changing so update our
check. We'll use v8format=true so that checks against older images will
pass too.
Relates elastic/kibana#110830
Why is it important?
Allows tests to execute under newer Kibana versions.
Logs
Old format:
New format: