-
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
[Filebeat] Add timezone information in apache error fileset #13304
Conversation
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.
Please add include::../include/timezone-support.asciidoc[]
to the module docs as in #13313.
Tested this with Kibana and Elasticsearch locally. For error fileset, timestamp looks good with event.timezone. For access fileset, timestamp looks good too but it doesn't have the timezone information. @jsoriano Is it necessary to make these two filesets consistent? |
@kaiyan-sheng yes, it looks good, I guess that these four events were generated at the shown times in your timezone. Thanks a lot for double checking. |
jenkins, test this again please |
@jsoriano Yes, these are from logs generated right when I started apache and filebeat on Frilday. For example in
|
jenkins, test this please |
Merging this, CI failures are not related. |
Apache error log timestamp looks like
[Thu May 12 08:28:57.652118 2011]
which does not have timezone information. This PR is to addadd_locale
processor to take the local timezone information in the apache error ingest pipeline.closes #12772