All Apps and Add-ons

Deployment Server scalability best practices.

hrawat
Splunk Employee
Splunk Employee

How to improve Splunk Deployment server scalability?

Labels (1)
Tags (1)
0 Karma
1 Solution

hrawat
Splunk Employee
Splunk Employee

Deployment Server Performance  

To improve DS scalability instead of increasing phoneHomeIntervalInSecs to hours. Following are must have configs.

On the DS server.conf

[sslConfig]
sslServerSessionTimeout = 7200
[httpServer]
dedicatedIoThreads = 10


Increase net.core.somaxconn, If less than 512.

sysctl -a |grep net.core.somaxconn


Then have splunk side config set to 512.

In $SPLUNK_HOME/etc/splunk-launch.conf on DS.
SPLUNK_LISTEN_BACKLOG = 512
Make sure net.core.somaxconn >=SPLUNK_LISTEN_BACKLOG

On DC side  server.conf

useSslClientSessionCache=true


Upgrade all DCs to 7.1.3 and above to have higher timeouts. Before 7.1.3 these are hardcoded 5 sec.
In deploymentclient.conf

connect_timeout = <positive integer>
* Default: 60
send_timeout = <positive integer>
* Default: 60
recv_timeout = <positive integer>
* Default: 60 

 

View solution in original post

hrawat
Splunk Employee
Splunk Employee

Deployment Server Performance  

To improve DS scalability instead of increasing phoneHomeIntervalInSecs to hours. Following are must have configs.

On the DS server.conf

[sslConfig]
sslServerSessionTimeout = 7200
[httpServer]
dedicatedIoThreads = 10


Increase net.core.somaxconn, If less than 512.

sysctl -a |grep net.core.somaxconn


Then have splunk side config set to 512.

In $SPLUNK_HOME/etc/splunk-launch.conf on DS.
SPLUNK_LISTEN_BACKLOG = 512
Make sure net.core.somaxconn >=SPLUNK_LISTEN_BACKLOG

On DC side  server.conf

useSslClientSessionCache=true


Upgrade all DCs to 7.1.3 and above to have higher timeouts. Before 7.1.3 these are hardcoded 5 sec.
In deploymentclient.conf

connect_timeout = <positive integer>
* Default: 60
send_timeout = <positive integer>
* Default: 60
recv_timeout = <positive integer>
* Default: 60 

 

Get Updates on the Splunk Community!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...