Coralogix Integration
Connect Coralogix to enable the AI agent to search logs, query metrics, review alerts, and automatically investigate triggered alerts during incident response.
Capabilities
Once connected, the AI agent can:
| Capability | Description |
|---|---|
| Query Logs | Search logs using DataPrime query language with time range and tier filters |
| Query Metrics | Run PromQL queries for instant and range metric queries |
| List Alerts | View all configured alert definitions and their status |
| Get Alert Details | Retrieve full configuration of a specific alert |
| Alert Webhooks | Automatically create investigations when Coralogix alerts trigger |
Prerequisites
- A Coralogix account with API access
- A Coralogix API Key — either a Personal API Key (recommended, full access) or a Team API Key (metrics only)
- Knowledge of your Coralogix region
Setup
1
Get Your API Key
- Log in to your Coralogix account
- For full access (logs, alerts, metrics): Navigate to Settings > Personal API Keys and create a key with the Alerts and DataQuerying presets
- For metrics only: You can use a Team API Key from Settings > API Keys
- Copy the key value
2
Identify Your Region
Check your Coralogix login URL to determine your region:
| Region | Login Domain |
|---|---|
| EU1 | coralogix.com |
| US1 | coralogix.us |
| US2 | cx498.coralogix.com |
| EU2 | eu2.coralogix.com |
| AP1 (India) | coralogix.in |
| AP2 (Singapore) | coralogixsg.com |
| AP3 | ap3.coralogix.com |
3
Add Integration in Autoheal
- Go to Integrations in Autoheal
- Click Coralogix
- Enter a name (e.g., "Production Coralogix")
4
Configure Credentials
Enter the following:
- API Key: Your Coralogix API Key (Personal or Team)
- Region: Select your Coralogix region from the dropdown
5
Test and Save
Click Test Connection to verify, then Save.
Required Permissions
The test connection will pass if the API key can access at least one of the following endpoints: Alerts, DataPrime (logs), or Metrics.
Personal API Key (recommended — full access)
| Permission Preset | Capabilities |
|---|---|
Alerts | List and view alert definitions |
DataQuerying | Query logs via DataPrime and metrics via PromQL |