diff --git a/ingestion/examples/workflows/redshift.json b/ingestion/examples/workflows/redshift.json index ec1492219a6..8f4b60c9ef5 100644 --- a/ingestion/examples/workflows/redshift.json +++ b/ingestion/examples/workflows/redshift.json @@ -9,7 +9,7 @@ "service_name": "aws_redshift", "service_type": "Redshift", "filter_pattern": { - "excludes": ["information_schema.*"] + "excludes": ["information_schema.*","[\\w]*event_vw.*"] } } },