I am having an issue of date/times being skewed by 6 hours. Within my config file I have had it set to "UTC", "US/Central", and left it off completely to try and remedy my problem. My logstash input is a json file, where I am setting my field of "date_reported" to be the @timestamp. Within my json file, the time is correct, but when viewing from kibana, both the "date_reported" field and thus the timestamp are behind by 6 hours.
Any suggestions, changes, or questions are welcome.
Thank you