Documentation

CoreLens Cloud Documentation

Everything you need to ship observability from day one.

Browse by category

Jump straight to the topic you need.

Quick Start

Get up and running with CoreLens Cloud in under five minutes. Deploy your first agent and start ingesting data immediately.

API Reference

Full reference for every REST and gRPC endpoint. Authenticate, query, and stream observability data programmatically.

Integrations

Connect CoreLens to your existing stack — Kubernetes, AWS, GCP, Datadog, PagerDuty, Slack, and 40+ more.

SDKs

Official client libraries for every major language with auto-instrumentation, structured logging, and trace propagation.

Configuration

Fine-tune every aspect of the CoreLens agent — sampling rates, log redaction, retention policies, and AI thresholds.

Alerting

Define alert rules, escalation paths, and on-call schedules. AI-powered grouping reduces noise by up to 90%.

Dashboards

Build pixel-perfect dashboards with drag-and-drop panels, live queries, and shareable public links.

Security

Role-based access, SSO, audit logs, and data residency options to satisfy the strictest compliance requirements.

Getting Started

Up and running in four steps

From zero to full-stack observability in under ten minutes.

01

Install Agent

Deploy the CoreLens agent with a single command across any environment.

curl -sSL https://get.corelenscloud.com | sh
02

Connect Sources

Point your logs, metrics, and traces at the CoreLens ingest endpoint.

corelens sources add --auto-detect
03

Configure AI

Enable AI incident detection with one line of configuration.

ai_features:
  enabled: true
04

View Dashboard

See all your observability data unified in real time.

corelens dashboard open
Example configurationYAML
corelens-agent.yaml
# corelens-agent.yaml
endpoint: https://ingest.corelenscloud.com
api_key: ${CORELENS_API_KEY}
sources:
  - type: kubernetes
    namespace: production
  - type: docker
  - type: linux_syslog
ai_features:
  enabled: true
  incident_detection: true

Drop this file next to your agent binary or pass it with --config. All fields support environment variable interpolation.

Can't find what you're looking for?

Our support team is standing by. Reach out and we'll get back to you within one business hour.