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.