Configure the search head with server.conf

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]
manager_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".