Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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" : {}

}

  • No labels