Package | Description |
---|---|
com.splunk |
Modifier and Type | Class and Description |
---|---|
class |
MonitorInput
The
MonitorInput class represents a monitor input, which is a file,
directory, script, or network port that is monitored for new data. |
class |
ScriptInput
The
ScriptInput class represents a scripted data input. |
class |
TcpInput
The
TcpInput class represents a raw TCP data input. |
class |
TcpSplunkInput
The
TcpSplunkInput class represents a Splunk-processed "cooked" TCP
data input. |
class |
UdpInput
The
UdpInput class represents a UDP data input. |
class |
WindowsActiveDirectoryInput
The
WindowsActiveDirectoryInput class represents a Windows Active
Directory data input. |
class |
WindowsEventLogInput
The
WindowsEventLogInput class represents a Windows Event Log data
input. |
class |
WindowsPerfmonInput
The
WindowsPerfmonInput class represents a Windows Performance
Monitor (Perfmon) data input. |
class |
WindowsRegistryInput
The
WindowsRegistryInput class represents a Windows Registry data
input. |
class |
WindowsWmiInput
The
WindowsWmiInput class represents a Windows Management
Instrumentation (WMI) data input. |
Modifier and Type | Method and Description |
---|---|
<T extends Input> |
InputCollection.create(String name,
InputKind kind)
Creates a new data input based on the input kind.
|
<T extends Input> |
InputCollection.create(String name,
InputKind kind,
Map<String,Object> args)
Creates a new data input based on the input kind and additional
arguments.
|
Modifier and Type | Method and Description |
---|---|
Input |
InputCollection.create(String name)
Creates a stub for a new data input.
|
Input |
InputCollection.create(String name,
Map args)
Creates a stub for a new data input based on additional arguments.
|
protected Input |
InputCollection.createItem(AtomEntry entry)
Creates a new data input based on an Atom entry.
|
Input |
InputCollection.get(Object key)
Gets the value of a given key, if it exists within this collection.
|
Input |
InputCollection.get(Object key,
Args namespace)
Returns the value of a scoped, namespace-constrained key, if it
exists within this collection.
|
Input |
InputCollection.remove(String key)
Removes an entity from this collection.
|
Input |
InputCollection.remove(String key,
Args namespace)
Removes an entity from this collection, with a namespace restriction.
|
Copyright © 2022 Splunk, Inc.. All rights reserved.