how to access elasticsearch from other server?
Posted: Tue Aug 16, 2016 4:47 am
Hi,
the default configuration is that elasticsearch, logstash and kibana are running on the same server.
I would like to use a logstash instance on another server to push messages into the same elasticsearch. This means having two instances of logstash on different servers pumping data into one elasticsearch instance of logserver.
My problem where I am stuck is, how to change the configuration of elasticsearch to be accessible from the outside / other computers.
The main idea behind that is to test, if I can use elastic's topbeat with external logstash >= 1.5.4 and have the data logserver's elasticsearch.
If it is not corrupting elasticsearch it may be a suitable workaround. I am aware that I cannot manage the external logstash via logservers gui, but that's ok for me.
BTW, is there now any roadmap when logstash will be updated?
the default configuration is that elasticsearch, logstash and kibana are running on the same server.
I would like to use a logstash instance on another server to push messages into the same elasticsearch. This means having two instances of logstash on different servers pumping data into one elasticsearch instance of logserver.
My problem where I am stuck is, how to change the configuration of elasticsearch to be accessible from the outside / other computers.
The main idea behind that is to test, if I can use elastic's topbeat with external logstash >= 1.5.4 and have the data logserver's elasticsearch.
If it is not corrupting elasticsearch it may be a suitable workaround. I am aware that I cannot manage the external logstash via logservers gui, but that's ok for me.
BTW, is there now any roadmap when logstash will be updated?