Package | Description |
---|---|
com.splunk |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected Set<InputKind> |
InputCollection.inputKinds |
Modifier and Type | Method and Description |
---|---|
static InputKind |
InputKind.create(String relpath)
Create an
InputKind object from a String giving
the relative path from data/inputs/ to the kind. |
InputKind |
WindowsEventLogInput.getKind()
Returns the input kind of this input.
|
InputKind |
WindowsWmiInput.getKind()
Returns the input kind of this input.
|
InputKind |
Input.getKind()
Returns an
InputKind representing this input's type. |
InputKind |
WindowsRegistryInput.getKind()
Returns the input kind for this input.
|
InputKind |
ScriptInput.getKind()
Returns the input kind for this scripted input.
|
InputKind |
WindowsActiveDirectoryInput.getKind()
Returns the input kind of this input.
|
InputKind |
TcpInput.getKind()
Returns the input kind of this input.
|
InputKind |
MonitorInput.getKind()
Returns the type of monitor input.
|
InputKind |
WindowsPerfmonInput.getKind()
Returns the input kind of this input.
|
InputKind |
UdpInput.getKind()
Returns the input kind for this input.
|
InputKind |
TcpSplunkInput.getKind()
Returns the input kind of this input.
|
protected InputKind |
InputCollection.itemKind(String path)
Returns the input kind for a given path.
|
Modifier and Type | Method and Description |
---|---|
Set<InputKind> |
InputCollection.getInputKinds()
Return a set of all the input kinds recognized by the Splunk server.
|
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.
|
protected static boolean |
InputCollection.matchesInputName(InputKind kind,
String searchFor,
String searchIn)
Indicates whether a given string matches the input name (string
equality).
|
Copyright © 2022 Splunk, Inc.. All rights reserved.