You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/ppl/cmd/bin.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,8 @@ Automatically calculates the span using a mathematical O(1) algorithm to create
182
182
183
183
**Validation**: The bins parameter must be between 2 and 50000 (inclusive). Values outside this range will result in an error.
184
184
185
+
**Limitation**: The bins parameter on timestamp fields requires pushdown to be enabled. When pushdown is disabled, use the ``span`` parameter instead (e.g., ``bin @timestamp span=5m``).
186
+
185
187
The algorithm uses **mathematical optimization** instead of iteration for O(1) performance:
0 commit comments