Modifier and Type | Method and Description |
---|---|
boolean |
getBaseline()
Indicates whether this Windows Registry input has an established
baseline.
|
String |
getHive()
Returns the hive name to monitor for this Windows Registry input.
|
String |
getIndex()
Returns the index name for this Windows Registry input.
|
InputKind |
getKind()
Returns the input kind for this input.
|
boolean |
getMonitorSubnodes()
Indicates whether this Windows Registry input monitors all
sub-nodes under a given hive.
|
String |
getProc()
Returns the regular expression (regex) that is compared to process
names when including or excluding events for this Windows Registry input.
|
String[] |
getType()
Returns the regular expressions (regexes) that are compared to registry
event types for this Windows Registry input.
|
void |
setBaseline(boolean baseline)
Sets whether to establish a baseline value for the registry keys.
|
void |
setDisabled(boolean disabled)
Sets whether this input is enabled or disabled.
|
void |
setHive(String hive)
Sets the registry hive under which to monitor for changes.
|
void |
setIndex(String index)
Sets the index in which to store all generated events.
|
void |
setMonitorSubnodes(boolean monitorSubnodes)
Sets whether to monitor the subnodes of the given registry hive.
|
void |
setProc(String proc)
Sets the regular expression (regex) that is compared to process
names when including or excluding events for this Windows Registry input.
|
void |
setType(String[] regexes)
Sets the regular expressions (regexes) that are compared to registry
event types for this Windows Registry input.
|
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 boolean getBaseline()
true
if this Windows Registry input has an established
baseline, false
if not.public String getProc()
public String getHive()
public String getIndex()
public InputKind getKind()
public boolean getMonitorSubnodes()
true
if this Windows Registry input monitors all
sub-nodes under a given hive, false
if not.public String[] getType()
public void setBaseline(boolean baseline)
baseline
- true
to establish a baseline value, false
if not.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 setHive(String hive)
hive
- The registry hive.public void setIndex(String index)
index
- The index name.public void setMonitorSubnodes(boolean monitorSubnodes)
monitorSubnodes
- true
for this Windows Registry input to
monitor all sub-nodes, false
if not.public void setProc(String proc)
proc
- The process names regex.public void setType(String[] regexes)
regexes
- An array of regex strings for event types.public void update(Map<String,Object> args)
Copyright © 2022 Splunk, Inc.. All rights reserved.