elasticsearch-head icon indicating copy to clipboard operation
elasticsearch-head copied to clipboard

Unable to connect to head

Open Deltaidiots opened this issue 6 years ago • 2 comments

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

image

Deltaidiots avatar May 18 '18 13:05 Deltaidiots

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.

ramakrishna-hande avatar Jun 16 '21 15:06 ramakrishna-hande

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

philipskokoh avatar Jun 17 '21 04:06 philipskokoh