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!

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

🍂 Fall into November with a fresh lineup of Community Office Hours, Tech Talks, and Webinars we’ve ...

Transform your security operations with Splunk Enterprise Security

Hi Splunk Community, Splunk Platform has set a great foundation for your security operations. With the ...

Splunk Admins and App Developers | Earn a $35 gift card!

Splunk, in collaboration with ESG (Enterprise Strategy Group) by TechTarget, is excited to announce a ...