OpenSearch REST API
Call the full OpenSearch REST API on your Logs stack at https://{stack-id}-es.logit.io. Copy your endpoint, credentials, and ports from Settings → Endpoints.
The complete reference lives in OpenSearch REST API — shared by Logs stacks and dedicated OpenSearch stacks. Examples auto-fill @opensearch.* placeholders when you are signed in.
Not sure which API you need?
- Stack OpenSearch REST API — query, index, and manage data on
{stack-id}-es.logit.io(guides below) - OpenSearch Dashboards REST API — Dashboards features via
kibana.logit.ioand Profile proxy credentials - Logit Developer API — account and stack management via
dashboard.logit.io/api
Start here
- Connect to Your Cluster — endpoint, authentication, ports
- API Overview — map API families to guides and upstream docs
- Examples — connect, query, export to CSV, and more