Configuring output to remote machine

Hi Is it possible to configure the logstash output to a elasticsearch installed on remote ip???

Yes, the hosts option on an elasticsearch output can be remote.

in elasticsearch.yml "http.host : remote_ip"? something like that???

I guess you mean to say in logstash output { elasticsearch { hosts: remote_ip} }

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