Package | Description |
---|---|
com.splunk |
Modifier and Type | Class and Description |
---|---|
class |
DataModelCollection |
class |
EventTypeCollection
The
EventTypeCollection class represents a collection of event types. |
class |
FiredAlertGroupCollection
The
FiredAlertGroupCollection class represents a collection of fired
alert groups. |
class |
IndexCollection
The
IndexCollection class represents a collection of indexes. |
class |
InputCollection
The
InputCollection class represents a collection of inputs. |
class |
JobCollection
The
JobCollection class represents a collection of jobs. |
class |
LicensePoolCollection
The
LicensePoolCollection class represents a collection of license
pools. |
class |
MessageCollection
The
MessageCollection class represents a collection of messages,
providing access to Splunk system messages. |
class |
PasswordCollection
The
PasswordCollection class represents a collection of credentials. |
class |
SavedSearchCollection
The
SavedSearchCollection class represents a collection of saved
searches. |
class |
UserCollection
The
UserCollection class represents a collection of Splunk users who
are registered on the current Splunk server. |
Modifier and Type | Method and Description |
---|---|
EntityCollection<Entity> |
ConfCollection.create(String name)
Creates a new stanza in the current configuration file.
|
EntityCollection<Entity> |
ConfCollection.create(String name,
Map args)
Creates a new stanza in the current configuration file with attributes.
|
EntityCollection<FiredAlert> |
FiredAlertGroup.getAlerts()
Returns a group of fired alerts for a given saved search.
|
EntityCollection<Application> |
Service.getApplications()
Returns the collection of applications.
|
EntityCollection<DeploymentServerClass> |
Service.getDeploymentServerClasses()
Returns a collection of class configurations for a deployment server.
|
EntityCollection<DeploymentServerClass> |
Service.getDeploymentServerClasses(Args args)
Returns a collection of class configurations for a deployment server.
|
EntityCollection<DeploymentServer> |
Service.getDeploymentServers()
Returns the configuration of all deployment servers.
|
EntityCollection<DeploymentServer> |
Service.getDeploymentServers(Args args)
Returns the collection of deployment servers.
|
EntityCollection<DeploymentTenant> |
Service.getDeploymentTenants()
Returns a collection of multi-tenant configurations.
|
EntityCollection<DeploymentTenant> |
Service.getDeploymentTenants(Args args)
Returns a collection of multi-tenant configurations.
|
EntityCollection<DistributedPeer> |
Service.getDistributedPeers()
Returns a collection of distributed search peers.
|
EntityCollection<DistributedPeer> |
Service.getDistributedPeers(Args args)
Returns a collection of distributed search peers.
|
EntityCollection<LicenseGroup> |
Service.getLicenseGroups()
Returns a collection of license group configurations.
|
EntityCollection<LicenseGroup> |
Service.getLicenseGroups(Args args)
Returns a collection of license group configurations.
|
EntityCollection<LicenseMessage> |
Service.getLicenseMessages()
Returns a collection of messages from the licenser.
|
EntityCollection<LicenseMessage> |
Service.getLicenseMessages(Args args)
Returns a collection of messages from the licenser.
|
EntityCollection<License> |
Service.getLicenses()
Returns a collection of licenses for this service.
|
EntityCollection<License> |
Service.getLicenses(Args args)
Returns a collection of licenses for this service.
|
EntityCollection<LicenseSlave> |
Service.getLicenseSlaves()
Returns a collection of slaves reporting to this license master.
|
EntityCollection<LicenseSlave> |
Service.getLicenseSlaves(Args args)
Returns a collection of slaves reporting to this license master.
|
EntityCollection<LicenseStack> |
Service.getLicenseStacks()
Returns a collection of license stack configurations.
|
EntityCollection<LicenseStack> |
Service.getLicenseStacks(Args args)
Returns a collection of license stack configurations.
|
EntityCollection<Logger> |
Service.getLoggers()
Returns a collection of service logging categories and their status.
|
EntityCollection<Logger> |
Service.getLoggers(Args args)
Returns a collection of service logging categories and their status.
|
EntityCollection<OutputGroup> |
Service.getOutputGroups()
Returns a collection of output group configurations.
|
EntityCollection<OutputGroup> |
Service.getOutputGroups(Args args)
Returns a collection of output group configurations.
|
EntityCollection<OutputServer> |
Service.getOutputServers()
Returns a collection of data-forwarding configurations.
|
EntityCollection<OutputServer> |
Service.getOutputServers(Args args)
Returns a collection of data-forwarding configurations.
|
EntityCollection<OutputSyslog> |
Service.getOutputSyslogs()
Returns a collection of configurations for forwarding data in standard
syslog format.
|
EntityCollection<OutputSyslog> |
Service.getOutputSyslogs(Args args)
Returns a collection of configurations for forwarding data in standard
syslog format.
|
EntityCollection<Role> |
Service.getRoles()
Returns a collection of Splunk user roles.
|
EntityCollection<Role> |
Service.getRoles(Args args)
Returns a collection of Splunk user roles.
|
EntityCollection<Upload> |
Service.getUploads()
Returns a collection of in-progress oneshot uploads.
|
EntityCollection<Upload> |
Service.getUploads(Args namespace)
Returns a collection of in-progress oneshot uploads.
|
Copyright © 2022 Splunk, Inc.. All rights reserved.