Getting Data In

How much data is ingested by a single sourcetype from defined host/clientname

gagandeep_arora
Path Finder

How much data in MB/GB is ingested by a single sourcetype from defined host/clientname

0 Karma

somesoni2
Revered Legend

Try this

index=_internal sourcetype=splunkd source=*license_usage.log type=Usage h=YourHostNameHere st=YourSourceTypeHere
| stats sum(b) as usage by h st | eval usageMB=roung(usage/1024/1024,3)
0 Karma

gagandeep_arora
Path Finder

Not getting serverlist in prod...

0 Karma

jhaggard_splunk
Splunk Employee
Splunk Employee

Do want to mention a typo in the provided SPL.

It should be:

 index=_internal sourcetype=splunkd source=*license_usage.log type=Usage h=YourHostNameHere st=YourSourceTypeHere
 | stats sum(b) as usage by h st | eval usageMB=round(usage/1024/1024,3)
0 Karma
Get Updates on the Splunk Community!

.conf25 Registration is OPEN!

Ready. Set. Splunk! Your favorite Splunk user event is back and better than ever. Get ready for more technical ...

Detecting Cross-Channel Fraud with Splunk

This article is the final installment in our three-part series exploring fraud detection techniques using ...

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...