nerdexam
Splunk

SPLK-2002(205Q) · Question #78

In a distributed environment, knowledge object bundles are replicated from the search head to which location on the search peer(s)?

The correct answer is C. SPLUNK_HOME/var/run/searchpeers. In a distributed environment, knowledge object bundles are replicated from the search head to the SPLUNK_HOME/var/run/searchpeers directory on the search peer(s). A knowledge object bundle is a compressed file that contains the knowledge objects, such as fields, lookups…

Distributed Search

Question

In a distributed environment, knowledge object bundles are replicated from the search head to which location on the search peer(s)?

Options

  • ASPLUNK_HOME/var/lib/searchpeers
  • BSPLUNK_HOME/var/log/searchpeers
  • CSPLUNK_HOME/var/run/searchpeers
  • DSPLUNK_HOME/var/spool/searchpeers

How the community answered

(43 responses)
  • B
    5% (2)
  • C
    93% (40)
  • D
    2% (1)

Explanation

In a distributed environment, knowledge object bundles are replicated from the search head to the SPLUNK_HOME/var/run/searchpeers directory on the search peer(s). A knowledge object bundle is a compressed file that contains the knowledge objects, such as fields, lookups, macros, and tags, that are required for a search. A search peer is a Splunk instance that provides data to a search head in a distributed search. A search head is a Splunk instance that coordinates and executes a search across multiple search peers. When a search head initiates a search, it creates a knowledge object bundle and replicates it to the search peers that are involved in the search. The search peers store the knowledge object bundle in the SPLUNK_HOME/var/run/searchpeers directory, which is a temporary directory that is cleared when the Splunk service restarts. The search peers use the knowledge object bundle to apply the knowledge objects to the data and return the results to the search head. The SPLUNK_HOME/var/lib/searchpeers, SPLUNK_HOME/var/log/searchpeers, and SPLUNK_HOME/var/spool/searchpeers directories are not the locations where the knowledge object bundles are replicated, because they do not exist in the Splunk file system

Topics

#knowledge object bundles#search peer replication#distributed search#file paths

Community Discussion

No community discussion yet for this question.

Full SPLK-2002(205Q) Practice