rename conpot fields to match index pattern

This commit is contained in:
Marco Ochse 2018-08-28 13:30:58 +02:00 committed by GitHub
parent d19d3823f6
commit 79bb324a4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,6 +170,12 @@ filter {
date {
match => [ "timestamp", "ISO8601" ]
}
mutate {
rename => {
"dst_port" => "dest_port"
"dst_ip" => "dest_ip"
}
}
}
# Cowrie