FruxonDocs

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

  1. Open your agent in Agent Studio
  2. In the Integrations panel, click Add Integration Config
  3. Select Coralogix from the integration list
  4. Give the config a display name (e.g., "Coralogix - Production")
  5. Enter your Base URL
  6. Paste your API Key
  7. Save the agent revision

Using in Your Agent

  1. In an Agent Step, attach Coralogix tools from the tools panel
  2. The agent uses your integration config for all Coralogix API calls
  3. Tools are referenced as coralogix.query_logs, coralogix.list_alerts, etc.

Available Tools

ToolDescriptionAction Type
query_logsQuery logsReadOnly
list_alertsList alertsReadOnly
get_alertGet a specific alertReadOnly
create_alertCreate an alertReversible
delete_alertDelete an alertIrreversible
query_metricsQuery metricsReadOnly
query_metrics_rangeQuery metrics over a time rangeReadOnly
list_dashboardsList dashboardsReadOnly
get_data_usageGet data usage statisticsReadOnly

On this page