Modifier and Type | Method and Description |
---|---|
String |
getBuild()
Returns the build number of this Splunk instance.
|
String |
getCpuArch()
Returns the CPU architecture of this Splunk instance.
|
String |
getGuid()
Returns a GUID identifying this Splunk instance.
|
String |
getInstanceType() |
String[] |
getLicenseKeys()
Returns an array of the license keys for this Splunk instance.
|
String[] |
getLicenseLabels()
Returns an array of the service's license labels.
|
String |
getLicenseSignature()
Returns the license signature for this Splunk instance.
|
String |
getLicenseState()
Returns the current license state of this Splunk instance.
|
String |
getMasterGuid()
Returns a GUID identifying the license master for this Splunk instance.
|
String |
getMode()
Returns the current mode of this Splunk instance.
|
String |
getOsBuild()
Returns the OS build of this Splunk instance.
|
String |
getOsName()
Returns the service's OS name (type).
|
String |
getOsVersion()
Returns the OS version of this Splunk instance.
|
String |
getServerName()
Returns the server name of this Splunk instance.
|
String |
getVersion()
Returns the version number of this Splunk instance.
|
boolean |
isFree()
Indicates whether this Splunk instance is running under a free license.
|
boolean |
isRtSearchEnabled()
Indicates whether real-time search is enabled for the service.
|
boolean |
isTrial()
Indicates whether this Splunk instance is running under a trial license.
|
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getContent, getMetadata, isDisabled, isEmpty, isNameChangeAllowed, keySet, put, putAll, refresh, remove, remove, size, update, update, validate, values
getName, getPath, getService, getTitle, getUpdated, invalidate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getBuild()
public String getCpuArch()
public String getGuid()
public String[] getLicenseLabels()
public String[] getLicenseKeys()
public String getLicenseSignature()
public String getLicenseState()
public String getMasterGuid()
public String getMode()
public String getOsBuild()
public String getOsName()
public String getOsVersion()
public String getServerName()
public String getVersion()
public String getInstanceType()
public boolean isFree()
true
if the current license is a free license,
false
if not.public boolean isRtSearchEnabled()
true
if real-time search is enabled, false
if
not.public boolean isTrial()
true
if the current license is a trial license,
false
if not.Copyright © 2022 Splunk, Inc.. All rights reserved.