Add mode back to logstash conf
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user