- Replace
TENANTwith your organization name, prefixed to your Observability Platform instance. For example,MY_ORGANIZATION.chronosphere.io.
gzip,
snappy, and zstd compression methods.
Because the Chronosphere API requires authentication, include an API token with your
curl request, as shown in the following example. For more details, see
Create an API token.
TOKEN: Your API token.INSTANCE: The subdomain name for your organization’s Observability Platform instance.METHOD: The HTTP method to use with the request, such asGETorPOST.ENDPOINT_PATH: The specific endpoint you want to access.
curl request that includes the logging HTTP endpoint:
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.

