mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-09 00:28:52 +00:00
remove fallback
This commit is contained in:
parent
6467a03d19
commit
e1fe025dd7
1 changed files with 1 additions and 1 deletions
2
docker/elk/logstash/dist/logstash.conf
vendored
2
docker/elk/logstash/dist/logstash.conf
vendored
|
@ -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 => "-"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue