All Apps and Add-ons

License usage for one of the sourcetype is high

NDabhi21
Explorer

Dear All,

I have observed License usage for one of the sourcetype is high capmpare to privious days. However events count is low capmpare privious days .

How to check this in splunk , how to validate the licence utilization.

 

I.e. : 

Sourcetype: Cisco: asa 

12 July'23 - Eventcount:16819087, license usage : 21GB

14 July'23 - Eventcount:15722874, license usage : 42 GB

Labels (2)
Tags (1)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

Judging by those values something changed on your sources and they started sending not more but bigger events.

You can check it by comparing values from

index=your_index sourcetype=your_sourcetype
| stats count avg(eval(len(_raw)))

From the same period of those two days. As you have a lot of events to check, you can sample your data with either selecting proper sampling ratio in ui or adding

| noop ratio=10000

Before the stats command.

You can of course split your stats by host so you see if there is a host or group of hosts which behave differently than others.

And it's worth checking if you don't have any anomalies in terms of sudden ingestion peaks

| tstats count where index=your_index sourcetype=your_sourcetype by host _time span=10m
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...