diff --git a/functionaltests/TestUpgrade_8_15_4_to_8_16_0/main.tf b/functionaltests/TestUpgrade_8_15_4_to_8_16_0/main.tf index c83377e8ad5..c2b992ac9ac 100644 --- a/functionaltests/TestUpgrade_8_15_4_to_8_16_0/main.tf +++ b/functionaltests/TestUpgrade_8_15_4_to_8_16_0/main.tf @@ -5,6 +5,10 @@ module "ec_deployment" { deployment_template = "aws-storage-optimized" deployment_name_prefix = var.name + // self monitoring is enabled so we can inspect Elasticsearch + // logs from tests. + observability_deployment = "self" + apm_server_size = "1g" elasticsearch_size = "4g"