Skip to content

Commit

Permalink
added log.original
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-grabau committed Jun 13, 2024
1 parent ae0dda0 commit 8101cbd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ filter {
add_field => { "[event][module]" => "azure" }
add_field => { "[event][dataset]" => "azure.interactivesignin" }
add_field => { "[log][source][hostname]" => "%{[az][TenantId]}" }
copy => { "message" => "[log][original]" }
}
mutate {
rename => { "[az][TenantId]" => "[cloud][account][id]" }
Expand Down

0 comments on commit 8101cbd

Please sign in to comment.