-
Notifications
You must be signed in to change notification settings - Fork 5k
[9.0](backport #45408) [AWS Health] Improve error message reporting #45483
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
base: 9.0
Are you sure you want to change the base?
Conversation
* parse error message * remove comment * fix CI * add changelog entry (cherry picked from commit 1637c55) # Conflicts: # x-pack/metricbeat/module/aws/awshealth/awshealth.go
Cherry-pick of 1637c55 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
This pull request has not been merged yet. Could you please review and merge it @lucian-ioan? 🙏 |
@@ -41,6 +41,11 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] | |||
- Add support for Kibana status metricset in v8 format {pull}40275[40275] | |||
- Mark system process metricsets as running if metrics are partially available {pull}40565[40565] | |||
- Fixed a bug where `event.duration` could be missing from an event on Windows systems due to low-resolution clock. {pull}44440[44440] | |||
- Add check for http error codes in the Metricbeat's Prometheus query submodule {pull}44493[44493] | |||
- Sanitize error messages in Fetch method of SQL module {pull}44577[44577] | |||
- Add NTP metricset to system module. {pull}44884[44884] |
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.
Same as #45479 needs fixing
Proposed commit message
Make error messages explicit by parsing them using smithy library.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs
This is an automatic backport of pull request #45408 done by [Mergify](https://mergify.com).