remove unnecessary groks
This commit is contained in:
@ -7,7 +7,6 @@
|
||||
input {
|
||||
file {
|
||||
path => "/opt/VulnWhisperer/data/openvas/*.json"
|
||||
type => json
|
||||
codec => json
|
||||
start_position => "beginning"
|
||||
tags => [ "openvas_scan", "openvas" ]
|
||||
@ -26,11 +25,6 @@ filter {
|
||||
remove_field => ["scan_time"]
|
||||
}
|
||||
|
||||
grok {
|
||||
match => { "path" => "openvas_scan_%{DATA}_%{INT}.json$" }
|
||||
tag_on_failure => []
|
||||
}
|
||||
|
||||
# TODO - move this mapping into the vulnwhisperer module
|
||||
translate {
|
||||
field => "[risk_number]"
|
||||
|
Reference in New Issue
Block a user