You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add filter_expr control in subnet log_config (#360)
* Test commit
* feat: adding logging filter_expr control
Added filter_expr control to provide control over VPC log filtering
* feat: added subnet_flow_filter_expr control
* feat: added subnet_flow_logs_filter_expr control
* feat: Changed test to non-default filterExpr value
* chore: reverted changes on .gitignore
@@ -88,3 +89,4 @@ The subnets list contains maps, where each object represents a subnet. Each map
88
89
| subnet\_flow\_logs\_interval | If subnet\_flow\_logs is true, sets the aggregation interval for collecting flow logs | string |`"INTERVAL_5_SEC"`| no |
89
90
| subnet\_flow\_logs\_sampling | If subnet\_flow\_logs is true, set the sampling rate of VPC flow logs within the subnetwork | string |`"0.5"`| no |
90
91
| subnet\_flow\_logs\_metadata | If subnet\_flow\_logs is true, configures whether metadata fields should be added to the reported VPC flow logs | string |`"INCLUDE_ALL_METADATA"`| no |
92
+
| subnet\_flow\_logs\_filter_expr | Export filter defining which VPC flow logs should be logged, see https://cloud.google.com/vpc/docs/flow-logs#filtering for formatting details | string |`"true"`| no |
0 commit comments