Skip to main content
Use the Chronosphere logging HTTP endpoint to send your logs to Observability Platform over HTTP. The endpoint uses the following format:
https://TENANT.chronosphere.io/api/v1/data/logs/ingest
  • Replace TENANT with your organization name, prefixed to your Observability Platform instance. For example, MY_ORGANIZATION.chronosphere.io.
In addition to formatted log data, such as JSON, the logging HTTP endpoint accepts logs in plain text format. To minimize egress costs, this endpoint supports gzip, snappy, and zstd compression methods.

Limits

The logging HTTP endpoint has the following limits:
  • Logs with timestamps exceeding 24 hours into the future or past are rejected.
  • Requests (compressed) exceeding 50 MB are rejected.

Status codes

The logging HTTP endpoint returns the following status codes:
  • 200: Accepted. The request was accepted for processing.
  • 413: Large request. The maximum content size per payload (compressed) is 50 MB.