How to change beat output timestamp include timezone info

I think by default beat timestamp output is UTC time.

Is there a way to change time to local time in all the beats ?

I tried add_locale, but it didn't work

Hi @varun1992,

would this processor https://www.elastic.co/guide/en/beats/filebeat/current/add-locale.html help for your case?

but that not changing the @timestamp field date to local, it's value still UTC.
How to change timestamp field value to local time

All fields of type date like a timestamps are stored in Elasticsearch in UTC. They displayed in Kibana in the local timezone.

Here is a short explanation

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