mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 01:02:46 +01:00
Change type from 'log' to 'filestream' to ensure compatibility with Elastic 8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
filebeat:
|
||||
config:
|
||||
inputs:
|
||||
- type: log
|
||||
- type: filestream
|
||||
paths:
|
||||
- /nsm/mylogdir/mylog.log
|
||||
fields:
|
||||
@@ -19,4 +19,4 @@ filebeat:
|
||||
output:
|
||||
file:
|
||||
path: "/tmp/filebeat"
|
||||
filename: filebeat
|
||||
filename: filebeat
|
||||
|
||||
Reference in New Issue
Block a user