hello team!
I'm building a elastic cluster and i'm having a trouble to bring kibana online, it looks like it cannot connect to the elasticsearch service, follow the logs
Kibana:
{"type":"log","@timestamp":"2020-04-09T13:43:13Z","tags":["error","elasticsearch","admin"],"pid":6280,"message":"Request error, retrying\nGET http://10.179.221.231:9200/.kibana_task_manager => connect ECONNREFUSED 10.179.221.231:9200"}
{"type":"log","@timestamp":"2020-04-09T13:43:13Z","tags":["error","elasticsearch","admin"],"pid":6280,"message":"Request error, retrying\nGET http://10.179.221.231:9200/.kibana => connect ECONNREFUSED 10.179.221.231:9200"}
{"type":"log","@timestamp":"2020-04-09T13:43:14Z","tags":["error","elasticsearch","admin"],"pid":6280,"message":"Request error, retrying\nGET http://10.179.221.231:9200/_nodes?filter_path=nodes.*.version%2Cnodes.*.http.publish_address%2Cnodes.*.ip => connect ECONNREFUSED 10.179.221.231:9200"}
{"type":"log","@timestamp":"2020-04-09T13:43:15Z","tags":["error","savedobjects-service"],"pid":6280,"message":"Unable to retrieve version information from Elasticsearch nodes."}
{"type":"log","@timestamp":"2020-04-09T13:43:18Z","tags":["error","elasticsearch","data"],"pid":6280,"message":"Request error, retrying\nGET http://10.179.221.231:9200/_xpack => connect ECONNREFUSED 10.179.221.231:9200"}
kibana.yml:
server.port: 5601
server.host: 10.179.221.231
server.name: AUSELKEMS02
elasticsearch.hosts: http://10.179.221.231:9200
elasticsearch.preserveHost: true
logging.dest: D:\ELK\Kibana\kibana-7.6.2-windows-x86_64\log\kibana.log
logging.quiet: true
since now, thanks for your attention!