fleet/infrastructure/loadtesting/terraform/infra/template/firehose.tf.disabled
Jorge Falcon 776cd67647
Loadtest - Firehose logging removal, adds filesystem logging, and module updates (#35735)
- 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
2025-11-13 19:16:00 -05:00

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
}
}