Timestamp timezon date/time issue

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

Or the timestamp is interpreted as UTC, or as US/Central, but it can't be both. UTC is the universal time; and my guess is you need to remove that from your config.

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