From 3487cb64e3af945d84813269f76dd5cb4217573b Mon Sep 17 00:00:00 2001 From: edersonbrilhante Date: Wed, 10 Jun 2026 11:05:06 +0200 Subject: [PATCH] docs: update splunk examples to use new cf template --- README.md | 6 ++---- .../eu-west-1/splunk_o11y_aws_integration/config.yml | 2 +- .../eu-west-1/splunk_o11y_regional_integration/config.hcl | 2 +- .../splunk/_environment_wide_settings/_environment.yml | 2 +- .../templates/splunk/splunk_o11y_aws_integration/config.yml | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 45c8c5f0..f85aa6d4 100644 --- a/README.md +++ b/README.md @@ -143,11 +143,9 @@ on: [push, pull_request] jobs: test: - runs-on: forge-ec2-medium # Your ForgeMT runner - permissions: - id-token: write # Required for OIDC + runs-on: forge-ec2-medium # Your ForgeMT runner steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4 diff --git a/examples/deployments/splunk-deployment/terragrunt/environments/prod/regions/eu-west-1/splunk_o11y_aws_integration/config.yml b/examples/deployments/splunk-deployment/terragrunt/environments/prod/regions/eu-west-1/splunk_o11y_aws_integration/config.yml index 8662ca42..0c39d3ab 100644 --- a/examples/deployments/splunk-deployment/terragrunt/environments/prod/regions/eu-west-1/splunk_o11y_aws_integration/config.yml +++ b/examples/deployments/splunk-deployment/terragrunt/environments/prod/regions/eu-west-1/splunk_o11y_aws_integration/config.yml @@ -1,3 +1,3 @@ --- splunk_ingest_url: https://ingest.us0.signalfx.com -template_url: https://o11y-public.s3.amazonaws.com/aws-cloudformation-templates/release/template_all_features_regional.yaml +template_url: https://o11y-public.s3.amazonaws.com/aws-cloudformation-templates/release/template_metric_streams_regional.yaml diff --git a/examples/infra-forge/terragrunt/environments/dev/regions/eu-west-1/splunk_o11y_regional_integration/config.hcl b/examples/infra-forge/terragrunt/environments/dev/regions/eu-west-1/splunk_o11y_regional_integration/config.hcl index 28a8fe01..ac90000f 100644 --- a/examples/infra-forge/terragrunt/environments/dev/regions/eu-west-1/splunk_o11y_regional_integration/config.hcl +++ b/examples/infra-forge/terragrunt/environments/dev/regions/eu-west-1/splunk_o11y_regional_integration/config.hcl @@ -1,4 +1,4 @@ locals { splunk_ingest_url = "https://ingest..signalfx.com" - template_url = "https://o11y-public.s3.amazonaws.com/aws-cloudformation-templates/release/template_all_features_regional.yaml" + template_url = "https://o11y-public.s3.amazonaws.com/aws-cloudformation-templates/release/template_metric_streams_regional.yaml" } diff --git a/examples/templates/splunk/_environment_wide_settings/_environment.yml b/examples/templates/splunk/_environment_wide_settings/_environment.yml index 45ccada2..990bb542 100644 --- a/examples/templates/splunk/_environment_wide_settings/_environment.yml +++ b/examples/templates/splunk/_environment_wide_settings/_environment.yml @@ -6,5 +6,5 @@ splunk: splunk_api_url: # e.g., "https://api.us0.signalfx.com" splunk_ingest_url: # e.g., "https://ingest.us0.signalfx.com" splunk_organization_id: # e.g., "ORG1234567890" - data_manager_template_url: # e.g., "https://o11y-public.s3.amazonaws.com/aws-cloudformation-templates/release/template_all_features_regional.yaml" + data_manager_template_url: # e.g., "https://o11y-public.s3.amazonaws.com/aws-cloudformation-templates/release/template_metric_streams_regional.yaml" splunk_cloud: # e.g., "https://mycompany.splunkcloud.com" diff --git a/examples/templates/splunk/splunk_o11y_aws_integration/config.yml b/examples/templates/splunk/splunk_o11y_aws_integration/config.yml index 7621a381..053a2d77 100644 --- a/examples/templates/splunk/splunk_o11y_aws_integration/config.yml +++ b/examples/templates/splunk/splunk_o11y_aws_integration/config.yml @@ -1,3 +1,3 @@ --- splunk_ingest_url: # e.g., https://ingest.us0.signalfx.com -template_url: # e.g., https://o11y-public.s3.amazonaws.com/aws-cloudformation-templates/release/template_all_features_regional.yaml +template_url: # e.g., https://o11y-public.s3.amazonaws.com/aws-cloudformation-templates/release/template_metric_streams_regional.yaml