diff --git a/src/content/docs/logs/log-management/log-api/introduction-log-api.mdx b/src/content/docs/logs/log-management/log-api/introduction-log-api.mdx index c0b8c726f38..56adad5b7a8 100644 --- a/src/content/docs/logs/log-management/log-api/introduction-log-api.mdx +++ b/src/content/docs/logs/log-management/log-api/introduction-log-api.mdx @@ -328,6 +328,10 @@ Some specific attributes have additional restrictions: * `eventType`: Can be a combination of alphanumeric characters, `_` underscores, and `:` colons. * `timestamp`: Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds. + + Payloads with timestamps older than 48 hours may be dropped. + + Rate limits on logs sent to the Log API: * Maximum rate for HTTP requests sent to the Log API: 300,000 requests per minute