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 Integrations from the sidebar
- Select Coralogix from the catalog
- Click Add Integration Config
- Give the config a display name (e.g., "Coralogix - Production")
- Enter your Base URL
- Paste your API Key
- Save the config
Using in Your Agent
- Open your agent in Agent Studio and select an Agent Step
- Under Attached Integration Configurations, click Attach configuration and choose your config
- Attach Coralogix tools from the tools panel
- 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 |