Hello,
I use daily ES indices that are created by Logstash using
output {
elasticsearch {
...
index => "%{[@metadata][foo]}-%{+YYYY.MM.dd}"
}
}
I always assumed that Logstash looks up the date from the system but now I am seeing some evidence that it might come from @timestamp in the log message. Could someone confirm this suspicion?
Cheers,
AB