|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.splunk.Resource com.splunk.Entity com.splunk.Input com.splunk.WindowsActiveDirectoryInput
public class WindowsActiveDirectoryInput
The WindowsActiveDirectoryInput
class represents a Windows Active
Directory data input.
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.Entity |
---|
content, toUpdate |
Fields inherited from class com.splunk.Resource |
---|
actions, path, refreshArgs, service, title |
Method Summary | |
---|---|
java.lang.String |
getIndex()
Returns the index name of this Windows Active Directory input. |
InputKind |
getKind()
Returns the input kind of this input. |
boolean |
getMonitorSubtree()
Indicates whether the directory path subtree is being monitored for this Windows Active Directory input. |
java.lang.String |
getStartingNode()
Returns the starting location in the directory path for this Windows Active Directory input. |
java.lang.String |
getTargetDc()
Returns the fully-qualified domain name of a valid, network-accessible domain controller. |
void |
setDisabled(boolean disabled)
Sets whether this input is enabled or disabled. |
void |
setIndex(java.lang.String index)
Sets the index in which to store all generated events. |
void |
setMonitorSubtree(boolean monitorSubtree)
Sets whether to monitor the subtrees of the given directory tree path. |
void |
setStartingNode(java.lang.String startingNode)
Sets the starting Active Directory directory to start monitoring. |
void |
setTargetDc(java.lang.String targetDc)
Sets the fully-qualified domain name of a valid, network-accessible domain controller. |
void |
update()
Updates the entity with the accumulated arguments, established by the individual setter methods for each specific entity class. |
void |
update(java.util.Map<java.lang.String,java.lang.Object> args)
Updates the entity with the values you previously set using the setter methods, and any additional specified arguments. |
Methods inherited from class com.splunk.Entity |
---|
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getContent, getMetadata, isDisabled, isEmpty, isNameChangeAllowed, keySet, put, putAll, refresh, remove, remove, size, validate, values |
Methods inherited from class com.splunk.Resource |
---|
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 getIndex()
null
if not specified.public InputKind getKind()
getKind
in class Input
public boolean getMonitorSubtree()
true
if the directory path subtree is being monitored,
false
if not.public java.lang.String getStartingNode()
null
if
not specified.public java.lang.String getTargetDc()
null
if not
specified.public void setDisabled(boolean disabled)
Note: Using this method requires you to restart Splunk before this
setting takes effect. To avoid restarting Splunk, use the
Entity.disable
and Entity.enable
methods instead, which
take effect immediately.
disabled
- true
to disable this input, false
to
enable it.public void setIndex(java.lang.String index)
index
- The index name.public void setMonitorSubtree(boolean monitorSubtree)
monitorSubtree
- true
to monitor subtrees, false
if not.public void setStartingNode(java.lang.String startingNode)
startingNode
- The starting Active Directory directory.public void setTargetDc(java.lang.String targetDc)
targetDc
- The fully-qualified domain name.public void update(java.util.Map<java.lang.String,java.lang.Object> args)
update
in class Entity
args
- The arguments to update.public void update()
update
in class Entity
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |