Splunk Search

Which search commands use MapReduce and which don't?

whoogle
New Member

Is there a list published someplace? Or a rule?

Thanks!

Tags (3)
0 Karma

lguinn2
Legend

There is a list see below. However, instead of a list, you can do some deduction! And you might want to read this technical paper: Splunk and MapReduce A quote from the paper:

The fundamental concept of MapReduce is to divide problems into two parts:
a map function that processes source data into sufficient statistics and a
reduce function that merges all sufficient statistics into a final
answer. By definition, any number of concurrent map functions can be run at
the same time without intercommunication. Once all the data
has had the map function applied to it, the reduce function can be run to
combine the results of the map phases.

First, searches can always be run in parallel. Each indexer can be given the search criteria and return the events that match. The question: "which commands will map-reduce" is really asking "which commands do not require intercommunication of indexers"?

Splunk calls these "streaming commands," and they are defined in the Splexicon here

Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...