Hi
I am new to kibana and having a problem about changed default elasticsearch port on kibana. What I am trying to do is change default 9200 port to 9205 in elastichsearch. For the elasticsearch part I am able to do that by changing http.port: 9205 value in elastichsearch.yml
But even I change config\kibana.yml elasticsearch.url to #elasticsearch.url: "http://localhost:9205" kibana only trying to listen http://localhost.9200 and having problem about finding live connections.
I spent 2-3 days on it but couldnt find any solution.