Integrate with Coralogix
What does the integration offer?
Using Compass's Coralogix integration alerts reported in Coralogix can be forwarded to Compass. Compass can then determine the right people to notify based on on-call schedules using email, text messages (SMS), phone calls, and iPhone and Android push notifications, and escalates alerts until the alert is acknowledged or closed.
How does the integration work?
Coralogix Alerts will send an event to your integration in Compass when the alert conditions are met. Events from Coralogix will trigger a new alert in the corresponding Compass.
Set up the integration
Coralogix is an API-based integration. Setting it up involves the following steps:
Add a Coralogix integration in Compass
Configure the integration in Coralogix
Add a Coralogix integration
In this release, only incoming integrations are fully supported in the Standard plan, at a team level. To use outgoing integrations or the outgoing part of bidirectional integrations, upgrade to a higher subscription plan. There may be restrictions on how you can create and apply integration rules as well.
You can add this integration only from your team’s operations page. Adding an integration from your team’s operations page makes your team the owner of the integration. This means Compass only assigns the alerts received through this integration to your team.
To add a Coralogix integration in Compass, complete the following steps:
Go to your team’s operations page.
On the left navigation panel, select Integrations and then Add integration.
Run a search and select “Coralogix”.
On the next screen, enter a name for the integration.
Optional: Select a team in Assignee team if you want a specific team to receive alerts from the integration.
Select Continue.
The integration is saved at this point.Expand the Steps to configure the integration section and copy the webhook URL.
You will use this URL while configuring the integration in Coralogix later.Select Turn on integration.
The rules you create for the integration will work only if you turn on the integration.
Configure the integration in Coralogix
This assumes that you have a Coralogix account. Read more about Coralogix.
Login to your Coralogix account.
Go to Settings > Integrations and select the ‘+’ sign.
Select ‘Compass’, add the desired alias (the desired name of your integration), add integration webhook (URL) copied earlier, and select Save.
Payload from Coralogix to Compass
JSON
{
"name": "test-coralogix-alert",
"id": "1a2b3c",
"description": "This is a test alert",
"severity": "CRITICAL",
"application": "test-app",
"subsystem": "aggregator",
"timestamp": "1395964442000",
"text": "test logs",
"alert_url": "https://test.corlogix.com/alerts/1a2b3c"
}