|
||||||||
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.Input
com.splunk.WindowsRegistryInput
public class WindowsRegistryInput
The WindowsRegistryInput
class represents a Windows Registry 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.Resource |
---|
actions, path, service, title |
Method Summary | |
---|---|
boolean |
getBaseline()
Indicates whether this Windows Registry input has an established baseline. |
java.lang.String |
getHive()
Returns the hive name to monitor for this Windows Registry input. |
java.lang.String |
getIndex()
Returns the index name for this Windows Registry input. |
InputKind |
getKind()
Returns the input type for this Windows Registry input. |
boolean |
getMonitorSubnodes()
Indicates whether this Windows Registry input monitors all sub-nodes under a given hive. |
java.lang.String |
getProc()
Returns the regular expression (regex) that is executed against process names when including or excluding events for this Windows Registry input. |
java.lang.String |
getType()
Returns the regular expression (regex) that is executed against registry event types for this Windows Registry input. |
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 boolean getBaseline()
true
if this Windows Registry input has an established
baseline, false
if not.public java.lang.String getProc()
public java.lang.String getHive()
public java.lang.String getIndex()
public InputKind getKind()
getKind
in class Input
InputKind
public boolean getMonitorSubnodes()
true
if this Windows Registry input monitors all
sub-nodes under a given hive, false
if not.public java.lang.String getType()
null
if not specified.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |