Hi,
I was looking for a following pipeline :
RemoteServers(FileBeat) => Central Server (LogStash) => ElasticSearch
I want FileBeat to copy files from client servers to a central repository (specific directory) and then Logstash to read from copied files instead of directly pushing data to logstash from FileBeat
I am trying to do this because I want all my log files in a central location and only filtered content will go to elastic search.
Can you help me that how can it be performed so that i can get all the logs from different to a central location .How it can be done through file beat.