mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
rename fields
This commit is contained in:
4
docker/elk/logstash/dist/logstash.conf
vendored
4
docker/elk/logstash/dist/logstash.conf
vendored
@ -210,8 +210,8 @@ filter {
|
|||||||
if [credentials] {
|
if [credentials] {
|
||||||
mutate {
|
mutate {
|
||||||
add_field => {
|
add_field => {
|
||||||
"login.username" => "%{[credentials][username]}"
|
"username" => "%{[credentials][username]}"
|
||||||
"login.password" => "%{[credentials][password]}"
|
"password" => "%{[credentials][password]}"
|
||||||
}
|
}
|
||||||
remove_field => "[credentials]"
|
remove_field => "[credentials]"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user