diff --git a/logstash/1000_nessus_process_file.conf b/logstash/1000_nessus_process_file.conf index 9e0a107..9d4e27f 100644 --- a/logstash/1000_nessus_process_file.conf +++ b/logstash/1000_nessus_process_file.conf @@ -6,7 +6,7 @@ input { file { - path => "/opt/vulnwhisp/scans/**/*" + path => "/opt/vulnwhisp/nessus/**/*" start_position => "beginning" tags => "nessus" type => "nessus"