Elastic Search - Run on server machine

I created a project on ELK stack.

So far, I ran on localhost in my machine.

Now, I have ubuntu machine, where i want the instances (ELK Stack) to run on Ubuntu machine.

I just updated the elasticsearch.yml by setting the network.host value as the IP address of the Ubuntu machine.

But its not working. Any help will be highly appreciated.

It's unclear to me if you installed Elasticsearch on the Ubuntu machine. Did you?

Could you share the logs ?

I downloaded the elastic search tar file and unzipped in the ubuntu machine.

It's running successfully in the localhost at port 9200 (http://localhost:9200)

However, when I try to access the elasticsearch from other machine say (http://ipaddress:9200) its not working.

Have a look at https://www.elastic.co/guide/en/elasticsearch/reference/current/important-settings.html

Specifically https://www.elastic.co/guide/en/elasticsearch/reference/current/network.host.html

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