SPLK-3003 · Question #29
What is the default push mode for a search head cluster deployer app configuration bundle?
The correct answer is B. merge_to_default. Option B (merge_to_default) is correct because the Splunk Search Head Cluster deployer, by default, merges both the default/ and local/ directories from the app bundle and writes the result into the default/ folder on each cluster member - this is the merge_to_default behavior…
Question
What is the default push mode for a search head cluster deployer app configuration bundle?
Options
- Afull
- Bmerge_to_default
- Cdefault_only
- Dlocal_only
How the community answered
(65 responses)- A2% (1)
- B92% (60)
- C2% (1)
- D5% (3)
Explanation
Option B (merge_to_default) is correct because the Splunk Search Head Cluster deployer, by default, merges both the default/ and local/ directories from the app bundle and writes the result into the default/ folder on each cluster member - this is the merge_to_default behavior and ensures consistent, managed configurations across all members.
Why the distractors are wrong:
- A (full): A "full" push mode would overwrite all existing app content on members wholesale, which is too destructive for a default operation and is not the out-of-the-box behavior.
- C (default_only): This would push only the bundle's
default/folder, ignoring anylocal/configurations in the bundle - Splunk doesn't default to discardinglocal/content. - D (local_only): Pushing only
local/content to members would bypass the intended configuration hierarchy and isn't a supported default push strategy.
Memory tip: Think "merge to default" as the deployer's job - it merges everything from your bundle and promotes it to default on cluster members, because local/ on a cluster member is reserved for user-level overrides, not deployer-managed config. The deployer always defaults to default.
Topics
Community Discussion
No community discussion yet for this question.