Hi
I had a query which used to get the right data before the upgrade.
index=_internal source=license_usage.log type=Usage | timechart span=1d sum(b) as bytes | eval GB = round(bytes/1024/1024/1024,5) | fields _time GB
It was a single search head then version 6.1
Now its a 3 server cluster and and the current version is 6.3
all the above queries mentioned in this thread does not work either.
License Master is still on 6.1
Current architecture : 3 search head, 4 indexers , 2 deployment servers and 100+ universal forwarders.
Thanks for looking into this.
... View more