nerdexam
Splunk

SPLK-1003 · Question #133

Running this search in a distributed environment: On what Splunk component does the eval command get executed?

The correct answer is C. Search peers. In a distributed Splunk environment, the search head decomposes a search job and dispatches it to search peers (indexers). Streaming commands-those that operate on one event at a time without needing to see all results-such as eval, rex, fields, and where, are executed locally…

Distributed Search

Question

Running this search in a distributed environment:

On what Splunk component does the eval command get executed?

Exhibit

SPLK-1003 question #133 exhibit

Options

  • AHeavy Forwarders
  • BUniversal Forwarders
  • CSearch peers
  • DSearch heads

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    88% (21)

Explanation

In a distributed Splunk environment, the search head decomposes a search job and dispatches it to search peers (indexers). Streaming commands-those that operate on one event at a time without needing to see all results-such as eval, rex, fields, and where, are executed locally on each search peer as close to the data as possible. This reduces the volume of data that must be sent back to the search head for final aggregation. Transforming/reporting commands (like stats, chart) run on the search head after results are returned. Heavy Forwarders (A) and Universal Forwarders (B) are data collection components, not search executors. The Search Head (D) runs the final aggregation but delegates streaming commands to the peers.

Topics

#eval command#distributed search#search architecture#search peers

Community Discussion

No community discussion yet for this question.

Full SPLK-1003 Practice