Hi there
I have a issue, I have installed elasticsearch 5.0, if I run for example
curl -XGET 'http://192.168.1.19:9200/_cluster/health?pretty=true '
It gives me the elasticsearch status from the same server (192.168.1.19), but if I run
curl -XGET 'http://192.168.1.19:9200/_cluster/health?pretty=true ' from (192.168.1.25), it says
"curl: (7) Failed connect to 192.168.1.19:9200; No route to host"
Can you help me with this?
Waiting for your comments
dadoonet
(David Pilato)
November 7, 2016, 5:35pm
2
Did you set network.host?
Yes, this is my network config
---------------------------------- Network -----------------------------------
Set the bind address to a specific IP (IPv4 or IPv6):
network.host: 192.168.1.19
Set a custom port for HTTP:
http.port: 9200
For more information, see the documentation at:
dadoonet
(David Pilato)
November 22, 2016, 11:40pm
4
If logs are corrects and tell you that elasticsearch is started on the IP you defined on port 9200, then may be a firewall issue?
system
(system)
Closed
December 20, 2016, 11:40pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.