use web_application_name as asset
This commit is contained in:
@ -33,12 +33,6 @@ filter {
|
||||
remove_field => ["scan_time"]
|
||||
}
|
||||
|
||||
if "qualys_web" in [tags] {
|
||||
mutate {
|
||||
add_field => { "asset" => "%{web_application_name}" }
|
||||
}
|
||||
}
|
||||
|
||||
mutate {
|
||||
convert => { "cvss" => "float"}
|
||||
convert => { "cvss_base" => "float"}
|
||||
|
Reference in New Issue
Block a user