Package com.splunk

Class Summary
Application The Application class represents a locally-installed Splunk app.
ApplicationArchive The ApplicationArchive class represents an archive of a Splunk app.
ApplicationSetup The ApplicationSetup class represents the setup information for a Splunk app.
ApplicationUpdate The ApplicationUpdate class represents information for an update to a locally-installed Splunk app.
Args The Args class is a helper class for working with Splunk REST API arguments.
AtomEntry The AtomEntry class represents an Atom <entry> element.
AtomFeed The AtomFeed class represents an Atom feed.
AtomObject The AtomObject class represents a generic Atom object.
Base64 This module is used to turn binary date in to base64 (radix-64) encoding.
ConfCollection The ConfCollection class represents a collection of configuration files.
DeploymentClient The DeploymentClient class represents a Splunk deployment client, providing access to deployment client configuration and status.
DeploymentServer The DeploymentServer class represents a Splunk deployment server, and provides access to the configurations of all deployment servers.
DeploymentServerClass The DeploymentServerClass class represents a Splunk deployment server class, providing access to the configuration of a server class.
DeploymentTenant The DeploymentTenant class represents a Splunk deployment tenant, and provides access to the multi-tenants configuration for this Splunk instance.
DistributedConfiguration The DistributedConfiguration class represents a Splunk distributed search configuration, providing access to Splunk's distributed search options.
DistributedPeer The DistributedPeer class represents a Splunk distributed peer, providing distributed peer server management.
Entity The Entity class is a base class for all Splunk entity resources.
EntityCollection<T extends Entity> The EntityCollection class represents a collection of entities.
EntityMetadata The EntityMetadata class provides access to the metadata properties of a corresponding entity.
EventType The EventType class represents an event type.
EventTypeCollection The EventTypeCollection class represents a collection of event types.
FiredAlert The FiredAlert class represents a fired alert.
FiredAlertGroup  
FiredAlertGroupCollection  
HttpService The HttpService class represents a generic HTTP service at a given address (host:port), accessed using a given protocol scheme (http or https).
Index The Index class represents an index.
Input The Input class represents a data input.
InputCollection The InputCollection class represents a collection of inputs.
Job The Job class represents a job, which is an individual instance of a running or completed search or report, along with its related output.
JobCollection The JobCollection class represents a collection of jobs.
License The License class represents a license, providing access to the licenses for this Splunk instance.
LicenseGroup The LicenseGroup class represents a license group, which is a collection of one or more license stacks.
LicenseMessage The LicenseMessage class represents a license message.
LicensePool The LicensePool class represents a license pool, which is made up of a single license master and zero or more license slave instances of Splunk that are configured to use the licensing volume from a set license or license stack.
LicensePoolCollection The LicensePoolCollection class represents a collection of license pools.
LicenseSlave The LicenseSlave class represents a license slave, which is a member of one or more license pools.
LicenseStack The LicenseStack class represents a license stack, which is a collection of licenses of the same type.
Logger The Logger class represents a specific Splunkd logging category.
Message The Message class represents a message.
MessageCollection The MessageCollection class represents a collection of messages, providing access to Splunk system messages.
MonitorInput The MonitorInput class represents a monitor input, which is a file, directory, script, or network port that is monitored for new data.
OutputDefault The OutputDefault class represents the default TCP output configuration, providing access to global TCP output properties.
OutputGroup The OutputGroup class represents an output group, providing access to the configuration of a group of one or more data-forwarding destinations.
OutputServer The OutputServer class represents an output server, providing access to data-forwarding configurations.
OutputServerAllConnections The OutputServerAllConnections class represents all the connections of an output server.
OutputSyslog The OutputSyslog class represents a syslog output, providing access to properties of a forwarding server that provides data in standard syslog format.
Password The Password class represents a saved credential.
PasswordCollection The PasswordCollection class represents a collection of credentials.
Receiver The Receiver class represents a named index and unnamed index receivers.
Record The Record class represents an extension of HashMap that contains a variety of value-converting access methods.
RequestMessage The RequestMessage class represents an HTTP request message including method, headers, and body content.
Resource The Resource class represents a Splunk resource.
ResourceCollection<T extends Resource> The ResourceCollection class represents a collection of Splunk resources.
ResponseMessage The ResponseMessage class represents an HTTP response message that includes status codes, response headers, and body content.
ResultsReader  
ResultsReaderXml  
Role The Role class represents a Splunk role, which is a collection of permissions and capabilities.
SavedSearch The SavedSearch class represents a saved search.
SavedSearchCollection The SavedSearchCollection class represents a collection of saved searches.
ScriptInput The ScriptInput class represents a scripted input.
Service The Service class represents a Splunk service instance at a given address (host:port), accessed using the http or https protocol scheme.
ServiceArgs The ServiceArgs class contains a collection of arguments that are used to initialize a Splunk Service instance.
ServiceInfo The ServiceInfo class contains information about a running Splunk Service instance (Splunkd).
Settings The Settings class represents configuration information for an instance of Splunk.
StormService The StormService class represents a Splunk service instance at a given address (host:port), accessed using the http or https protocol scheme.
TcpConnections  
TcpInput The TcpInput class represents a TCP raw input.
TcpSplunkInput The TcpSplunkInput class represents a TCP Splunk-processed "cooked" input.
UdpConnections  
UdpInput The UdpInput class represents a UDP input.
Upload The Upload class represents an in-progress oneshot upload.
User The User class represents a Splunk user who is registered on the current Splunk server.
UserCollection The UserCollection class represents a collection of Splunk users who are registered on the current Splunk server.
WindowsActiveDirectoryInput The WindowsActiveDirectoryInput class represents a Windows Active Directory input.
WindowsEventLogInput The WindowsEventLogInput class represents a Windows Event Log input.
WindowsPerfmonInput The WindowsPerfmonInput class represents a Windows Performance Monitor (Perfmon) input.
WindowsRegistryInput The WindowsRegistryInput class represents a Windows Registry input.
WindowsWmiInput The WindowsWmiInput class represents a Windows Management Instrumentation (WMI) input.
Xml The Xml class represents a collection of XML utilities.
 

Enum Summary
InputKind The InputKind enumeration defines the different types of Splunk data inputs (input kinds).
 

Exception Summary
HttpException Thrown for HTTP responses that return an error status code.
SplunkException