So I am trying to set up Kibana with elasticsearch. I have indices set up and can be viewed in terminal. I couldn't get the data linked to kibana, but I realized that kibana defaults to localhost:9200v in kibana.yml. So I changed it to the url of the cluster I'm using, and upon reloading, i get a 502 error in kibana browser. either that or "Kibana server is not ready yet." It changes depending on the refresh. If i comment out the ES URL i can get back to kibana in browser (with no data to load of course).
I am able to curl the kibana url at 5601 (it's not localhost in my situation) and also get the "kibana server is not ready yet"