Filebeat reading remote log file

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.

Filebeat reads local files only sorry.

You sound try mounting the remote directories using nfs or sshfs.

"Filebeat reads local files only sorry"

Is that quoted anywhere in the documentation ?

It is implied but not specifically. I'll see if we can add something.

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