Coralogix
coralogix
Params
Section titled “Params”api_url string Optional The base API URL for Coralogix queries.
dashboard_url string The URL of your Coralogix dashboard (e.g., https://app.coralogix.com).
region string Optional The Coralogix region identifier (e.g., usprod1).
Examples
Section titled “Examples”Minimal Configuration
Section titled “Minimal Configuration”connectors: - type: coralogix name: my_coralogix params: dashboard_url: "https://app.coralogix.com"Full Configuration
Section titled “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
Section titled “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_urlandregionparameters have sensible defaults for most users; you usually only need to setdashboard_url.
For more information on how to obtain your Coralogix dashboard URL and region, see the Coralogix documentation or ask your Coralogix administrator.