Hello,
We are injecting data into elasticsearch from MQs. Both the MQ and elasticsearch servers are in the same time zone (AST). However, when data is displayed in Kibana, time zone changes to AST+3 hours.
For instance, the timestamp in the current date is
// 2020-03-02T12:36:03.816
But when we see it in Kibana, it shows,
// 2020-03-02T15:36:03.816
I do understand, there is an option to change Timezone in Kiban through "Advance Settings". Although, making changes in "Advance Settings" of Kibana helps to show the data as per the required time zone, but it fails when we want to set alert because "now" and the current timestamp has a difference of 3 hours.
Any help or suggestion is really appreciated.
Thank you.
Ravi.