mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-31 23:36:21 +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] {
|
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]"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue