Skip to content

Commit

Permalink
Added replayc message after split in Azure singin logs
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-grabau committed Oct 24, 2024
1 parent c763dd8 commit c0ea456
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ filter {
field => "[tmp][records]"
target => "az"
}
mutate {
replace => { "message" => "%{az}" }
}
json_encode {
source => "message"
}
} else {
mutate {
rename => { "tmp" => "az"}
Expand Down

0 comments on commit c0ea456

Please sign in to comment.