Coralogix
Coralogix observability platform integration for querying logs, managing alerts, metrics, and dashboards
The Coralogix integration lets your agents query logs, manage alerts, query metrics, and view dashboards from your Coralogix observability platform.
Prerequisites
You need:
- Coralogix API Key — Generate one from your Coralogix account under Settings → API Keys.
- Base URL — Your Coralogix cluster region endpoint (e.g.,
https://ng-api-http.coralogix.com).
Setup
- Open your agent in Agent Studio
- In the Integrations panel, click Add Integration Config
- Select Coralogix from the integration list
- Give the config a display name (e.g., "Coralogix - Production")
- Enter your Base URL
- Paste your API Key
- Save the agent revision
Using in Your Agent
- In an Agent Step, attach Coralogix tools from the tools panel
- The agent uses your integration config for all Coralogix API calls
- Tools are referenced as
coralogix.query_logs,coralogix.list_alerts, etc.
Available Tools
| Tool | Description | Action Type |
|---|---|---|
query_logs | Query logs | ReadOnly |
list_alerts | List alerts | ReadOnly |
get_alert | Get a specific alert | ReadOnly |
create_alert | Create an alert | Reversible |
delete_alert | Delete an alert | Irreversible |
query_metrics | Query metrics | ReadOnly |
query_metrics_range | Query metrics over a time range | ReadOnly |
list_dashboards | List dashboards | ReadOnly |
get_data_usage | Get data usage statistics | ReadOnly |