Splunk Search

Index feed is having low throughput

EHariharan
Explorer

Dear All,

I am a SplunkAdmin and we are facing significant data low throughput in some of the indexes. There are many FWD sending logs to the particular indexes so cannot check limits.conf or throuhput conf in each and every FWD's. Also verified there was no activity performed in FWD's sites which causes this significant drop. Can anyone help me with exact steps, which i have to look into? Please

Thanks in Advance!

0 Karma

mdsnmss
SplunkTrust
SplunkTrust

I'd start by checking queues. Queue backup can occur on indexers or forwarders. You can check queues for the indexers by going to your Monitoring Console and going to Indexing-->Performance-->Indexing Performance: Deployment. You can check filling queues on your forwarders with the search:

index=_internal group=queue | eval percfull=((current_size_kb/max_size_kb)*100) | search percfull>80 | dedup host, name | table _time host name current_size_kb max_size_kb

You can check thruput on your forwarders by searching for these events:

INFO TailingProcessor - Could not send data to output queue (parsingQueue), retrying...

Hosts that throw that event may be candidates for increasing maxKbps in limits.conf.
(https://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/Troubleshootingeventsindexingdel...)

0 Karma

richgalloway
SplunkTrust
SplunkTrust

How many forwarders? How many indexers? Does the MC show any backed up queues?

---
If this reply helps you, Karma would be appreciated.
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 ...