Integrate Spike with Logz

Service and Integration

Make sure to add a Logz.io integration and copy the webhook URL.

pageCreate integration and service on our dashboard

Using Webhooks with Logz.io

Step 1

From the Alerts tab, go to Notification Endpoints.

Step 2

Add a new notification endpoint. Paste the Spike webhook URL and make the request type as POST

Paste the below template and save.

{
    "alert_title": "{{alert_title}}",
    "alert_description": "{{alert_description}}",
    "alert_severity": "{{alert_severity}}",
    "account_id": "{{account_id}}",
    "account_name": "{{account_name}}",
    "alert_samples": "{{alert_samples}}",
    "alert_tags_json": "[{{alert_tags_json}}]"
}

Last updated