Classes and interfaces

Splunk_AmbiguousEntityNameException

Thrown when an attempt is made to access a Splunk entity with a name that matches multiple entities in the current (non-exact) namespace.

« More »

Splunk_Collection

Represents a collection of entities accessible through Splunk's REST API.

« More »

Splunk_ConnectException

Thrown when unable to connect to a Splunk server.

« More »

Splunk_Context

Enables clients to issue HTTP requests to a Splunk server.

« More »

Splunk_Endpoint

Represents a single endpoint in the Splunk REST API.

« More »

Splunk_Entity

Represents an entity accessible through Splunk's REST API.

« More »

Splunk_HttpException

Thrown when an HTTP request fails due to a non 2xx status code.

« More »

Splunk_IOException

Thrown when an I/O error occurs.

« More »

Splunk_Index

An index contains events that have been logged to Splunk.

« More »

Splunk_Job

Represents a running or completed search job.

« More »

Splunk_JobNotDoneException

Thrown when an attempt is made to access a job's results or events before the job is done.

« More »

Splunk_Jobs

Represents the collection of all search jobs.

« More »

Splunk_Namespace

Represents a namespace.

« More »

Splunk_NoSuchEntityException

Thrown when an attempt is made to access a Splunk entity that does not exist.

« More »

Splunk_Receiver

Provides methods for logging events to a Splunk index.

« More »

Splunk_ResultsFieldOrder

Represents a statement of which fields will be returned in a results stream, and what their relative ordering is.

« More »

Splunk_ResultsMessage

Represents a message received in a results stream.

« More »

Splunk_ResultsReader

Parses XML search results received from jobs.

« More »

Splunk_SavedSearch

Represents a saved search.

« More »

Splunk_Service

Provides an object-oriented interface to access entities of a Splunk server.

« More »

Splunk_UnsupportedOperationException

Thrown if the requested operation is not supported.

« More »