logstash-plugins / logstash-filter-csv

Apache License 2.0
15 stars 41 forks source link

:date converter not working #47

Closed colinsurprenant closed 7 years ago

colinsurprenant commented 7 years ago

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.

colinsurprenant commented 7 years ago

PR in #48

colinsurprenant commented 7 years ago

followup issues #49 and #50