Installation

How to search for a specific license pool usage and the hosts/sources that are providing data to that pool?

edwardrose
Contributor

I was wondering, since I am new to Splunk, what kind of search would I use to search for a specific license pool usage and the hosts/sources that are providing data to that pool.

We currently have 5 different pools, but all the data is going to same 3 indexers. We have Enterprise Security which is the main license pool and we are trying to isolate the amount of data being ingested by that pool and the sources that feed that pool as well.

thanks
ed

Labels (2)
0 Karma

edwardrose
Contributor

Maybe this is better

index=_internal source="*license_usage.lo*" type=Usage pool=auto_generated_pool_enterprise | dedup h | rename h as Host | stats sum(b) as bytes by Host | eval mb=bytes/1048576 |addcoltotals|fillnull value="Total" mb

Please let me know what you think or how to make it look nicer

0 Karma

edwardrose
Contributor

I think this is what I am looking for but I also want a total at the bottom

index=_internal source="*license_usage.lo*" type=Usage pool=auto_generated_pool_enterprise | dedup h | stats sum(b) as bytes by h | eval mb=bytes/1048576

any help with that?

thanks
ed

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...