Good day,
I have some issue with getting "Checking for Elasticsearch data". It's working all the time and never stop since I push on "Index Patterns" in management panel.
Elasticsearch and Kibana are located in the different nodes in kubernetes cluster. Log of Kibana Pods show only one 502 error in the end (at the picture on the bottom).
When I do things into one node locally (elastic + kibana) everything is fine. When I distribute them, then I have connection, green status, but that picture is growing up.
elasticsearch: docker.elastic.co/elasticsearch/elasticsearch:6.3.0
kibana: docker.elastic.co/kibana/kibana:6.3.0
Ports 9200, 9300, 5601 are opened
Thanks for your time.