Add mode back to logstash conf

This commit is contained in:
pemontto
2019-04-15 17:16:29 +10:00
parent 29a91cbfb2
commit 96e7211e77

View File

@ -8,6 +8,7 @@
input { input {
file { file {
path => "/opt/VulnWhisperer/data/nessus/**/*.json" path => "/opt/VulnWhisperer/data/nessus/**/*.json"
mode => "read"
start_position => "beginning" start_position => "beginning"
file_completed_action => "delete" file_completed_action => "delete"
tags => "nessus" tags => "nessus"
@ -15,6 +16,7 @@ input {
} }
file { file {
path => "/opt/VulnWhisperer/data/tenable/*.json" path => "/opt/VulnWhisperer/data/tenable/*.json"
mode => "read"
start_position => "beginning" start_position => "beginning"
file_completed_action => "delete" file_completed_action => "delete"
tags => "tenable" tags => "tenable"