- Replace
TENANTwith your organization name, prefixed to your Observability Platform instance. For example,MY_ORGANIZATION.chronosphere.io.
Limits
The logging HTTP endpoint has the following limits:- Requests (compressed) exceeding 50 MB are rejected.
- Individual logs exceeding 1 MB are dropped.
- Logs with timestamps exceeding 24 hours into the future or past are rejected.
- Label keys and values exceeding 1024 characters are truncated to adhere to the 1024 character limit.
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.