Skip to content

Commit

Permalink
feat: evergreen sns (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbystedt authored Oct 7, 2024
1 parent b6ce946 commit 53e4395
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{
"id": "<%= idgen('action-prod-spar-sns') %>",
"name": "notify",
"destination_id": "epsilon-normal-sns",
"destination_id": "evergreen-normal-sns",
"message_template": {
"source": "High http.response.status_code count between {{ctx.periodStart}} and {{ctx.periodEnd}} in <%= environment %>.",
"lang": "mustache"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"id": "evergreen-normal-sns",
"entity": "SnsEvergreenNormal",
"name": "Evergreen SNS",
"description": "SNS destination (APM Deployment Managed)",
"configType": "sns",
"isEnabled": true,
"sns": {
"topicArn": "nress-prod-evergreen-normal",
"roleArn": "opensearch_sns_nress-prod"
}
}

0 comments on commit 53e4395

Please sign in to comment.