Is it possible to set file beat to read from remote directory (Since I can't install the process on that machine)
I've set it up this way on the beats yml:
filebeat:
# List of prospectors to fetch data.
prospectors:
# Each - is a prospector. Below are the prospector specific configurations
-
paths:
- \\remotemachine\remotedir\*\*.log
input_type: log
document_type: RemoteLogs
Doesn't seem to work