We have purchased a number of licenses over the years. We have a secure area that we need to setup a Splunk environment. This area cannot communicate with our existing License Master. I want to be able to take a couple of licensing files we have (ex a 20 GB and a 60 GB license file) and add them to the secure splunk environment.
I can access the license files but i cannot figure out how much a particular license has in regards to GB.
For ex, - Where in this License File does it show the GB for this license? any help is appreciated.
xxxx==
<type>enterprise</type>
<group_id>Enterprise</group_id>
<quota>42949672960</quota>
<max_violations>5</max_violations>
<window_period>30</window_period>
<creation_time>1411714800</creation_time>
<label>Splunk Enterprise</label>
<expiration_time>2147483647</expiration_time>
<features>
<feature>Auth</feature>
<feature>FwdData</feature>
<feature>RcvData</feature>
<feature>LocalSearch</feature>
<feature>DistSearch</feature>
<feature>RcvSearch</feature>
<feature>ScheduledSearch</feature>
<feature>Alerting</feature>
<feature>DeployClient</feature>
<feature>DeployServer</feature>
<feature>SplunkWeb</feature>
<feature>SigningProcessor</feature>
<feature>SyslogOutputProcessor</feature>
<feature>CanBeRemoteMaster</feature>
</features>
<sourcetypes/>
<guid>xxxx</guid>
The number in <quota>
is the license capacity, in bytes. Your licence capacity for this file is 42949672960/1024/1024/1024=40GB
Thank you very much!!!