nerdexam
Splunk

SPLK-1003 · Question #46

Which Splunk component performs indexing and responds to search requests from the search head?

The correct answer is B. Search peer. A search peer (B), also commonly called an indexer, is the Splunk component that performs two key functions: it indexes incoming data (parsing, transforming, and writing events to disk in buckets), and it responds to search requests distributed by the search head. In a…

Distributed Search

Question

Which Splunk component performs indexing and responds to search requests from the search head?

Options

  • AForwarder
  • BSearch peer
  • CLicense master
  • DSearch head cluster

How the community answered

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

Explanation

A search peer (B), also commonly called an indexer, is the Splunk component that performs two key functions: it indexes incoming data (parsing, transforming, and writing events to disk in buckets), and it responds to search requests distributed by the search head. In a distributed Splunk deployment, the search head coordinates searches by sending requests to one or more search peers, which execute the search against their local indexes and return results. 'Search peer' specifically refers to an indexer in the context of its relationship to the search head. Forwarders (A) collect and forward data but don't index. The license master (C) manages licensing. A search head cluster (D) is a group of search heads, not indexers.

Topics

#Splunk architecture#Indexer#Search peer#Distributed search

Community Discussion

No community discussion yet for this question.

Full SPLK-1003 Practice