Uses of Class
com.splunk.Input

Packages that use Input
com.splunk   
 

Uses of Input in com.splunk
 

Subclasses of Input in com.splunk
 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.
 

Methods in com.splunk with type parameters of type Input
<T extends Input>
T
InputCollection.create(java.lang.String name, InputKind kind)
          Creates a new data input based on the input kind.
<T extends Input>
T
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.
 

Methods in com.splunk that return Input
 Input InputCollection.create(java.lang.String name)
          Creates a stub for a new data input.
 Input InputCollection.create(java.lang.String name, java.util.Map args)
          Creates a stub for a new data input based on additional arguments.
 Input InputCollection.get(java.lang.Object key)
          Gets the value of a given key, if it exists within this collection.
 Input InputCollection.get(java.lang.Object key, Args namespace)
          Returns the value of a scoped, namespace-constrained key, if it exists within this collection.
 Input InputCollection.remove(java.lang.String key)
          Removes an entity from this collection.
 Input InputCollection.remove(java.lang.String key, Args namespace)
          Removes an entity from this collection, with a namespace restriction.