As the title implies, my timestamped events are being added to the wrong index everyday up until 08:59:59.999 JST.
Before 09:00:00 JST
@timestamp November 20th 2018, 08:59:59.835
_index winlogbeat-6.4.0-2018.11.19
After 09:00:00 JST
@timestamp November 20th 2018, 09:00:58.491
_index winlogbeat-6.4.0-2018.11.20
I can understand why this is happening, because my geographic location (Japan) is +9 hours ahead of UTC.
I'm wondering if this is normal behavior or not? If not, I'm wondering if it's possible to fix this by reindexing or is there some other more efficient method to solve this issue?