-
Notifications
You must be signed in to change notification settings - Fork 974
Support TIMESTAMP_ISO8601 in HAProxy patterns #80
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
Conversation
This contains updated spec tests for the HAProxy pattern but could not get them to run because I seem to be doing something wrong with JRuby, RVM and related Gems. |
|
So the spec test I didn't touch fails? Weird. |
Ok, I think I see where I went wrong, will fix soon. |
Rsyslog (and probably others) can be configured to use ISO8601 timestamps, usually high-precision with microsecond resolution. The HAProxy patterns should take this possibility into account and not be arbitrarily limited to just SYSLOGTIMESTAMP.
fc86100
to
c2f8157
Compare
re-ran tests. |
Thanks for your contribution @antaflos and many thanks @lgalic for validating the test in here! much appreciate it. LGTM |
Merged sucessfully into master! |
Rsyslog (and probably others) can be configured to use ISO8601
timestamps, usually high-precision with microsecond resolution. The
HAProxy patterns should take this possibility into account and not be
arbitrarily limited to just SYSLOGTIMESTAMP.