Skip to content

Coralogix endpoint updates and deprecations

Coralogix continuously improves its regional endpoint architecture to deliver higher reliability, improved performance, and consistent ingestion behavior across all observability sources. This page provides a complete view of new endpoints, changes, active deprecations, and required migration actions.

Use this page alongside the main Coralogix Endpoints page to ensure your integrations always point to the correct, supported endpoints for your region.

Latest updates

Deprecation of legacy log ingestion endpoints

As part of our long-term platform modernization effort, Coralogix will permanently deprecate legacy data ingestion endpoints on March 31, 2026.

These endpoints were originally built around a single global load balancer. Over the past three years, we’ve transitioned to region-specific endpoints and infrastructure to improve availability, observability, and security.

Action is required to ensure uninterrupted log ingestion.

See full details on the deprecation of legacy log ingestion endpoints page.

Active deprecations

These deprecations require customer action before the effective cutoff dates.
DeprecationDeprecated features / endpointsReplacementEffective dateAction requiredMore Info
Legacy log ingestion endpointsPublic:
api.<domain>/api/v1/logs
api.<domain>/logs/rest/singles
api.<domain>/logs/rest/bulk
Private:
private-link.<domain>
private-link-api.<domain>
ingress.<domain>/api/v1/logs
ingress.<domain>/logs/v1/singles
March 31, 2026Update ingestion URLs, authentication headers, and IP allowlists.Deprecation notice
TCO OverridesTCO Overrides API endpoints and table in UI
API affected:
/api/v1/external/tco/overrides
(all verbs & bulk variants)
TCO Policies (all overrides become policies, preserving order and behavior)March 31, 2026UI users: convert or delete overrides.
Replace API calls to override endpoints with policy management as needed.
Deprecation notice

Deprecated endpoints

These endpoints are deprecated and scheduled for permanent removal.

Elasticsearch API (es-api) deprecation

Effective: November 10, 2025
Deprecated endpointReplacement
https://coralogix-esapi.coralogix.comhttps://api.eu1.coralogix.com/data/os-api/
https://esapi.coralogix.ushttps://api.us1.coralogix.com/data/os-api/
https://es-api.app.coralogix.inhttps://api.ap1.coralogix.com/data/os-api/
https://es-api.eu2.coralogix.comhttps://api.eu2.coralogix.com/data/os-api/
https://es-api.coralogixsg.comhttps://api.ap2.coralogix.com/data/os-api/
https://es-api.ap3.coralogix.comhttps://api.ap3.coralogix.com/data/os-api/

Action required: Migrate dashboards, scripts, and integrations to OS-API and update authentication headers.

More info: es-api deprecation notice

prom-api deprecation

Effective: November 10, 2025

The legacy prom-api metrics query endpoints will be permanently disabled. These endpoints were historically used by Grafana dashboards, alerts, scaling services, or automation scripts that query metrics data.
RegionLegacy endpointReplacement
EU1https://prom-api.coralogix.comhttps://ng-api-http.eu1.coralogix.com/metrics
US1https://prom-api.coralogix.ushttps://ng-api-http.us1.coralogix.com/metrics
AP1https://prom-api.app.coralogix.inhttps://ng-api-http.ap1.coralogix.com/metrics
EU2https://prom-api.eu2.coralogix.comhttps://ng-api-http.eu2.coralogix.com/metrics
AP2https://prom-api.coralogixsg.comhttps://ng-api-http.ap2.coralogix.com/metrics
AP3https://prom-api.ap3.coralogix.comhttps://ng-api-http.ap3.coralogix.com/metrics

Action required:

Update all dashboards, alerts, scaling rules, scripts, and integrations to use the new Metrics API endpoint for your region. Be sure to also update authentication headers:
Authentication headerValue
Oldtoken: <your_api_key>
NewAuthorization: Bearer <cx_api_key>

More info: prom-api deprecation notice

Was this helpful?