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
If I set some json values on my azure alerts in the data.alertContent.properties block how can I access them from opsgenie?
It looks like they are just ignored, even the docs page has them set but then their lost: https://docs.opsgenie.com/docs/microsoft-azure-integration
Is this just a limitation of opsgenie or is there a way to pass values from azure to opsgenie to give an alert more context.
My use case here is I add tags to my alerts which give them content to which client they correspond and I would like to tag my alerts as such.
Hi @Matt Browne ,
Anything that Opsgenie is receiving in the payload can be parsed into the Opsgenie alerts using dynamic fields.
So first thing to check would be the logs in Opsgenie (Settings -> Logs), and look for the "Received integration request" log for an alert sent from Azure to Opsgenie, then you can confirm that we are receiving these "properties" fields.
You can then parse them out using something like {{_payload.Properties.key1}}, depending on the structure of the Properties field within that payload.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.