Skip to content

Commit

Permalink
add more mappings for cloudwatch log tags (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd authored Dec 3, 2024
1 parent 7697f61 commit ddd216c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ filter
rename => {"[cloudwatch_logs][tags][InstanceGUID]"=>"[@cf][service_instance_id]"}
rename => {"[cloudwatch_logs][tags][Serviceofferingname]"=>"[@cf][service_offering]"}
rename => {"[cloudwatch_logs][tags][Serviceplanname]"=>"[@cf][service_plan]"}
rename => {"[cloudwatch_logs][tags][PlanGUID]"=>"[@cf][plan_id]"}
rename => {"[cloudwatch_logs][tags][ServiceGUID]"=>"[@cf][service_id]"}
rename => {"[cloudwatch_logs][tags][service]"=>"broker"}
rename => {"[cloudwatch_logs][tags][broker]"=>"broker"}
remove_field => ["[cloudwatch_logs][tags][client]"]

Expand Down

0 comments on commit ddd216c

Please sign in to comment.