Components of Distributed Splunk Deployment
In a distributed Splunk deployment, the architecture includes several core components, each with a distinct role:
-
Indexers (IH)
Store indexed data and handle search requests from search heads.
-
Indexer Manager (formerly Cluster Master)
Coordinates the configuration, replication, and management of clustered indexers.
-
Search Heads (SH)
Execute searches and provide the search interface for users.
-
Heavy Forwarders (HF)
Ingest, process, parse, and forward data to indexers. Heavy forwarders are typically used for inputs that require parsing, filtering, or enrichment before indexing.
-
Deployment Server (optional)
Manages configuration files and application deployment to forwarders and other Splunk components.
-
Search Head Deployer (SHD)
Manages and deploys configuration updates to the search head cluster.
![]() Important |
In a distributed Splunk architecture, configure and run modular inputs only on the Heavy Forwarder (HF). Do not configure modular inputs on search heads or indexers. |

Feedback