Modifier and Type | Method and Description |
---|---|
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.
|
String |
getStartingNode()
Returns the starting location in the directory path for this Windows
Active Directory input.
|
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(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(String startingNode)
Sets the starting Active Directory directory to start monitoring.
|
void |
setTargetDc(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(Map<String,Object> args)
Updates the entity with the values you previously set using the setter
methods, and any additional specified arguments.
|
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getContent, getMetadata, isDisabled, isEmpty, isNameChangeAllowed, keySet, put, putAll, refresh, remove, remove, size, 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 getIndex()
null
if not specified.public InputKind getKind()
public boolean getMonitorSubtree()
true
if the directory path subtree is being monitored,
false
if not.public String getStartingNode()
null
if
not specified.public 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(String index)
index
- The index name.public void setMonitorSubtree(boolean monitorSubtree)
monitorSubtree
- true
to monitor subtrees, false
if not.public void setStartingNode(String startingNode)
startingNode
- The starting Active Directory directory.public void setTargetDc(String targetDc)
targetDc
- The fully-qualified domain name.public void update(Map<String,Object> args)
Copyright © 2022 Splunk, Inc.. All rights reserved.