Supported commands for parallel reduce search processing
Parallel reduce search processing supports a growing list of commands. The following table describes commands that are currently supported. It also describes restrictions for using some commands that don't support parallel reduce in certain use cases because the nature of the commands do not allow them to be pushed to intermediate reducers.
Command | Restrictions |
---|---|
dedup | Parallel reduce is not supported in searches with the sort by clause or consecutive=true argument.
|
eventstats | The search requires a BY clause.
|
lookup | Supported on Splunk Cloud Platform only. |
sichart | |
sistats | The search requires a BY clause.
|
sitimechart | |
sort | Parallel reduce can only enforce the order of events on a single intermediate reducer, and not across all intermediate reducers. As a result, parallel reduce does not support the sort command in the following cases:
|
stats | The search requires a BY clause.
|
streamstats | Parallel reduce is not supported in the following cases:
|
table | Parallel reduce is not supported in searches that use the table command with field names that contain wildcards ( * ).
|
transaction | Parallel reduce is not supported in searches with more than one field name in the field list. |
tstats | The search requires a BY clause.
|