Configuring elastic search not to be localhost

HI All,

After installing Elasticsearch 5.6.3 and setting Nodename to the server name. I tried to browse to Elasticsearch using IP:9200 but it didn't work. If I browse to localhost:9200 it works. Where do I go to change th default behaviour of Localhost. Since I want to open this up to other external servers so the loop back address of localhost isn't any good.

After installing Kibana 5.6.3, the same is obviously true here as well. Starting the kibana server with the ip fails, but with localhost doesn't.

Thanks
Bill

Ok, think I've found it.

In the elasticsearch,yml file I just needed to introduce the following:

network.host: ip address

Now restart the Elastic search service and change the value in the kibanas yml file

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.