Kibana cannot connect to elasticsearch cluster

Cannot connect to the Elasticsearch cluster currently configured for Kibana.

Refer to the Kibana logs for more details and refresh to try again.

When I connect to kibana I get the above message ^

elastic.yml:
cluster.name: bnisia-1
node.name: node-1
#node.attr.rack: r1
path.data: /var/lib/elasticsearch
path.logs: /var/log/elasticsearch
#bootstrap.memory_lock: true
#network.host: localhost
#http.port: 9200
#discovery.zen.ping.unicast.hosts: ["host1", "host2"]
#discovery.zen.minimum_master_nodes:
#gateway.recover_after_nodes: 3
#action.destructive_requires_name: true

kibana.yml:
server.port: 5601
server.host: "192.168.x.x"
elasticsearch.url: "http://localhost:9200"
kibana.index: ".kibana"

This can be closed.

It turns out that if you forget to allow the traffic back out of iptables that it doesn't matter if you allow the input =o

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.