What happened:
Grafana is set to run on GMT-3 timezone. It is the default TZ for our Grafana instance.
However, OpenSearch rotates index on a daily basis and on UTC time. So, after 21 PM in my local time, the next day index is created and data is put on it until 21 PM localtime of next day.
When monitoring logs before 21:00 GMT-3, my logs appear ok.
After 21:00 GMT-3, between 21:15 and 22:15 GMT-3, for example, Grafana OpenSearch plugin says "No Data". In OpenSearch Dashboards data appears gracefully.
See video:
What you expected to happen:
Data appers normally. The next day index be queried normally.
How to reproduce it (as minimally and precisely as possible):
OpenSearch server rotating index daily in UTC time
What happened: Grafana is set to run on GMT-3 timezone. It is the default TZ for our Grafana instance. However, OpenSearch rotates index on a daily basis and on UTC time. So, after 21 PM in my local time, the next day index is created and data is put on it until 21 PM localtime of next day.
When monitoring logs before 21:00 GMT-3, my logs appear ok.
After 21:00 GMT-3, between 21:15 and 22:15 GMT-3, for example, Grafana OpenSearch plugin says "No Data". In OpenSearch Dashboards data appears gracefully.
See video:
What you expected to happen: Data appers normally. The next day index be queried normally.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment: