medpot tweaking

This commit is contained in:
t3chn0m4g3
2018-09-11 07:59:14 +00:00
parent f0f6981f34
commit 992d453b9a
7 changed files with 9 additions and 15 deletions

View File

@ -309,14 +309,9 @@ filter {
"dest_port" => "2575"
"dest_ip" => "${MY_EXTIP}"
}
rename => {
"port" => "src_port"
"ip" => "src_ip"
}
}
date {
match => [ "time", "yyyy.MM.dd HH:mm:ss" ]
remove_field => ["time"]
match => [ "timestamp", "ISO8601" ]
}
}