You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logstash throws the following when I use a timezone => "%{timezone}" field which is part of the event:
{:timestamp=>"2016-09-12T11:26:34.487000+0000", :message=>"Failed parsing date from field", :field=>"log_timestamp", :value=>"2016-09-10 20:13:50,769", :exception=>"wrong number of arguments (2 for 1)", :config_parsers=>"YYYY-MM-dd HH:mm:ss,SSS", :config_locale=>"en", :level=>:warn}
I think this maybe because of the timezone field generated by log-courier does not use joda timezone ids.
So opened an issue with log-courier driskell/log-courier#345
Logstash throws the following when I use a
timezone => "%{timezone}"
field which is part of the event:The text was updated successfully, but these errors were encountered: