Update to qualys logstash conf to reflect example config

This commit is contained in:
Austin Taylor
2018-01-04 18:01:01 -05:00
parent 02afd9c24d
commit 3141dcabd2

View File

@ -6,7 +6,7 @@
input {
file {
path => "/opt/vulnwhisperer/scans/**/*.json"
path => "/opt/vulnwhisperer/qualys/scans/**/*.json"
type => json
codec => json
start_position => "beginning"