mirror of
https://github.com/fleetdm/fleet
synced 2026-04-28 17:07:43 +00:00
- Removes `firehose` logging from loadtesting environment - Sets `filesystem` logging in loadtesting environment - Updates fleet image to 4.76.0 as the default value - Updates `migrations` and `logging_alb` modules with latest versions
16 lines
No EOL
555 B
Text
16 lines
No EOL
555 B
Text
module "logging_firehose" {
|
|
source = "github.com/fleetdm/fleet-terraform//addons/logging-destination-firehose?ref=tf-mod-addon-logging-destination-firehose-v1.2.4"
|
|
prefix = local.customer
|
|
osquery_results_s3_bucket = {
|
|
name = "${local.customer}-osquery-results-firehose-policy"
|
|
expires_days = 1
|
|
}
|
|
osquery_status_s3_bucket = {
|
|
name = "${local.customer}-osquery-status-firehose-policy"
|
|
expires_days = 1
|
|
}
|
|
audit_s3_bucket = {
|
|
name = "${local.customer}-audit-firehose-policy"
|
|
expires_days = 1
|
|
}
|
|
} |