|
Hello, I am writing a search to integrate with my dashboard. Goal: Error: Current Search: Any help is appreciated! |
|
Believe that I may have this resolved. index=_internal source=*metrics.log group=per_index_thruput series!=_* | eval totalMB = kb/1024 | chart sum(totalMB) as total |
|
Here is an example that works. You can modify accordingly. index=_internal todaysbytesindexed startdaysago=30 | eval MB_Indexed = todaysBytesIndexed/1024/1024 | stats sum(MB_Indexed) by date_month There are also several references on this post. How to determine daily license usage in GB? on Splunk Answers I have tried this before as this is what is in the documentation, but it displays the incorrect information.
(30 Apr '12, 05:27)
mchandx
|
|
There are 2 alternatives to show the current (today's) license usage:
or
|