Getting Data In

How does the number of forwarder connections to an indexer impact search and indexing performance?

pramit46
Contributor

I want to know how does the number of connections to an indexer impact the search and indexing performance (e.g.: how connecting to 5000 forwarders performs over having 1000 forwarders)? Is there any max limit to optimize the performance (connection per indexer OR indexers to connections ratio)?

Also, how to check the current number of connections to an indexer?

Any idea?

0 Karma
1 Solution

mtranchita
Communicator

It really depends on your specific data and configurations. You can find some discussion in the capacity planning manual. You can also get aggregate details from the DMC.

That said you can examine your data directly. This search should give the number of connections per minute:
index="_internal" group=tcpout_connections | bucket _time span=1m | stats c(host) by splunk_server

Not sure if that helps but I hope it gets you pointed in the right direction for what you are looking for.

View solution in original post

0 Karma

mtranchita
Communicator

It really depends on your specific data and configurations. You can find some discussion in the capacity planning manual. You can also get aggregate details from the DMC.

That said you can examine your data directly. This search should give the number of connections per minute:
index="_internal" group=tcpout_connections | bucket _time span=1m | stats c(host) by splunk_server

Not sure if that helps but I hope it gets you pointed in the right direction for what you are looking for.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...