Getting Data In

How do I find out which hosts are pushing the most data to our Splunk Cloud account? Volume usage showing a spike.

clearslide_cwon
New Member

Not sure how I can find out which host(s) that are pushing the most data/logs to our Splunk Cloud account. It's reaching our limit.
Unfortunately, the Volume Usage tab isn't very detailed.

Tags (3)
0 Karma

sundareshr
Legend

Try this

index=_internal source=*license_usage.log* type=Usage | timechart span=1h sum(b) AS vol by h
0 Karma

rsolutions
Path Finder

You could always just search the raw logs (may take a while if you have a lot of data)... index=* earliest=-7d@d latest=@d | eval size=len(_raw)/1024/1024 | timechart sum(size) by host

0 Karma

rsolutions
Path Finder

This looks good as a line or area chart... you can easily see what host has has a significant increase. If you find the host... add it to the base search and the edit the timechart to be by sourcetype. This should help you zero in on what has caused the recent increase in logging.

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...