Hi Crhis,
Thx for the info and link, it provides what I'm looking for.
We're utilizing distributed search and the below query pulls information from peers as well. We've tried localop to limit query to local server, it doesn't work. Is there a way to limit license usage information to one splunk instance?
| file /opt/splunk/var/log/splunk/license_audit.log | localop | search LicenseManager-Audit todaysBytesIndexed | kv | eval totalGB=todaysBytesIndexed/1024/1024/1024 | timechart sum(totalGB)
... View more