/
PagerDuty
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" : {}
}
, multiple selections available,
Related content
Configuring PagerDuty Settings
Configuring PagerDuty Settings
More like this
Share a search to PagerDuty
Share a search to PagerDuty
More like this
Monitors Administration
Monitors Administration
More like this
Email Alert
Email Alert
More like this