Dashboards & Visualizations

search to show value for each day in a month

mcbradford
Contributor

I use the following to show me what my estimated license usage is at the time the search is ran.

I would like to create a chart that looks at the past X days and show me what I used.

index=_internal source=*license_usage.log earliest=@d+30m| eval GB=b/1024/1024/1024 | stats sum(GB) by pool | eval used='sum(GB)' | eval GB_Used_Today=round(used, 0) | fields GB_Used_Today

Tags (1)
0 Karma

jsb22
Path Finder

Before you go creating your own search for license usage, have you checked the available apps out there for license usage?
http://splunk-base.splunk.com/apps/search/?q=license+usage

Please mark as answered if your question has been answered. Thanks!

0 Karma

mcbradford
Contributor

Yes, the reporting is not accurate.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...