Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Here’s a sample `sources.json` file that you can include in your AMI.

Before setting up the AWS Observability solution we recommend testing permissions for both AWS and Sumo Logic by using a test AWS CloudFormation template. To execute this template:

1. Invoke the AWS CloudFormation template at this [URL](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.13.0/permissionchecker/permissioncheck.template.yaml).
1. Invoke the AWS CloudFormation template at this [URL](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.14.0/permissionchecker/permissioncheck.template.yaml).
1. Select the desired AWS region to test.
1. Enter a Stack Name, Sumo Logic Deployment, and Sumo Logic Access ID and Access Key.<br/><img src={useBaseUrl('img/observability/Testing_sumo_Permission_1.png')} alt="Stack details" style={{border: '1px solid gray'}} width="800" />
1. Click **Create Stack.**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,27 @@ This section provides details on the available versions of the AWS Observability

To install or upgrade to the required version of the CloudFormation template, use the URL of the YAML file corresponding to the right version number as the Amazon S3 URL in the AWS CloudFormation section of the AWS Management Console. See [Create a stack from the CloudFormation console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-create-stack.html) for more information.

## v2.14.0, 23-March-2026
AWS Observability Solution (S3 Link for CloudFormation template): `https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.14.0/sumologic_observability.master.template.yaml`

AWS Observability Solution (Terraform-based) repo: [sumologic-solution-templates](https://github.com/SumoLogic/sumologic-solution-templates).

New Features:
* AWS Observability solution now supports Sumo Logic Zurich deployment.

Updates:
* Updated and enhanced 9 AWS-related apps:
* AWS API Gateway
* AWS Application Load Balancer
* AWS Classic Load Balancer
* AWS Network Load Balancer
* Amazon EC2
* Amazon ElastiCache
* Amazon RDS
* Amazon SNS
* AWS Lambda
* Updated FERs for Load Balancer (ALB, NLB).

## v2.13.0, 07-Oct-2025
AWS Observability Solution (S3 Link for CloudFormation template): `https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.13.0/sumologic_observability.master.template.yaml`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Given that we use an account alias, we recommend you use StackSets to automati

1. Sign in to the AWS Management console.
1. Choose an option to invoke AWS CloudFormation Template:
* Click [this URL](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.13.0/sumologic_observability.master.template.yaml) to invoke the latest Sumo Logic AWS CloudFormation template.
* Download the AWS Observability Solution template (S3 link for CloudFormation template): https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.13.0/sumologic_observability.master.template.yaml to invoke the latest Sumo Logic AWS CloudFormation template.
* Click [this URL](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.14.0/sumologic_observability.master.template.yaml) to invoke the latest Sumo Logic AWS CloudFormation template.
* Download the AWS Observability Solution template (S3 link for CloudFormation template): https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.14.0/sumologic_observability.master.template.yaml to invoke the latest Sumo Logic AWS CloudFormation template.
:::note
If you would like to download or inspect this or other versions of this template, see the [Changelog](/docs/observability/aws/deploy-use-aws-observability/changelog/).
:::
Expand Down Expand Up @@ -82,7 +82,7 @@ In case you do not provide a CSV file or if we detect that it does not have the

1. Go to [StackSets](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacksets) in your AWS account.
1. Click **Create StackSet**.<br/><img src={useBaseUrl('img/observability/ClodFormation_Stackset_1.png')} alt="Create Stackset" style={{border: '1px solid gray'}} width="800" />
1. Paste the URL `https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.13.0/sumologic_observability.master.template.yaml` in the Amazon S3 URL option and click **Next**. If you'd like to download or inspect this or other versions of this template, see the [Changelog](/docs/observability/aws/deploy-use-aws-observability/changelog/).<br/><img src={useBaseUrl('img/observability/multi-create-stack.png')} alt="Mlti-create stack" style={{border: '1px solid gray'}} width="800" />
1. Paste the URL `https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.14.0/sumologic_observability.master.template.yaml` in the Amazon S3 URL option and click **Next**. If you'd like to download or inspect this or other versions of this template, see the [Changelog](/docs/observability/aws/deploy-use-aws-observability/changelog/).<br/><img src={useBaseUrl('img/observability/multi-create-stack.png')} alt="Mlti-create stack" style={{border: '1px solid gray'}} width="800" />
1. Provide a StackSet Name and supply the values for each of the prompts listed as per instructions in the [Deploy and Use AWS Observability](/docs/observability/aws/deploy-use-aws-observability) section with the following exception:
1. Leave the field “Alias for AWS Account Identification” blank. <br/><img src={useBaseUrl('img/observability/aws-field.png')} alt="AWS field" style={{border: '1px solid gray'}} width="800" />
1. Provide the S3 Object URL of a CSV file that maps AWS Account IDs to an Account Alias in Section 2 of the template “AWS Account Alias”. <br/><img src={useBaseUrl('img/observability/aws-url.png')} alt="AWS URL" style={{border: '1px solid gray'}} width="600" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ AWS Observability integrates with the [AWS Observability view](/docs/dashboards/

1. Sign in to the AWS Management console.
1. Choose an option to invoke AWS CloudFormation Template:
* Click [this URL](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.13.0/sumologic_observability.master.template.yaml) to invoke the latest Sumo Logic AWS CloudFormation template.
* Download the AWS Observability Solution template (S3 Link for cloudformation template): https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.13.0/sumologic_observability.master.template.yaml to invoke the latest Sumo Logic AWS CloudFormation template.<br/>
* Click [this URL](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.14.0/sumologic_observability.master.template.yaml) to invoke the latest Sumo Logic AWS CloudFormation template.
* Download the AWS Observability Solution template (S3 Link for cloudformation template): https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.14.0/sumologic_observability.master.template.yaml to invoke the latest Sumo Logic AWS CloudFormation template.<br/>
:::note
Download this or other versions of this template from [Changelog](../changelog.md). 
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Updating the apps will create a backup of the old apps in a folder named **“Ba
To update an existing stack to the latest version:

1. Locate the **Main Stack** created using the AWS CloudFormation template and click **Update**. <br/><img src={useBaseUrl('img/observability/Stack_Step1.png')} alt="Stack step 1" style={{border: '1px solid gray'}} width="800" />
1. Select **Replace Current Template**, paste the URL `https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.13.0/sumologic_observability.master.template.yaml` in the Amazon S3 URL option, and then select **Next**.
1. Select **Replace Current Template**, paste the URL `https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.14.0/sumologic_observability.master.template.yaml` in the Amazon S3 URL option, and then select **Next**.
:::note
If you would like to download or inspect this or other versions of this template, visit the [Changelog](/docs/observability/aws/deploy-use-aws-observability/changelog/) page.
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To deploy the CloudFormation template:

1. Sign on to the AWS Management console.

1. Invoke the CloudFormation YAML template using [this URL](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.13.0/hostmetricsfields/host_metrics_add_fields.template.yaml).
1. Invoke the CloudFormation YAML template using [this URL](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.14.0/hostmetricsfields/host_metrics_add_fields.template.yaml).

1. Select the AWS Region where you want to deploy the CloudFormation template.
1. Provide the input parameters as prompted and described in the [Configuration prompts and input](#configuration-prompts-and-input) section below.
Expand Down Expand Up @@ -84,7 +84,7 @@ Below are the steps to use the CloudFormation template with StackSets :

1. Go to [StackSets](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacksets) in your AWS account.
1. Click **Create StackSet**.<br/><img src={useBaseUrl('img/observability/add-fields8.png')} alt="Create StackSet" style={{border: '1px solid gray'}} width="800" />
1. Paste the URL `https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.13.0/hostmetricsfields/host_metrics_add_fields.template.yaml` in the Amazon S3 URL option and select **Next**. <br/><img src={useBaseUrl('img/observability/add-fields9.png')} alt="Choose a template" style={{border: '1px solid gray'}} width="800" />
1. Paste the URL `https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.14.0/hostmetricsfields/host_metrics_add_fields.template.yaml` in the Amazon S3 URL option and select **Next**. <br/><img src={useBaseUrl('img/observability/add-fields9.png')} alt="Choose a template" style={{border: '1px solid gray'}} width="800" />
1. Provide a StackSet Name, provide the parameters as explained in the section above, and click **Next**.
1. Add Tags if needed, select the Administrator role defined in the pre-requisites above, and click **Next**.<br/><img src={useBaseUrl('img/observability/add-fields10.png')} alt="Configure StackSet options" style={{border: '1px solid gray'}} width="800" />
1. Provide the current account ID and select all the regions in the current account where you would like to deploy the template.<br/><img src={useBaseUrl('img/observability/add-fields11.png')} alt="Set deployment options" style={{border: '1px solid gray'}} width="800" />
Expand Down