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
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...