|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.splunk.Resource
com.splunk.Entity
com.splunk.Settings
public class Settings
The Settings
class represents configuration information for an instance of Splunk.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class com.splunk.Resource |
---|
actions, path, service, title |
Method Summary | |
---|---|
boolean |
getEnableSplunkWebSSL()
Indicates whether SSL is enabled on the Splunk management port. |
java.lang.String |
getHost()
Returns the default host name to use for data inputs. |
int |
getHttpPort()
Returns the port on which Splunk Web is listening for this instance of Splunk. |
int |
getMgmtPort()
Returns the IP address:port number for Splunkd. |
int |
getMinFreeSpace()
Returns the amount of free disk space that is required for Splunk to continue searching and indexing. |
java.lang.String |
getPass4SymmKey()
Returns the string that is prepended to the Splunk symmetric key to generate the final key that used to sign all traffic between master and slave licensers. |
java.lang.String |
getServerName()
Returns the name that is used to identify this Splunk instance for features such as distributed search. |
java.lang.String |
getSessionTimeout()
Returns the amount of time before a user session times out. |
java.lang.String |
getSplunkDB()
Returns the fully-qualified path to the directory containing the default index for this instance of Splunk. |
java.lang.String |
getSplunkHome()
Returns the fully-qualified path to the Splunk installation directory. |
boolean |
getStartWebServer()
Indicates whether the instance is configured to start Splunk Web. |
java.lang.String |
getTrustedIP()
Returns the IP address of the authenticating proxy. |
Methods inherited from class com.splunk.Entity |
---|
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, keySet, put, putAll, refresh, reload, remove, remove, size, update, validate, values |
Methods inherited from class com.splunk.Resource |
---|
getActions, getName, getPath, getService, getTitle, invalidate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Method Detail |
---|
public java.lang.String getSplunkDB()
public java.lang.String getSplunkHome()
public boolean getEnableSplunkWebSSL()
true
if SSL is enabled, false
if not.public java.lang.String getHost()
public int getHttpPort()
public int getMgmtPort()
public int getMinFreeSpace()
public java.lang.String getPass4SymmKey()
public java.lang.String getServerName()
public java.lang.String getSessionTimeout()
public boolean getStartWebServer()
true
if the instance is configured to start Splunk Web,
false
if Splunk Web is disabled.public java.lang.String getTrustedIP()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |