remove fallback

This commit is contained in:
listbot 2019-02-28 21:00:41 +00:00 committed by t3chn0m4g3
parent 6467a03d19
commit e1fe025dd7

View file

@ -131,7 +131,7 @@ filter {
field => "[alert][signature_id]" field => "[alert][signature_id]"
destination => "[alert][cve_id]" destination => "[alert][cve_id]"
dictionary_path => "/etc/listbot/cve.yaml" dictionary_path => "/etc/listbot/cve.yaml"
fallback => "-" # fallback => "-"
} }
} }