We are using ELK 7.8.0 version and want to have kibana logs in the same timezone as host's timezone.
In this topic "Changing the timezone of logs written in logging.dest in kibana.yml" it is suggested to use logging.useUTC parameter to disable UTC format and use local timezone. However, for 7.8 version we have logging.timezone parameter but it requires a canonical timezone id and in our case we need it to automatically have the same timezone from local. So, Is there any way to configure logs to have same timestamp as local timezone?
Thanks.