Admin Manual

 


How Splunk Works

Configure distributed search via distsearch.conf

This documentation does not apply to the most recent version of Splunk. Click here for the latest version.

Configure distributed search via distsearch.conf

The most advanced specifications for distributed are available in distsearch.conf


Configuration

[distributedSearch]

disabled = <true | false>

heartbeatFrequency = <in seconds>


heartbeatMcastAddr = <IP address>

heartbeatPort = <port>

serverTimeout = <in seconds>

statusTimeout = <in seconds>


removedTimedOutServers = <true | false>

checkTimedOutServersFrequency = <in seconds>

autoAddServers = [True | False]

skipOurselves = [True | False]

allowDescent = [True | False]

ttl = <integer>

servers =

blacklistNames =

blacklistURLs =

Example

[distributedSearch]
heartbeatFrequency = 10
servers = 192.168.1.1:8059,192.168.1.2:8059
blacklistNames = the-others,them
blacklistURLs = 192.168.1.3:8059,192.168.1.4:8059

This entry distributes searches to 192.168.1.1:8059,192.168.1.2:8059.


The server sends a heartbeat every 10 seconds.


There are four blacklisted instances, listed across blacklistNames and blacklistURLs.


Attributes not set here use the defaults listed in distsearch.conf.spec.

This documentation applies to the following versions of Splunk: 3.2.1 , 3.2.2 , 3.2.3 , 3.2.4 , 3.2.5 , 3.2.6 View the Article History for its revisions.


You must be logged into splunk.com in order to post comments. Log in now.

Was this documentation topic helpful?

If you'd like to hear back from us, please provide your email address:

We'd love to hear what you think about this topic or the documentation as a whole. Feedback you enter here will be delivered to the documentation team.

Feedback submitted, thanks!