Skip to content

Coralogix

coralogix

Params

api_url string -

The base API URL for Coralogix queries.

dashboard_url string -

The URL of your Coralogix dashboard (e.g., https://app.coralogix.com).

region string -

The Coralogix region identifier (e.g., usprod1).

Examples

Minimal Configuration

connectors:
- type: coralogix
name: my_coralogix
params:
dashboard_url: "https://app.coralogix.com"

Full Configuration

connectors:
- type: coralogix
name: my_coralogix
params:
api_url: "https://api.coralogix.us/api/v1"
dashboard_url: "https://app.coralogix.com"
region: "usprod1"

Usage Notes

  • When you run a query using this adapter, Cruncher will automatically open a login prompt in your browser if you are not already authenticated with Coralogix.
  • The api_url and region parameters have sensible defaults for most users; you usually only need to set dashboard_url.

For more information on how to obtain your Coralogix dashboard URL and region, see the Coralogix documentation or ask your Coralogix administrator.