My machine time is correct (i.e. June 2018) and I have no reference to timestamp in my grok parser.
But when I parse my log file with logstash, my @timestamp field for all documents is always "January 1st 2015, 00:10:00.000". What's going on?
Also, I set my index name to be partially based on the current date.
index => "example-%{+YYYY.MM.dd}".
And my index name is showing up as "example-2014.12.31".
Did I screw up somewhere?