-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Update timezone grok-patterns #1321
Conversation
Add CEST timezone, european time zone http://www.timeanddate.com/library/abbreviations/timezones/eu/cest.html
@@ -68,7 +68,7 @@ ISO8601_SECOND (?:%{SECOND}|60) | |||
TIMESTAMP_ISO8601 %{YEAR}-%{MONTHNUM}-%{MONTHDAY}[T ]%{HOUR}:?%{MINUTE}(?::?%{SECOND})?%{ISO8601_TIMEZONE}? | |||
DATE %{DATE_US}|%{DATE_EU} | |||
DATESTAMP %{DATE}[- ]%{TIME} | |||
TZ (?:[PMCE][SD]T|UTC) | |||
TZ (?:[PMCE][SD]T|UTC|CEST) |
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.
while in central zone, shouldn't we also add CET?
Thanks for the contribution. See comment inline. Also, it would be really great if you could add specs for this in |
If you take a look to the following url, a lot of timezone are missing. |
How would you suggest using ActiveSupport for this? |
I made this pull request #1378 I will make an example with active support later, i don't know logstash enougth |
Ok, since you created a new PR #1378 I will close this one as duplicate. |
Add CEST timezone, european time zone
http://www.timeanddate.com/library/abbreviations/timezones/eu/cest.html