Skip to content

Commit

Permalink
add mappings for tag keys without spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Dec 20, 2024
1 parent 577a418 commit 0c0a93d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ filter
rename => {"[cloudwatch_logs][tags][InstanceGUID]"=>"[@cf][service_instance_id]"}
rename => {"[cloudwatch_logs][tags][Instance GUID]"=>"[@cf][service_instance_id]"}

rename => {"[cloudwatch_logs][tags][Instancename]"=>"[@cf][service]"}
rename => {"[cloudwatch_logs][tags][Instance name]"=>"[@cf][service]"}

rename => {"[cloudwatch_logs][tags][Serviceofferingname]"=>"[@cf][service_offering]"}
rename => {"[cloudwatch_logs][tags][Service offering name]"=>"[@cf][service_offering]"}

rename => {"[cloudwatch_logs][tags][Service plan name]"=>"[@cf][service_plan]"}
rename => {"[cloudwatch_logs][tags][Serviceplanname]"=>"[@cf][service_plan]"}

rename => {"[cloudwatch_logs][tags][service]"=>"broker"}
rename => {"[cloudwatch_logs][tags][broker]"=>"broker"}
Expand Down

0 comments on commit 0c0a93d

Please sign in to comment.