How to change logstash locale

hi.
I'm using elastic stack.
i want to logstash locale.
The default location is 9 hours slower than the area I live in.

my logstash.conf

index => "%{[@metadata][beat]}-%{+YYYY.MM.dd}"

run it with the above settings,

the value I expected

  • beat-2020.07.03

actual value

  • beat-2020.07.02

Because the Rogue locale time is different from my region.(9 hours gap)
How can I set it up?

The Elastic Stack uses UTC for all timestamped things. So when you are in Kibana, it will show you the timezone that is set for the browser, which should "fix" the problem you are seeing.

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