CSV/Time Bug

Hello!

I have files being sent in CSV format. My logstash config ONLY parses them into different fields. It does nothing else.

For some reason, whenever there is a date in the CSV file, the field that should contain that date has the wrong date. The field also looks like a timestamp; it has a time and a date instead of just "Month Day YYYY". The added timestamp for every single field with this issue is "18:00:00:000" That time never changes.

Any help would be awesome!

Thank you.

I would guess they are being indexed in elasticsearch with type date (possibly due to a template) and that your timezone is 6 hours behind UTC.

1 Like

Perfect, that answers my question. Thank you.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.