-
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 timezone parsing in Rabbitmq logs #13879
Conversation
577727b
to
9b92a89
Compare
9b92a89
to
712b899
Compare
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
jenkins, test this again please |
@jsoriano I see that ingest pipeline is using DATESTAMP which means date format dd-mm-yyyy or mm-dd-yyyy but it's not a case for test.log (2019-04-03 11:13:15.076) also I see that used timestamp format yy-mm-dd which also is not a case for DATESTAMP. |
@leweafan good catch. I have tried this pipeline, without removing the
Later, the
I will open an issue to fix this. Thanks for reporting! |
Oh, you already opened an issue, I will comment there. |
Similar to #13308, part of #13877.