Update to example logstash config

This commit is contained in:
Austin Taylor
2018-01-04 17:59:20 -05:00
parent d70238fbeb
commit 02afd9c24d

View File

@ -6,7 +6,7 @@
input { input {
file { file {
path => "/opt/vulnwhisp/scans/**/*" path => "/opt/vulnwhisp/nessus/**/*"
start_position => "beginning" start_position => "beginning"
tags => "nessus" tags => "nessus"
type => "nessus" type => "nessus"