You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connection failed "possibility #1 / #2" page when setting up on a machine that has a "dash" in the hostname.
Renaming the machine and changing the configuration accordingly solves the problem. re-applying a machine-name with dash and reconfiguring breaks it again.
hm ... Indeed ... From looking at the console, it seems that it is sending
GET requests to the ES nodes index using the hostname of my dev-machine ?!
(I file- copied the entire ElasticSearch + Kibana instance from one machine
to the other and changed the config, assuming that would work ...)
GET http://gnela164.agfahealthcare.com:9200/_nodes
net::ERR_NAME_NOT_RESOLVEDapp.js:9 $get.idapp.js:9 qapp.js:9 $get.japp.js:9
g.promise.then.iapp.js:9 g.promise.then.iapp.js:9 (anonymous function)
Is this expected behavior?
or is it expected that I set up a fresh instance from scratch and re-import
all the documents after exporting them from my dev cluster ?
Connection failed "possibility #1 / #2" page when setting up on a machine that has a "dash" in the hostname.
Renaming the machine and changing the configuration accordingly solves the problem. re-applying a machine-name with dash and reconfiguring breaks it again.
elasticsearch 1.4.2
kibana 3.1.2
config.js:
elasticsearch: "http://belka-srv:9200",
elasticsearch.yml:
http.cors.enabled: true
http.cors.allow-origin: "/.*/"
The text was updated successfully, but these errors were encountered: