These docs are for Cribl Edge 4.8 and are no longer actively maintained.
See the latest version (4.13).
Number
If the above frame’s content is blocked by DevDocs/cookie boilerplate, the likely cause is a browser privacy extension blocking third-party cookies. Use any of these workarounds:
- Select JavaScript / Number from the search box, then dismiss the cookie messages.
- Open this page in an incognito/private browsing window, or in a different browser.
- Go directly to the embedded page: https://devdocs.io/javascript-number/.
Cribl Edge’s JavaScript implementation can safely represent integers only up to the Number.MAX_SAFE_INTEGER constant of about 9 quadrillion (precisely, {2^53}‑1). Cribl Edge will round down any integer larger than this in logs, Data Preview, and other contexts. Trailing 0’s might indicate such rounding down of large integers.