summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-11-10 20:04:06 +0200
committerGitHub <noreply@github.com>2023-11-10 20:04:06 +0200
commit45f752bfceca2d3834e5fec9a13a9ef8384c0c00 (patch)
tree11dfc274f6cd7e83b4e6746cc7fff78f7de85f6c
parent6c66219341423187a56d269dcb022f0c0f04e8ad (diff)
fix cloud aws sns notification meta (#16379)
-rw-r--r--integrations/cloud-notifications/metadata.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/integrations/cloud-notifications/metadata.yaml b/integrations/cloud-notifications/metadata.yaml
index 7a7c961dca..fd8baa8f81 100644
--- a/integrations/cloud-notifications/metadata.yaml
+++ b/integrations/cloud-notifications/metadata.yaml
@@ -321,10 +321,10 @@
To enable the webhook integration on AWS SNS you need:
1. [Setting up access for Amazon SNS](https://docs.aws.amazon.com/sns/latest/dg/sns-setting-up.html)
2. Create a topic
- - On AWS SNS management console click on **Create topic**
- - On the **Details** section, the standard type and provide the topic name
- - On the **Access policy** section, change the **Publishers** option to **Only the specified AWS accounts** and provide the Netdata AWS account **(123269920060)** that will be used to publish notifications to the topic being created
- - Finally, click on **Create topic** on the bottom of the page
+ - On AWS SNS management console click on **Create topic**
+ - On the **Details** section, the standard type and provide the topic name
+ - On the **Access policy** section, change the **Publishers** option to **Only the specified AWS accounts** and provide the Netdata AWS account **(123269920060)** that will be used to publish notifications to the topic being created
+ - Finally, click on **Create topic** on the bottom of the page
3. Now, use the new **Topic ARN** while adding AWS SNS integration on your space.
- id: 'notify-cloud-webhook'