splunk-search-head-cluster-setup

Automate Splunk Search Head Cluster orchestration with phase-driven validation and safety gates.

36|7|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/chambear2809/splunk-cisco-skills --skill splunk-search-head-cluster-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: splunk-search-head-cluster-setup
Source: https://github.com/chambear2809/splunk-cisco-skills/tree/main/skills/splunk-search-head-cluster-setup
Command: npx skills add https://github.com/chambear2809/splunk-cisco-skills --skill splunk-search-head-cluster-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the end-to-end orchestration of a Splunk Search Head Cluster (SHC), including bootstrap, deployer bundle pushes, KV Store health checks, rolling restarts, captain transfers, and member lifecycle operations, reducing manual configuration drift and operator toil.

Core Features & Use Cases

  • Render configuration: generate per-host server.conf for deployer and all SHC members, as well as KV Store settings and bootstrap scripts.
  • Phase-driven deployment: validate, render, bootstrap, bundle-apply, and rolling-restart with safety gates and preflight checks.
  • Lifecycle operations: add or decommission SHC members, migrate standalone SHCs to SHC, transfer captain, and replace the deployer with minimal disruption.

Quick Start

Render the SHC assets for your topology by running the render phase, then review and proceed with preflight, bootstrap, and bundle phases to apply changes safely.

Frequently Asked Questions about splunk-search-head-cluster-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Splunk Search Head Cluster bootstrap and bundle deployment?

Automate Splunk Search Head Cluster orchestration by running phase-driven scripts that handle bootstrap, bundle deployment, and rolling restarts with built-in preflight and validation gates.

What is the safest way to transfer captain or decommission members in a Splunk SHC?

Transfer captain and decommission members safely using lifecycle operations that enforce multi-host quorum checks and per-phase validation gates to prevent disruption in production environments.

How do I render server.conf for a Splunk deployer and all SHC members?

Render per-host server.conf for the deployer and all Search Head Cluster members by executing the render phase, which also generates KV Store settings and bootstrap scripts.

Can I migrate a standalone Splunk search head to a cluster without causing downtime?

Migrate standalone Splunk search heads to an SHC topology using lifecycle operations designed to ensure minimal disruption through instruction-driven phases and safety gates.

Does Splunk SHC orchestration require inline secrets or specific quorum settings?

Splunk SHC orchestration enforces non-inline secrets and multi-host quorum validation automatically, ensuring safe production operations without exposing sensitive configuration data inline.

Why do I need preflight and validation gates for Splunk rolling restarts?

Preflight and validation gates for Splunk rolling restarts prevent configuration drift, verify KV Store health, and enforce multi-host quorum before applying changes.