Skip to content
Last updated

Coralogix integration

Coralogix is a cloud-native observability platform for logs, metrics, and traces. Integrating Coralogix with Frontegg allows your application to manage alerts, dashboards, SLOs, log queries, webhooks, API keys, teams, and roles on behalf of your users using a personal API key.


Prerequisites

  • A Coralogix account with admin access
  • Your Coralogix team's login URL (for example, your-team.coralogix.com for EU1 or your-team.eu2.coralogix.com for EU2) — you need this to determine your region URL in Step 6

Connect Coralogix

Step 1: Open the API Keys settings page

Log in to your Coralogix team. In the left navigation, click Settings, then under Users & Teams click API Keys.

Coralogix Settings page with API Keys selected in the left navigation

Step 2: Create a personal key

On the Keys page, click PERSONAL KEY to create a new personal API key.

Coralogix API Keys page with the PERSONAL KEY button highlighted

Step 3: Enter a key name

In the Create a new personal key dialog, enter a descriptive name in the Key name field — for example, Frontegg Integration.

Create personal key dialog with the Key name field highlighted and filled with Frontegg Integration

Step 4: Select role presets

Open the Role Presets dropdown and check the presets that correspond to the integration tools you plan to use. At minimum, select DataQuerying — without it the API key will authenticate but every log query will return zero rows.

Role presetRequired for
DataQueryingQuerying logs via DataPrime or Lucene (Query Logs, Background Query Logs)
DashboardsReading, creating, updating, and deleting dashboards
IncidentsReading and managing alert definitions, alert events, and SLOs
OutboundWebhooksReading, creating, testing, and deleting outgoing webhooks

Personal keys cannot manage org-level resources

Personal API keys in Coralogix do not expose role presets for managing API keys, teams, members, or custom roles. If you need the Manage API Keys, Manage Teams, or Manage Roles tools, create a separate Team Admin key (Settings → API Keys → TEAM ADMIN KEY) and use it in a second Frontegg integration instance.

Click Create when all required presets are selected.

Personal key creation dialog showing selected permission presets with 58 permissions added

Step 5: Copy the API key

Coralogix displays the key value once — immediately after creation. Copy it now and store it securely.

One-time display

The API key value is shown only at creation time. Download it or copy it before closing the dialog. If you lose it, you must create a new key.

Coralogix key creation confirmation dialog showing the blurred API key value with a copy button

Step 6: Find your region URL

The Frontegg integration requires the management API base URL for your Coralogix region. To identify your region, look at the host you use to sign in to the Coralogix UI (everything after the team name) and match it to the table below. The full canonical reference is the Coralogix endpoints page.

Coralogix endpoints documentation showing the domain-to-region mapping table

RegionTeam login domainRegion URL
EU1 (Ireland)<team>.coralogix.comhttps://api.coralogix.com
EU2 (Stockholm)<team>.eu2.coralogix.comhttps://api.eu2.coralogix.com
US1 (Ohio)<team>.coralogix.ushttps://api.coralogix.us
US2 (Oregon)<team>.cx498.coralogix.comhttps://api.cx498.coralogix.com
AP1 (Singapore)<team>.coralogixsg.comhttps://api.coralogixsg.com
AP2 (Mumbai)<team>.coralogix.inhttps://api.coralogix.in
AP3 (Sydney)<team>.ap3.coralogix.comhttps://api.ap3.coralogix.com

EU1 has no region prefix

Coralogix's EU1 region predates the regional naming scheme, so its team and API hostnames omit the eu1. prefix. If your sign-in URL looks like your-team.coralogix.com (no region segment), you are on EU1 and the region URL is https://api.coralogix.com.

Coralogix endpoints documentation showing the management endpoints section with the API base URL pattern

Configure the Frontegg portal

Once you have your API Key and region URL, configure the integration in the Frontegg portal:

  1. Open the Frontegg portal and navigate to [ENVIRONMENT] → Integrations → Coralogix.
  2. Enter the API Key you copied in the previous step.
  3. Enter the Coralogix region URL (for example, https://api.eu2.coralogix.com) — no trailing slash.
  4. Click Save.

Keep your API key secure

Never share or commit your Coralogix API key to version control.

Additional resources