PagerDuty
Opens an incident in a PagerDuty's service(s) - make sure you have configured the required PagerDuty settings in XpoLog.
PagerDuty alert can be customized further. In order to send specific details to PagerDuty in the alert section, under Advanced section - Custom Fields you may enter a JSON with desired values.
Example:
{
"alertDefinition" : {
"payload": {
"severity": "info",
"summary" : "[MONITOR_NAME]",
"custom_details": {
"timestamp": "[Date]",
"source-log": "[LOG_NAME]",
"source-node": "[HOST_NAME]",
"component": "log",
"domain": "[APPTAGS]",
"message": "[Message]",
"query": "[SEARCH_QUERY]"
}
},
"links": [
{
"text": "XPLG Zoom-In Link"
}
]
},
"conf" : {}
}
Â