Monitoring Splunk

Splunk Query for license usages

rohitvjoshi
Path Finder

Hi All,

Can you please help me with the search query to extract the license usages for last 1 yr, I am trying below search query but it is taking too long to extract the results.

Please suggest the same.

Thanks

0 Karma

dkeck
Influencer

Do you have internals over one year? Default is 30 days if you did not change that you will not get your report over one year

0 Karma

chrisyounger
SplunkTrust
SplunkTrust

I can't see the query you are currently using, but I would suggest the following approach:

Run a query like this to try and determine the average size of events. Run it over a small time frame (maybe a week or so).
some_search | eval len = len(_raw) | stats avg(_len)

Then after you know roughly the average size of events you can run a query over the full time range and count how many events have occured. For example:
some_search | stats count

Multiple the result by your average event size to get a rough indication of how much license you used for that search.

You can also use tstats to really speed things up. If you post your search I can try make a tstats version for you.

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!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...