Hi guys !
I have some constraints in the servers that my applications servers are running. I'm not allowed to install Filebeat in the nodes.
The solution was to copy the logs to the machine where filebeat is running, and then filebeat can read the logs locally.
But I have a delay in that, because the copy is not happen constantly .
That's why I would like to know if there is a way to have a Unique Filebeat installation pointing to different remote directories with the log files.
In that way the harvesters should be capable to open and closing the files in the remote directory.
All servers are using linux OS.
I couldn't find nothing about this in the documentations of filebeat.