How is Splunk utilizing Map Reduce and also, does it use the same tech for SPL and data compression?
I think perhaps you're putting too much into the "Map Reduce" term. It probably doesn't mean the same thing as other places where it you've seen it used. In the Splunk world, it means search queries are sent to all indexers for processing. The indexers send their results back to the originating search head which combines the results and finishes processing the query.
HI,
maybe this could answer your question?
https://www.splunk.com/web_assets/pdfs/secure/Splunk_and_MapReduce.pdf
Very interesting @dkeck. The document shows the usage of the MapReduce concept, such as the following at the buckets level -
I already tried going through that and the other whitepaper "Technical Paper: Large-Scale, Unstructured Data Retrieval and Analysis Using Splunk".
However, I am still confused on the overall utilization of Map Reduce in Splunk.