mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
rename conpot fields to match index pattern
This commit is contained in:
parent
d19d3823f6
commit
79bb324a4a
1 changed files with 6 additions and 0 deletions
6
docker/elk/logstash/dist/logstash.conf
vendored
6
docker/elk/logstash/dist/logstash.conf
vendored
|
@ -170,6 +170,12 @@ filter {
|
||||||
date {
|
date {
|
||||||
match => [ "timestamp", "ISO8601" ]
|
match => [ "timestamp", "ISO8601" ]
|
||||||
}
|
}
|
||||||
|
mutate {
|
||||||
|
rename => {
|
||||||
|
"dst_port" => "dest_port"
|
||||||
|
"dst_ip" => "dest_ip"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Cowrie
|
# Cowrie
|
||||||
|
|
Loading…
Reference in a new issue