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!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...