nerdexam
Splunk

SPLK-2002(205Q) · Question #149

Which of the following is true for indexer cluster knowledge bundles?

The correct answer is B. app-name/default and app-name/local are merged before pushing. According to the Splunk documentation1, indexer cluster knowledge bundles are the configuration files that the cluster master distributes to the peer nodes as part of the cluster configuration bundle. The knowledge bundles contain the knowledge objects, such as event types…

Indexer Cluster Management

Question

Which of the following is true for indexer cluster knowledge bundles?

Options

  • AOnly app-name/local is pushed.
  • Bapp-name/default and app-name/local are merged before pushing.
  • COnly app-name/default is pushed.
  • Dapp-name/default and app-name/local are pushed without change.

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    89% (17)
  • D
    5% (1)

Explanation

According to the Splunk documentation1, indexer cluster knowledge bundles are the configuration files that the cluster master distributes to the peer nodes as part of the cluster configuration bundle. The knowledge bundles contain the knowledge objects, such as event types, tags, lookups, and so on, that are relevant for indexing and searching the data. The cluster master creates the knowledge bundles by merging the app-name/default and app-name/local directories from the apps that reside on the master node. The cluster master then pushes the knowledge bundles to the peer nodes, where they reside under the $SPLUNK_HOME/var/run directory2. The other options are false Only app-name/local is pushed. This is false because the cluster master pushes both the app- name/default and app-name/local directories, after merging them, to the peer nodes. The app- name/local directory contains the local customizations of the app configuration, while the app- name/default directory contains the default app configuration3. Only app-name/default is pushed. This is false because the cluster master pushes both the app- name/default and app-name/local directories, after merging them, to the peer nodes. The app- name/default directory contains the default app configuration, while the app-name/local directory contains the local customizations of the app configuration3. app-name/default and app-name/local are pushed without change. This is false because the cluster master merges the app-name/default and app-name/local directories before pushing them to the peer nodes. This ensures that the peer nodes have the latest and consistent configuration of the

Topics

#knowledge bundles#indexer cluster#app configuration#bundle replication

Community Discussion

No community discussion yet for this question.

Full SPLK-2002(205Q) Practice