From 466d09f42d2ece560a64fb564f83edf7affce557 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:45:16 +0530 Subject: [PATCH 1/4] Note added to AWS Observability docs --- .../aws/deploy-use-aws-observability/before-you-deploy.md | 4 ++++ .../deploy-with-aws-cloudformation/index.md | 4 ++++ .../deploy-use-aws-observability/deploy-with-terraform.md | 8 ++++++++ 3 files changed, 16 insertions(+) diff --git a/docs/observability/aws/deploy-use-aws-observability/before-you-deploy.md b/docs/observability/aws/deploy-use-aws-observability/before-you-deploy.md index 8e24ac596d..77fbc0f231 100644 --- a/docs/observability/aws/deploy-use-aws-observability/before-you-deploy.md +++ b/docs/observability/aws/deploy-use-aws-observability/before-you-deploy.md @@ -7,6 +7,10 @@ description: Learn prerequisites and guidelines for deploying the AWS Observabil This page describes prerequisites and guidelines for deploying Sumo Logic’s AWS Observability Solution.  +:::info +If you are already collecting AWS metrics, logs, and/or events, we recommend that you override the default settings. By overriding the configuration sources, we prevent them from being recreated in the AWS infrastructure or Sumo Logic. +::: + ## Prerequisites * **Sumo Logic Metrics**. The AWS Observability Solution leverages both logs and metrics to provide comprehensive monitoring and troubleshooting of your AWS cloud infrastructure. If you do not already have Metrics, contact your Sumo Logic account representative. AWS Observability integrates with the [AWS Observability view](/docs/dashboards/explore-view/#aws-observability) by populating metadata and only shows entities with metrics coming in. If you do not see expected entities, make sure configurations are correct to collect and receive metrics including the [CloudWatch Namespace](/docs/observability/aws/deploy-use-aws-observability/deploy-with-aws-cloudformation) for CloudFormation Template. diff --git a/docs/observability/aws/deploy-use-aws-observability/deploy-with-aws-cloudformation/index.md b/docs/observability/aws/deploy-use-aws-observability/deploy-with-aws-cloudformation/index.md index 5af0a70ec3..7d31c1dc10 100644 --- a/docs/observability/aws/deploy-use-aws-observability/deploy-with-aws-cloudformation/index.md +++ b/docs/observability/aws/deploy-use-aws-observability/deploy-with-aws-cloudformation/index.md @@ -17,6 +17,10 @@ Click [here](https://youtu.be/aqngY0lUWUI) to view a microlesson on deploying th ## Before you start +:::info +If you are already collecting AWS metrics, logs, and/or events, we recommend that you override the default settings. By overriding the configuration sources, we prevent them from being recreated in the AWS infrastructure or Sumo Logic. +::: + If this is the first time you've deployed the AWS Observability Solution, read the [Before You Deploy](../before-you-deploy.md) topic for information about: * Prerequisites for installing the solution. diff --git a/docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md b/docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md index 6f9e4e5f28..853426165c 100644 --- a/docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md +++ b/docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md @@ -13,6 +13,10 @@ Additional parameter overrides are available in an appendix section for [Source] ## Prerequisites +:::info +If you are already collecting AWS metrics, logs, and/or events, we recommend that you override the default settings. By overriding the configuration sources, we prevent them from being recreated in the AWS infrastructure or Sumo Logic. +::: + :::note
@@ -567,6 +571,10 @@ To migrate CloudWatch Source to Kinesis Firehose Source using Terraform, refer t ### Override Source Parameters +:::info +If you are already collecting AWS metrics, logs, and/or events, we recommend that you override the default settings. By overriding the configuration sources, we prevent them from being recreated in the AWS infrastructure or Sumo Logic. +::: + Source Parameters define how collectors and their sources are set up in Sumo Logic. If needed, override the desired parameter in the module that you defined earlier for each AWS account and region in the **sumologic-solution-templates/aws-observability-terraform/main.tf** file.  The following examples override the following: From 9dd188e02c444f8bd9b0f2397f0b7f6c78909331 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:31:19 +0530 Subject: [PATCH 2/4] Update docs/observability/aws/deploy-use-aws-observability/before-you-deploy.md Co-authored-by: John Pipkin (Sumo Logic) --- .../aws/deploy-use-aws-observability/before-you-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/observability/aws/deploy-use-aws-observability/before-you-deploy.md b/docs/observability/aws/deploy-use-aws-observability/before-you-deploy.md index 77fbc0f231..ab3ff73ee1 100644 --- a/docs/observability/aws/deploy-use-aws-observability/before-you-deploy.md +++ b/docs/observability/aws/deploy-use-aws-observability/before-you-deploy.md @@ -8,7 +8,7 @@ description: Learn prerequisites and guidelines for deploying the AWS Observabil This page describes prerequisites and guidelines for deploying Sumo Logic’s AWS Observability Solution.  :::info -If you are already collecting AWS metrics, logs, and/or events, we recommend that you override the default settings. By overriding the configuration sources, we prevent them from being recreated in the AWS infrastructure or Sumo Logic. +If you are already collecting AWS metrics, logs, and/or events, we recommend that you override the default settings. By overriding the configuration sources, we prevent them from being re-created in the AWS infrastructure or Sumo Logic. ::: ## Prerequisites From 983b9a25b2d45b7a0eb12f5a8d7777e2570c78bd Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:31:59 +0530 Subject: [PATCH 3/4] Update index.md --- .../deploy-with-aws-cloudformation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/observability/aws/deploy-use-aws-observability/deploy-with-aws-cloudformation/index.md b/docs/observability/aws/deploy-use-aws-observability/deploy-with-aws-cloudformation/index.md index 7d31c1dc10..2bdce10803 100644 --- a/docs/observability/aws/deploy-use-aws-observability/deploy-with-aws-cloudformation/index.md +++ b/docs/observability/aws/deploy-use-aws-observability/deploy-with-aws-cloudformation/index.md @@ -18,7 +18,7 @@ Click [here](https://youtu.be/aqngY0lUWUI) to view a microlesson on deploying th ## Before you start :::info -If you are already collecting AWS metrics, logs, and/or events, we recommend that you override the default settings. By overriding the configuration sources, we prevent them from being recreated in the AWS infrastructure or Sumo Logic. +If you are already collecting AWS metrics, logs, and/or events, we recommend that you override the default settings. By overriding the configuration sources, we prevent them from being re-created in the AWS infrastructure or Sumo Logic. ::: If this is the first time you've deployed the AWS Observability Solution, read the [Before You Deploy](../before-you-deploy.md) topic for information about: From 2557e1006e61d5a3190f37cbdd34d5b61c343524 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:32:28 +0530 Subject: [PATCH 4/4] Update deploy-with-terraform.md --- .../aws/deploy-use-aws-observability/deploy-with-terraform.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md b/docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md index 853426165c..07f40136bd 100644 --- a/docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md +++ b/docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md @@ -14,7 +14,7 @@ Additional parameter overrides are available in an appendix section for [Source] ## Prerequisites :::info -If you are already collecting AWS metrics, logs, and/or events, we recommend that you override the default settings. By overriding the configuration sources, we prevent them from being recreated in the AWS infrastructure or Sumo Logic. +If you are already collecting AWS metrics, logs, and/or events, we recommend that you override the default settings. By overriding the configuration sources, we prevent them from being re-created in the AWS infrastructure or Sumo Logic. ::: :::note @@ -572,7 +572,7 @@ To migrate CloudWatch Source to Kinesis Firehose Source using Terraform, refer t ### Override Source Parameters :::info -If you are already collecting AWS metrics, logs, and/or events, we recommend that you override the default settings. By overriding the configuration sources, we prevent them from being recreated in the AWS infrastructure or Sumo Logic. +If you are already collecting AWS metrics, logs, and/or events, we recommend that you override the default settings. By overriding the configuration sources, we prevent them from being re-created in the AWS infrastructure or Sumo Logic. ::: Source Parameters define how collectors and their sources are set up in Sumo Logic. If needed, override the desired parameter in the module that you defined earlier for each AWS account and region in the **sumologic-solution-templates/aws-observability-terraform/main.tf** file.