Skip to content

Commit

Permalink
move removed tmp field up in Azure interactive signon
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-grabau committed Oct 24, 2024
1 parent f7aa32c commit 3623fdd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ filter {
field => "[tmp][records]"
target => "az"
}
mutate {
remove_field => [ "tmp" ]
}
mutate {
replace => { "message" => "%{az}" }
}
Expand Down Expand Up @@ -230,7 +233,7 @@ filter {
}
#
mutate {
remove_field => [ "tmp", "az" ]
remove_field => [ "az" ]
}
}
output {
Expand Down

0 comments on commit 3623fdd

Please sign in to comment.