Skip to content

Commit

Permalink
Merge pull request #551 from Cargill/azure_interactive_msg
Browse files Browse the repository at this point in the history
Added replayc message after split in Azure singin logs
  • Loading branch information
lyradc authored Oct 24, 2024
2 parents c763dd8 + c0ea456 commit f7aa32c
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 f7aa32c

Please sign in to comment.