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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...