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

Cherry-pick #14130 to 7.5: Fix date parsing in MySQL error fileset #14133

Merged
merged 2 commits into from
Oct 27, 2019

Conversation

jsoriano
Copy link
Member

Cherry-pick of PR #14130 to 7.5 branch. Original message:

MySQL error logs can contain timestamps with or without timezones, add
date parsers for both cases. Also remove some spurious spaces from
parsed messages, and add previously unsupported date patterns.

Consider lines without timestamp as part of the previous message, if
not, lines without timestamp will appear disordered respect to lines with
timestamps in Kibana. And joined lines are always related, at least in
the cases we have.

Fixes #14076

@jsoriano jsoriano requested a review from a team as a code owner October 18, 2019 15:21
MySQL error logs can contain timestamps with or without timezones, add
date parsers for both cases. Also remove some spurious spaces from
parsed messages, and add previously unsupported date patterns.

Consider lines without timestamp as part of the previous message. If
not, lines without timestamp will appear disordered respect to lines with
timestamps in Kibana. And joined lines are always related, at least in
the tests cases we have.

(cherry picked from commit cf5595a)
@jsoriano jsoriano merged commit 17a527d into elastic:7.5 Oct 27, 2019
@jsoriano jsoriano deleted the backport_14130_7.5 branch October 27, 2019 11:42
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
MySQL error logs can contain timestamps with or without timezones, add
date parsers for both cases. Also remove some spurious spaces from
parsed messages, and add previously unsupported date patterns.

Consider lines without timestamp as part of the previous message. If
not, lines without timestamp will appear disordered respect to lines with
timestamps in Kibana. And joined lines are always related, at least in
the tests cases we have.

(cherry picked from commit dd49581)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants