I have a question on x-pack elastic integration, I'd appreciate some help.
Im currently sending webhook from elastic but the alert that shows up in opsgenie doesn't really match the payload.
I expect the alert to include title,error etc. But it's not.
Something is wrong, either with payload or x-pack integration.
Why is the information in payload not in the alert?
Also, can i add tags/notes/priority to x-pack alerts?
Thankful for help. The alert and payload is below.
Hi @Pontus Soderqvist ,
You would need to edit the x-pack integration to map the dynamic fields you want:
As you can see, the dynamic properties on the right only include some of the fields being sent to Opsgenie. That doesn't mean you can't add other dynamic fields, but you would need to visit the debug logs to find the incoming payloads to get the JSON key to use in the as a dynamic property.
Here is more about dynamic fields:
https://support.atlassian.com/opsgenie/docs/dynamic-fields-in-opsgenie-integrations
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.