mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user