リモートディレクトリから読み取るようにファイルビートを設定することは可能ですか (そのマシンにプロセスをインストールできないため)
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
動作しないようです