Remote logstash server

Hello everyone,
I am using logstash on a linux based server . I am collecting the logs on this server and after processing the logs with logstash i want to send these logs to elastic search which is on remote server .for this what are the changes i will have to make in logstash config file and elasticsearch.yml ,logstash.yml file if any
...i am changing the logstash output filter from hosts => ["localhost:9200"] to hosts => ["remote-serverip:9200"]
Thanks .

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