Skip to content

Commit

Permalink
Update database log filters (#120)
Browse files Browse the repository at this point in the history
* commit Gemfile.lock changes

* add mapping for CF space name tag on Cloudwatch database logs
  • Loading branch information
markdboyd authored Dec 2, 2024
1 parent d053759 commit e599b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ GEM

PLATFORMS
x86_64-darwin-21
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ filter
rename => {"[cloudwatch_logs][tags][environment]"=>"environment"}
rename => {"[cloudwatch_logs][tags][OrganizationGUID]"=>"[@cf][org_id]"}
rename => {"[cloudwatch_logs][tags][SpaceGUID]"=>"[@cf][space_id]"}
rename => {"[cloudwatch_logs][tags][Spacename]"=>"[@cf][space]"}
rename => {"[cloudwatch_logs][tags][Organizationname]"=>"[@cf][org]"}
remove_field => ["[cloudwatch_logs][tags][Createdat]"]
remove_field => ["[cloudwatch_logs][tags][Updatedat]"]
Expand Down

0 comments on commit e599b71

Please sign in to comment.