mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
go-pot:
- remove conflicting field ("type") - ranme duration => session_duration
This commit is contained in:
3
docker/elk/logstash/dist/http_output.conf
vendored
3
docker/elk/logstash/dist/http_output.conf
vendored
@ -520,6 +520,9 @@ filter {
|
||||
}
|
||||
mutate {
|
||||
remove_field => ["ts"]
|
||||
rename => {
|
||||
"duration" => "session_duration"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
3
docker/elk/logstash/dist/logstash.conf
vendored
3
docker/elk/logstash/dist/logstash.conf
vendored
@ -512,6 +512,9 @@ filter {
|
||||
}
|
||||
mutate {
|
||||
remove_field => ["ts"]
|
||||
rename => {
|
||||
"duration" => "session_duration"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user