Skip to content

Commit 01e792d

Browse files
Merge pull request #2743 from splunk/trangl-docguild-28584-query-args-limit
Correct query args limit for filters
2 parents 92aa044 + 46fe5e5 commit 01e792d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

admin/references/system-limits/sys-limits-infra-details.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ Maximum SignalFlow programs per minute
244244
Maximum number of query arguments in a filter() function
245245
================================================================================
246246

247-
* :strong:`Default limit value`: 256
248-
* :strong:`Notes`: Limit to the number of query arguments in a SignalFlow filter
249-
* :strong:`Customer impact`: Maximum number of derived MTS per SignalFlow program, where derived MTS are temporary MTS that a SignalFlow function or method has to maintain in memory. For example, if there are 20,000 MTS for the metric ``jvm.load``, and each MTS comes from a unique host , then ``"data('jvm.load').sum(by=['host']).publish()"`` tracks 40,000 derived MTS. The ``data()`` function uses 20,000, and the ``sum()`` uses another 20,000. The number of input MTS is still 20,000.
247+
* :strong:`Default limit value`: 1024
248+
* :strong:`Notes`: Limit to the number of query arguments in a SignalFlow filter. This limit includes global filters in dashboards as well as any internal filters.
249+
* :strong:`Customer impact`: SignalFlow programs that are violating the limit can't start. You immediately get an error message.
250250

251251
.. _maximum-number-of-detectors-per-org:
252252

0 commit comments

Comments
 (0)