Hi
Kibana status becomes RED.
{"type":"log","@timestamp":"2020-11-06T19:59:34Z","tags":["status","plugin:elasticsearch@undefined","error"],"pid":10,"state":"red","message":"Status changed from green to red - Request Timeout after 30000ms","prevState":"green","prevMsg":"Ready"}
Whenever Kibana status turns to RED, Below snippet seen ES Master pod.
ES Master: Log snippet
{"type":"log","host":"xxx-elasticsearch-master-0","level":"WARN","systemid":"4636c00bfc3849e0be179bc71cef17f8","system":"BELK","time": "2020-11-06T19:49:53.660Z","logger":"o.e.t.TransportService","timezone":"UTC","marker":"[xxx-elasticsearch-master-0] ","log":"Received response for a request that has timed out, sent [19655ms] ago, timed out [4606ms] ago, action [cluster:monitor/nodes/stats[n]], node [{xxx-elasticsearch-data-0}{_HfUz-16TjizENd4xV2_iw}{s3dX9Tu1QHWPDpes89SsWw}{10.244.2.154}{10.244.2.154:9300}], id [1497830]"}
{"type":"log","host":"xxx-elasticsearch-master-0","level":"WARN","systemid":"4636c00bfc3849e0be179bc71cef17f8","system":"BELK","time": "2020-11-06T19:59:41.327Z","logger":"o.e.t.TransportService","timezone":"UTC","marker":"[xxx-elasticsearch-master-0] ","log":"Received response for a request that has timed out, sent [22303ms] ago, timed out [7219ms] ago, action [cluster:monitor/nodes/stats[n]], node [{xxx-elasticsearch-data-0}{_HfUz-16TjizENd4xV2_iw}{s3dX9Tu1QHWPDpes89SsWw}{10.244.2.154}{10.244.2.154:9300}], id [1499291]"}
{"type":"log","host":"xxx-elasticsearch-master-0","level":"WARN","systemid":"4636c00bfc3849e0be179bc71cef17f8","system":"BELK","time": "2020-11-06T20:00:26.955Z","logger":"o.e.c.InternalClusterInfoService","timezone":"UTC","marker":"[xxx-elasticsearch-master-0] ","log":"Failed to update node information for ClusterInfoUpdateJob within 15s timeout"}
{"type":"log","host":"xxx-elasticsearch-master-0","level":"WARN","systemid":"4636c00bfc3849e0be179bc71cef17f8","system":"BELK","time": "2020-11-06T20:00:41.971Z","logger":"o.e.c.InternalClusterInfoService","timezone":"UTC","marker":"[xxx-elasticsearch-master-0] ","log":"Failed to update shard information for ClusterInfoUpdateJob within 15s timeout"}
{"type":"log","host":"xxx-elasticsearch-master-0","level":"WARN","systemid":"4636c00bfc3849e0be179bc71cef17f8","system":"BELK","time": "2020-11-06T20:00:42.503Z","logger":"o.e.t.TransportService","timezone":"UTC","marker":"[xxx-elasticsearch-master-0] ","log":"Received response for a request that has timed out, sent [30495ms] ago, timed out [15445ms] ago, action [cluster:monitor/nodes/stats[n]], node [{xxx-elasticsearch-data-0}{_HfUz-16TjizENd4xV2_iw}{s3dX9Tu1QHWPDpes89SsWw}{10.244.2.154}{10.244.2.154:9300}], id [1499424]"}
{"type":"log","host":"xxx-elasticsearch-master-0","level":"WARN","systemid":"4636c00bfc3849e0be179bc71cef17f8","system":"BELK","time": "2020-11-06T20:01:37.196Z","logger":"o.e.t.TransportService","timezone":"UTC","marker":"[xxx-elasticsearch-master-0] ","log":"Received response for a request that has timed out, sent [25121ms] ago, timed out [10070ms] ago, action [cluster:monitor/nodes/stats[n]], node [{xxx-elasticsearch-data-0}{_HfUz-16TjizENd4xV2_iw}{s3dX9Tu1QHWPDpes89SsWw}{10.244.2.154}{10.244.2.154:9300}], id [1499568]"}
Could you help us to get the exact reason of Why Kibana status turns RED and what is meaning of "Failed to update shard information for ClusterInfoUpdateJob within 15s timeout" ES Master logs.