You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello, I would like to know how it is possible to set the priority using message's attribute in Opsgenie through the integration with AWS through SNS.
I have tried the following code:
"MessageAttributes": {
"teams": {"Type": "String", "Value": "TeamA"},
"alias": {"Type": "String", "Value": "myAlias"},
"eventType": {"Type": "String", "Value": "create"},
"priority": {"Type": "String", "Value": "P1"},
"tags": {"Type": "String", "Value": "RDS"}
}
All the fields work except the priority one that assigns always P3 by default or not found mapping value, any idea?
I checked out documentation but nothing useful :(
Thank u
Related more in depth article on how this can be done as well:
Hi @Jose_Martin ,
Thanks for reaching out. This similar community post may help with your issue: https://community.atlassian.com/t5/Opsgenie-questions/Mapping-alert-values-from-Solarwinds/qaq-p/1327612
^ Although related to Solarwinds, the concept is the same. AWS's priority might vary from Opsgenie's so it will not map 1-to-1.
Depending on which field (like the Subject, AlarmDescription, etc.) the AWS priority is being parsed in, multiple Create Alert actions can be added to the integration that filter on this -> then map to the corresponding Opsgenie priority.
Example:
If you have any additional details, screenshots, examples, etc. of your AWS alerts defaulting to P3s, I could provide some more suggestions. Let us know, or if this helps!
Best,
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.