Update to qualys logstash conf to reflect example config
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
input {
|
input {
|
||||||
file {
|
file {
|
||||||
path => "/opt/vulnwhisperer/scans/**/*.json"
|
path => "/opt/vulnwhisperer/qualys/scans/**/*.json"
|
||||||
type => json
|
type => json
|
||||||
codec => json
|
codec => json
|
||||||
start_position => "beginning"
|
start_position => "beginning"
|
||||||
|
Reference in New Issue
Block a user