Skip to main content
Setup time: 5 Min
Integrate Coralogix with All Quiet in a matter of minutes. With webhooks, you can automatically send alerts from Coralogix directly to All Quiet, streamlining your team’s incident management process.

1. Create Coralogix Integration on All Quiet

Sign in to your All Quiet account.

Create Integration

  1. Click on the Integrations > Inbound tab.
  2. Click Create New Integration.

Select Dash0 as the integration’s type

  1. Enter a display name for your integration, e.g. Coralogix.
  2. Select a team.
  3. Select Coralogix as the integration’s type.
  4. Click Create Inbound Integration.

Get the All Quiet Webhook URL

After creating the integration on All Quiet, you can view and copy the webhook URL. You will require this URL in step 2 when configuring the custom integration on Coralogix.

2. Configure the Integration with Coralogix

Once you’ve set up an integration of type “Coralogix” with All Quiet, it takes only a few more steps in your Coralogix account to finish off your setup.

Add a Webhook Integration

From your dashboard in Coralogix, select
  1. Integrations
  2. Webhooks
Next, select Generic Webhook as integration. On the next screen, click Add New.

Configure the Webhook to All Quiet

Before you can save the webhook integration, you need to configure it. On the Settings screen
  1. Add a Webhook Name, e.g “All Quiet Webhook”.
  2. As As URL, paste in the All Quiet Webhook URL you’ve obtained in step Get the All Quiet Webhook URL.
  3. The UUID is filled by default.
  4. As Method, select “Post”.
  5. Click Next.
Now it’s type to fill the message.
  1. As Headers, paste
Headers
{
  "Content-Type": "application/json"
}
  1. As Body, paste
Body
{
  "resolved_aware_dedup_key": "$RESOLVED_AWARE_DEDUP_KEY",
  "alert_id": "$ALERT_ID",
  "dedup_key": "$DEDUP_KEY",
  "name": "$ALERT_NAME",
  "description": "$ALERT_DESCRIPTION",
  "alert_action": "$ALERT_ACTION",
  "alert_url": "$ALERT_URL",
  "log_url": "$LOG_URL",
  "service": "$SERVICE",
  "threshold": "$ALERT_THRESHOLD",
  "duration": "$DURATION",
  "severity": "$EVENT_SEVERITY",
  "priority": "$ALERT_PRIORITY",
  "text": "$LOG_TEXT",
  "team": "$TEAM_NAME",
  "application": "$APPLICATION_NAME",
  "subsystem": "$SUBSYSTEM_NAME"
}

  1. Next, click Test & Save.
If you see a test incident in All Quiet, that means successfully set up the webhook integration. Next, we need to add your Coralogix Alerts to your integration to automatically forward them to All Quiet.

Send Coralogix Alerts to All Quiet

Back in your Coralogix webhook integration, you can add “Alert Notifications”.
  1. Make sure to activate the Notify When Resolved toggle to auto-resolve All Quiet incidents when the alert in Coralogix is resolved.
  2. Select all alerts that you want to forward to All Quiet to create incidents using your webhook integration.
  3. Click Done to finish the setup.
You’re ready to go. If you set up your integration this way, Coralogix alerts will automatically create and update All Quiet incidents.

Adjust Payload Mapping

Looking to customize the fields of your incidents by adjusting the pre-built payload mapping? Simply head over to the “Payload” tab within your integration and make the necessary edits to the mapping. For detailed guidance, you may check out our payload mapping documentation.
Using our Terraform provider? Download the default mapping of the allquiet_integration_mapping resource for the Coralogix integration. Simply copy the syntax to your .tf file and tailor the resource to your team’s needs!