Merge pull request #8199 from Security-Onion-Solutions/fix/filebeat_filestream_elastic8

Change type from 'log' to 'filestream' to ensure compatibility with E…
This commit is contained in:
weslambert
2022-06-27 14:58:54 -04:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
filebeat: filebeat:
config: config:
inputs: inputs:
- type: log - type: filestream
paths: paths:
- /nsm/mylogdir/mylog.log - /nsm/mylogdir/mylog.log
fields: fields:
@@ -19,4 +19,4 @@ filebeat:
output: output:
file: file:
path: "/tmp/filebeat" path: "/tmp/filebeat"
filename: filebeat filename: filebeat