Open Git-Rajkumar opened 7 years ago
I had a "not connected" issue with Firefox and solved it by disabling the Cross Origin Request Security (CORS) with a plugin I found; not sure if that helps...
I had a "not connected" issue with Firefox and solved it by disabling the Cross Origin Request Security (CORS) with a plugin I found; not sure if that helps...
yes,i find the problem today,and try to add cors-config on elasticsearch.yml, which solve successful
I have build node machine and create a docker container, go to http://10.1.2.20:9100 and see head plugin page with out connect elastic search.
plugin head Image: https://imagebin.ca/v/3OfnafZ6oJkf
My env:
docker 1 ==> efk (10.1.2.10) docker 2 ==> elasticsearch-head(10.1.2.20)
elasticsearech-head command:
I pointed docker 1 elasticsearch url to docker 2 elasticsearch-head plugin.
I have find out elasticsearch url based on port(9200) using files and pointed to our elastic search url
I chenaged to elasticsearch Url in below files:
Replace http://localhost:9200/ to http://10.1.2.20:9200
but Stil not connected elasticsearch in head plugin, suggest me I need to change any other files and how to fix this.