Filebeat connection to elastic search

I'm trying to connect filebeat which is running on windows to elasticsearch which is running on ubuntu i.e connection of filebeat and elasticsearch on two different machines.

Hi @kanchan_pingale,

Filebeat -> Elasticsearch connection uses HTTP, so it's ok if they are running on different machines. You just need to configure the output in the Filebeat side, filling the hostsfield with the IP address of your Elasticsearch machine: https://www.elastic.co/guide/en/beats/filebeat/current/elasticsearch-output.html

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