> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Coralogix

> Coralogix provider allows you to send alerts from Coralogix to Keep using webhooks.

## Overview

Coralogix is a modern observability platform delivers comprehensive visibility into all your logs, metrics, traces and security events with end-to-end monitoring.

## Connecting Coralogix to Keep

To connect Coralogix to Keep, you need to configure it as a webhook from Coralogix. Follow the steps below to set up the integration:

1. From the Coralogix toolbar, navigate to Data Flow > Outbound Webhooks.

<Frame width="100" height="200">
  <img height="10" src="https://mintcdn.com/keep-docs/jGkt7cWtIlPdKHEY/images/coralogix-provider_1.png?fit=max&auto=format&n=jGkt7cWtIlPdKHEY&q=85&s=e778b9285c4a6086f1e962dd2815f6a9" data-path="images/coralogix-provider_1.png" />
</Frame>

2. In the Outbound Webhooks section, click Generic Webhook.

<Frame width="100" height="200">
  <img height="10" src="https://mintcdn.com/keep-docs/jGkt7cWtIlPdKHEY/images/coralogix-provider_2.png?fit=max&auto=format&n=jGkt7cWtIlPdKHEY&q=85&s=d761a1f2039d21cba18554c1f0d63876" data-path="images/coralogix-provider_2.png" />
</Frame>

3. Click Add New.

<Frame width="100" height="200">
  <img height="10" src="https://mintcdn.com/keep-docs/jGkt7cWtIlPdKHEY/images/coralogix-provider_3.png?fit=max&auto=format&n=jGkt7cWtIlPdKHEY&q=85&s=f11868d6a7234fcdc5402287cf27411e" data-path="images/coralogix-provider_3.png" />
</Frame>

4. Enter a webhook name and set the URL to `https://api.keephq.dev/alerts/event/coralogix`.
5. Select HTTP method (POST).

<Frame width="100" height="200">
  <img height="10" src="https://mintcdn.com/keep-docs/jGkt7cWtIlPdKHEY/images/coralogix-provider_4.png?fit=max&auto=format&n=jGkt7cWtIlPdKHEY&q=85&s=3ce38037e18b7ab0c9bce1e89cd58e44" data-path="images/coralogix-provider_4.png" />
</Frame>

6. Generate an API key with webhook role from the [Keep settings](https://platform.keephq.dev/settings?selectedTab=api-key). Copy the API key and paste it in the request header in the next step.

<Frame width="100" height="200">
  <img height="10" src="https://mintcdn.com/keep-docs/jGkt7cWtIlPdKHEY/images/coralogix-provider_5.png?fit=max&auto=format&n=jGkt7cWtIlPdKHEY&q=85&s=0596163e41773b6a9fa9bf4a1052a524" data-path="images/coralogix-provider_5.png" />
</Frame>

7. Add a request header with the key "x-api-key" and API key as the value in coralogix webhook configuration.

<Frame width="100" height="200">
  <img height="10" src="https://mintcdn.com/keep-docs/jGkt7cWtIlPdKHEY/images/coralogix-provider_6.png?fit=max&auto=format&n=jGkt7cWtIlPdKHEY&q=85&s=478f1f6f8eaf5e0d900a15879fe78ca9" data-path="images/coralogix-provider_6.png" />
</Frame>

8. Edit the body of the messages that will be sent when the webhook is triggered (optional).
9. Save the configuration.

## Useful Links

* [Coralogix Website](https://coralogix.com/)

## In workflows

This provider can't be used as a "step" or "action" in workflows. If you want to use it, please let us know by creating an issue in the [GitHub repository](https://github.com/keephq/keep/issues).
