mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Add Beelzebub
This commit is contained in:
14
docker/elk/logstash/dist/logstash.conf
vendored
14
docker/elk/logstash/dist/logstash.conf
vendored
@ -29,6 +29,13 @@ input {
|
||||
type => "Adbhoney"
|
||||
}
|
||||
|
||||
# Beelzebub
|
||||
file {
|
||||
path => ["/data/beelzebub/log/beelzebub.json"]
|
||||
codec => json
|
||||
type => "Beelzebub"
|
||||
}
|
||||
|
||||
# Ciscoasa
|
||||
file {
|
||||
path => ["/data/ciscoasa/log/ciscoasa.log"]
|
||||
@ -253,6 +260,13 @@ filter {
|
||||
}
|
||||
}
|
||||
|
||||
# Beelzebub
|
||||
if [type] == "Beelzebub" {
|
||||
date {
|
||||
match => [ "timestamp", "ISO8601" ]
|
||||
}
|
||||
}
|
||||
|
||||
# Ciscoasa
|
||||
if [type] == "Ciscoasa" {
|
||||
kv {
|
||||
|
Reference in New Issue
Block a user