Copying file contents to another file using filebeat

I would like to use the filebeat module to pull the contents of a file in one server to a file in another server. I need help on how to do this if it is possible.

@Yusuff_Sodiq If I understand correctly you don't want to send your data to Elasticsearch or Logstash but just copy the content of the file to another server? This look more like a job for rsync.

Exactly! you got it right, thanks.

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