Configure the search head with server.conf
Prerequisites
Before reading this topic, see Configure the indexer cluster with server.conf. It discusses configuration issues that are common to all cluster node types.
Enable a search head
The following example shows the basic settings that you must configure when enabling a search head node. The configuration attributes shown here correspond to fields on the Enable clustering page of Splunk Web.
[clustering] master_uri = https://10.152.31.202:8089 mode = searchhead pass4SymmKey = whatever
This example specifies that:
- the search head's cluster manager node resides at
10.152.31.202:8089
. - the instance is a cluster search head.
- the security key is "whatever".
Edit the search head settings
You can change these settings later, if necessary. For example, to change the cluster's security key, you change the pass4SymmKey
value on each node.
You can also configure the search head to search across multiple indexer clusters or across clustered and non-clustered search peers. See:
Configure the search head with the dashboard | Configure the search head with the CLI |
This documentation applies to the following versions of Splunk® Enterprise: 8.1.0, 8.1.1, 8.1.2, 8.1.3, 8.1.4, 8.1.5, 8.1.6, 8.1.7, 8.1.8, 8.1.9, 8.1.10, 8.1.11, 8.1.12, 8.1.13, 8.1.14
Feedback submitted, thanks!