I want to send logs from a windows machine to windows elk server

my logs are located in d:\app\logs in a windows machine. i want to send logs to elk server. I tried using file beat.
I dont see any errors and could'nt see any logs on elk server. Can anyone provide me configs for filebeat on client and elk server. My another question is do we need to install filebeat on both the machines? can we directly send the output from filebeat to elasticsearch?

Filebeat can send data directly to Elasticsearch. You do not need a Filebeat on the Elasticsearch server.

I recommend following the Getting Started guide.

This topic was automatically closed after 21 days. New replies are no longer allowed.