Skip to content

Commit

Permalink
Merge pull request #83 from cloud-gov/main
Browse files Browse the repository at this point in the history
update filter
  • Loading branch information
JasonTheMain authored Sep 18, 2024
2 parents c11a537 + b6a03bd commit 9cbef08
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ filter
rename => {"[cloudwatch_logs][tags][Organizationname]"=>"[@cf][org]"}
remove_field => ["[cloudwatch_logs][tags][Createdat]"]
remove_field => ["[cloudwatch_logs][tags][Updatedat]"]
rename => {"[cloudwatch_logs][tags][InstanceGUID]"=>"service_instance_id"}
rename => {"[cloudwatch_logs][tags][Serviceofferingname]"=>"service_offering"}
rename => {"[cloudwatch_logs][tags][Serviceplanname]"=>"service_plan"}
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][broker]"=>"broker"}
rename => {"[cloudwatch_logs][tags][client]"=>"client"}
remove_field => ["[cloudwatch_logs][tags][client]"]

}
}
Expand Down

0 comments on commit 9cbef08

Please sign in to comment.