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.
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.