nerdexam
Splunk

SPLK-2002(205Q) · Question #186

(Which of the following is a valid way to determine if a new bundle push will trigger a rolling restart?)

The correct answer is C. splunk validate cluster-bundle --check-restart. The splunk validate cluster-bundle --check-restart command is the officially documented Splunk Enterprise method to determine if a configuration bundle push will trigger a rolling restart within an indexer cluster. When configuration changes are made on the Cluster Manager…

Indexer Cluster Administration

Question

(Which of the following is a valid way to determine if a new bundle push will trigger a rolling restart?)

Options

  • Asplunk show cluster-bundle-status
  • Bsplunk apply cluster-bundle
  • Csplunk validate cluster-bundle --check-restart
  • Dsplunk apply cluster-bundle --validate-bundle

How the community answered

(68 responses)
  • A
    16% (11)
  • B
    7% (5)
  • C
    74% (50)
  • D
    3% (2)

Explanation

The splunk validate cluster-bundle --check-restart command is the officially documented Splunk Enterprise method to determine if a configuration bundle push will trigger a rolling restart within an indexer cluster. When configuration changes are made on the Cluster Manager (Master Node)-for example, updates to indexes.conf, props.conf, or transforms.conf-Splunk administrators must validate the bundle before pushing it to all peer nodes. Using this command allows the Cluster Manager to simulate the deployment and verify whether the configuration modifications necessitate a restart across peer indexers to take effect. The --check-restart flag specifically reports whether: The configuration changes are minor (no restart required). The changes affect components that require a full or rolling restart (e.g., changes to indexing paths, volume definitions, or replication factors). Running this validation prior to an actual splunk apply cluster-bundle command prevents service disruption during production operations. Other commands such as splunk show cluster-bundle-status display deployment status but not restart requirements, and splunk apply cluster-bundle executes the actual deployment, not - Indexer Clustering: Deploy Configuration Bundles with Validation - splunk validate cluster-bundle Command Reference - Managing Indexer Clusters - Rolling Restarts and Bundle Deployment Best Practices - Splunk Enterprise Admin Manual - Cluster Manager Maintenance Commands

Topics

#cluster bundle#rolling restart#CLI commands#indexer cluster

Community Discussion

No community discussion yet for this question.

Full SPLK-2002(205Q) Practice