Skip to content

Commit

Permalink
enable self monitoring for EC deployment
Browse files Browse the repository at this point in the history
This allows to ingest logs in the same cluster we are
using for testing and query and run assertion on them.
  • Loading branch information
endorama committed Jan 16, 2025
1 parent d6a6146 commit 0a02a50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functionaltests/TestUpgrade_8_15_4_to_8_16_0/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0a02a50

Please sign in to comment.