Install Filebeat in remote server (Different from log servers)

I have 4 servers to check logs from, but I don't have access to install stuff in them, so I can't install Filebeat there.
So I installed Filebeat locally (Just to test), and I was wondering if there's any way to get the logs from those servers? Like, configure Filebeat to retrieve the logs from the servers, so I can send them to Logstash and do the rest.
Thank you.

you can use a network path or valume in the filebeat config file to get the logs

for information about network paths with filebeat: https://www.elastic.co/guide/en/beats/filebeat/current/faq.html#filebeat-network-volumes

filebeat file config:
https://www.elastic.co/guide/en/beats/filebeat/current/configuration-path.html

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