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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...