Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 2 Next »

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

Bidirectional integrations aren’t supported in the Standard plan. All the other integrations are supported at a team level in Standard.

If you're using the Standard plan in Compass, 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:

  1. Go to your team’s operations page.

  2. On the left navigation panel, select Integrations and then Add integration.

  3. Run a search and select “Coralogix”.

  4. On the next screen, enter a name for the integration.

  5. Optional: Select a team in Assignee team if you want a specific team to receive alerts from the integration.

  6. Select Continue.
    The integration is saved at this point.

  7. 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.

  8. 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.

  1. Login to your Coralogix account.

  2. Go to Settings > Integrations and select the ‘+’ sign.

  3. 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"
}

 

  • No labels