Skip to content

Commit

Permalink
Added callout for timestamp logic
Browse files Browse the repository at this point in the history
Heard from CSM today that our logs weren't showing up because our timestamps were older than 48 hours. Not sure this would have helped, but felt it should be called out.
  • Loading branch information
eric-hansen-wday committed Jul 22, 2021
1 parent 854406d commit 67c1833
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -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.

<Callout variant="important">
Payloads with timestamps older than 48 hours may be dropped.
</Callout>

Rate limits on logs sent to the Log API:

* Maximum rate for HTTP requests sent to the Log API: 300,000 requests per minute
Expand Down

0 comments on commit 67c1833

Please sign in to comment.