We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155bbe9 commit ab6730dCopy full SHA for ab6730d
1 file changed
infrastructure/tf-audit/variables.tf
@@ -84,7 +84,7 @@ variable "law" {
84
retention_days = optional(number, 30)
85
export_enabled = optional(bool, false)
86
export_table_names = optional(list(string), [])
87
- app_requests_transform_enabled = optional(bool, false)
+ app_requests_transform_enabled = optional(bool, true)
88
app_requests_transform_kql = optional(string, "source | where not(tolower(Name) == \"health\" and tostring(Url) endswith \"/api/health\" and tostring(Properties[\"Category\"]) == \"Host.Results\")")
89
})
90
}
0 commit comments