You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/observability/aws/deploy-use-aws-observability/deploy-with-aws-cloudformation/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,8 @@ AWS Observability integrates with the [AWS Observability view](/docs/dashboards/
45
45
Download this or other versions of this template from [Changelog](../changelog.md).
46
46
:::
47
47
:::note
48
-
To change the Collector Name and Source Categories of Sumo Logic sources, you must download CloudFormation template version 2.1.0 or greater and follow the instructions in the (#modify-the-collector-name-and-source-categories) section.
48
+
- To change the Collector Name and Source Categories of Sumo Logic sources, you must download CloudFormation template version 2.1.0 or greater and follow the instructions in the [Modify the source categories](#modify-the-source-categories) section.
49
+
- The Global Intelligence for AWS CloudTrail DevOps app is planned for deprecation in the near future and has therefore been removed from the AWS Observability Solution. With this removal, the app will no longer be backed up or maintained during future solution upgrades.
49
50
:::
50
51
1. Select the AWS Region where you want to deploy the AWS CloudFormation template.
Copy file name to clipboardExpand all lines: docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,11 @@ If you've previously set up our AWS Observability Solution with CloudFormation a
31
31
32
32
:::
33
33
34
+
:::note
35
+
The Global Intelligence for AWS CloudTrail DevOps app is planned for deprecation in the near future and has therefore been removed from the AWS Observability Solution. With this removal, the app will no longer be backed up or maintained during future solution upgrades.
36
+
:::
37
+
38
+
34
39
For this setup, complete the following:
35
40
36
41
1. Set up the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html).
@@ -406,6 +411,7 @@ Configure providers for collection using the Terraform source-module.
406
411
# access_id = var.sumologic_access_id
407
412
# access_key = var.sumologic_access_key
408
413
# environment = var.sumologic_environment
414
+
# aws_resource_tags = var.aws_resource_tags
409
415
#}
410
416
```
411
417
@@ -440,6 +446,7 @@ Configure providers for collection using the Terraform source-module.
`aws_resource_tags` is a map of tags that will be applied to all AWS resources provisioned through the AWS Observability Solution, except for SAM nested sources, which are not tagged.
647
+
:::
628
648
629
649
**Override Example 2: Override the auto_enable_access_logs parameter**
0 commit comments