Getting Data In

Spike in log ingestion only on weekends

ayoungUSU
New Member

Hello,

Can anyone assist in determining why my splunk instance ingest large amounts of data ONLY on the weekends?  This appears to be across the board for all hosts as near as I can tell.  

I run this command:

index=_internal metrics kb series!=_* "group=per_host_thruput" earliest=-30d | eval mb = kb / 1024 | timechart fixedrange=t span=1d sum(mb) by series

and it shows the daily ingest for numerous forwarders.  During the week it averages out but over the weekend it exceeds my daily ingest limit causing warnings. 

I would like to be able to find out what the cause is and a possible solution so I can even out the ingestion so I dont get violations.

 

Much appreciated for any assistance!

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try variations on your query to see if you isolate the source or sourcetype that is causing the spike.

index=_internal metrics kb series!=_* "group=per_source_thruput" earliest=-30d 
| eval mb = kb / 1024 
| timechart fixedrange=t span=1d sum(mb) by series
index=_internal metrics kb series!=_* "group=per_index_thruput" earliest=-30d 
| eval mb = kb / 1024 
| timechart fixedrange=t span=1d sum(mb) by series
---
If this reply helps you, Karma would be appreciated.
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

This is probably down to your data sources. You should check for patterns of increased logging by your apps at the weekends, other activity on the hosts, etc. Can you narrow down the time periods when the increase in logging occurs? Do you have any batch jobs running at these times which might account for the additional data? You need to investigate the nature of the increase further.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...