Skip to content

Commit ab6730d

Browse files
set app_requests_transform_enabled to true by default
1 parent 155bbe9 commit ab6730d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/tf-audit/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ variable "law" {
8484
retention_days = optional(number, 30)
8585
export_enabled = optional(bool, false)
8686
export_table_names = optional(list(string), [])
87-
app_requests_transform_enabled = optional(bool, false)
87+
app_requests_transform_enabled = optional(bool, true)
8888
app_requests_transform_kql = optional(string, "source | where not(tolower(Name) == \"health\" and tostring(Url) endswith \"/api/health\" and tostring(Properties[\"Category\"]) == \"Host.Results\")")
8989
})
9090
}

0 commit comments

Comments
 (0)