Logstash pulling in Date as a Timestamp

The jdbc input will automatically convert a date column fetched from the DB to a LogStash::Timestamp, no date filter required. And yes, that is usually a good thing.

It can be changed to a string in any desired date using ruby+strftime.

1 Like