|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputKind | |
---|---|
com.splunk |
Uses of InputKind in com.splunk |
---|
Fields in com.splunk declared as InputKind | |
---|---|
static InputKind |
InputKind.Monitor
Monitor input. |
static InputKind |
InputKind.Script
Script input. |
static InputKind |
InputKind.Tcp
Raw TCP input. |
static InputKind |
InputKind.TcpSplunk
Cooked TCP input. |
static InputKind |
InputKind.Udp
UDP input. |
static InputKind |
InputKind.Unknown
Unknown type of input. |
static InputKind |
InputKind.WindowsActiveDirectory
Windows Active Directory input. |
static InputKind |
InputKind.WindowsEventLog
Windows event log input. |
static InputKind |
InputKind.WindowsPerfmon
Windows performance monitor input. |
static InputKind |
InputKind.WindowsRegistry
Windows Registry input. |
static InputKind |
InputKind.WindowsWmi
Windows Management Instrumentation (WMI) input. |
static InputKind |
InputKind.WinEventLog
|
static InputKind |
InputKind.WinRegMon
|
Methods in com.splunk that return InputKind | |
---|---|
static InputKind |
InputKind.create(java.lang.String relpath)
Create an InputKind object from a String giving
the relative path from data/inputs/ to the kind. |
InputKind |
WindowsActiveDirectoryInput.getKind()
Returns the input kind of this input. |
InputKind |
UdpInput.getKind()
Returns the input kind for this input. |
InputKind |
Input.getKind()
Returns an InputKind representing this input's type. |
InputKind |
ScriptInput.getKind()
Returns the input kind for this scripted input. |
InputKind |
TcpSplunkInput.getKind()
Returns the input kind of this input. |
InputKind |
MonitorInput.getKind()
Returns the type of monitor input. |
InputKind |
WindowsRegistryInput.getKind()
Returns the input kind for this input. |
InputKind |
TcpInput.getKind()
Returns the input kind of this input. |
InputKind |
WindowsPerfmonInput.getKind()
Returns the input kind of this input. |
InputKind |
WindowsWmiInput.getKind()
Returns the input kind of this input. |
InputKind |
WindowsEventLogInput.getKind()
Returns the input kind of this input. |
Methods in com.splunk that return types with arguments of type InputKind | |
---|---|
java.util.Set<InputKind> |
InputCollection.getInputKinds()
Return a set of all the input kinds recognized by the Splunk server. |
Methods in com.splunk with parameters of type InputKind | ||
---|---|---|
|
InputCollection.create(java.lang.String name,
InputKind kind)
Creates a new data input based on the input kind. |
|
|
InputCollection.create(java.lang.String name,
InputKind kind,
java.util.Map<java.lang.String,java.lang.Object> args)
Creates a new data input based on the input kind and additional arguments. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |