mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-31 07:16:22 +00:00
rename fields
This commit is contained in:
parent
4fa6ed7d23
commit
53383f7313
1 changed files with 2 additions and 2 deletions
4
docker/elk/logstash/dist/logstash.conf
vendored
4
docker/elk/logstash/dist/logstash.conf
vendored
|
@ -210,8 +210,8 @@ filter {
|
|||
if [credentials] {
|
||||
mutate {
|
||||
add_field => {
|
||||
"login.username" => "%{[credentials][username]}"
|
||||
"login.password" => "%{[credentials][password]}"
|
||||
"username" => "%{[credentials][username]}"
|
||||
"password" => "%{[credentials][password]}"
|
||||
}
|
||||
remove_field => "[credentials]"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue