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
The :date converter does not work. It produces a Ruby Date object which is not a class that the Event object supports.
OTOH the :date_time does work and could be use as a workaroud if the format is compatible.
In both cases, we should instead convert to a proper LogStash:Timestamp object and set it in the Event.
Also for both these cases we are missing specs.
The text was updated successfully, but these errors were encountered:
The
:date
converter does not work. It produces a RubyDate
object which is not a class that theEvent
object supports.OTOH the
:date_time
does work and could be use as a workaroud if the format is compatible.In both cases, we should instead convert to a proper
LogStash:Timestamp
object and set it in theEvent
.Also for both these cases we are missing specs.
The text was updated successfully, but these errors were encountered: