-
Notifications
You must be signed in to change notification settings - Fork 444
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
[mysql] Ensure event.kind is correctly set for pipeline errors #7070
Conversation
💔 Build Failed
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
|
/test |
This one is failing for a Grok parse failure that doesn't have anything to do with this PR. Was there a change in the CI that is catching this now and didn't catch it previously? |
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
Hi! This PR has been stale for a while and we're going to close it as part of our cleanup procedure. We appreciate your contribution and would like to apologize if we have not been able to review it, due to the current heavy load of the team. Feel free to re-open this PR if you think it should stay open and is worth rebasing. Thank you for your contribution! |
What does this PR do?
Modify mysql integration to correctly set
event.kind
for pipeline errors and ensureerror.message
is an array.QUESTION ON THIS ONE: The slowlog pipeline is a JSON file. Should this be converted to YAML?
Checklist
Author's Checklist
How to test this PR locally
Related issues
Screenshots