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.

Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

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

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...