elasticsearch-head
elasticsearch-head copied to clipboard
Unable to connect to head
I have installed elastic search 5.5.3 xpack via docker and running image of head for 5.x from the repository
I have applied the CORS settings and authorization as well but its still say unable to connect
cluster.name: "docker-cluster" network.host: 0.0.0.0 http.cors.enabled: true http.cors.allow-origin:"*" http.cors.allow-headers: Authorization
minimum_master_nodes need to be explicitly set when bound on a public IP
set to 1 to allow single node clusters
Details: https://github.com/elastic/elasticsearch/pull/17288
discovery.zen.minimum_master_nodes: 1
Above mentioned is my yml file. docker made 2 containers i updated this in both
Hey Is this problem solved ? I am exactly getting same screen where it shows no details, although my elastic search is running in port 9200.
Hi @ramakrishna-hande , you can follow the running with built-in server steps in the readme. https://github.com/mobz/elasticsearch-head#running-with-built-in-server
Alternatively, you can run as chrome extension. https://github.com/mobz/elasticsearch-head#running-as-a-chrome-extension