A B C D E F G H I J K L M N O P R S T U V W X

S

SavedSearch - Class in com.splunk
The SavedSearch class represents a saved search.
SavedSearchCollection - Class in com.splunk
The SavedSearchCollection class represents a collection of saved searches.
SavedSearchCollectionArgs - Class in com.splunk
The SavedSearchCollectionArgs class contains arguments getting a collection of saved searches.
SavedSearchCollectionArgs() - Constructor for class com.splunk.SavedSearchCollectionArgs
Class constructor.
SavedSearchDispatchArgs - Class in com.splunk
The SavedSearchDispatchArgs class contains arguments for dispatching a saved search using the SavedSearch.dispatch() method.
SavedSearchDispatchArgs() - Constructor for class com.splunk.SavedSearchDispatchArgs
Class constructor.
Scheme - Class in com.splunk.modularinput
The Scheme class represents the metadata for a modular input kind.
Scheme(String) - Constructor for class com.splunk.modularinput.Scheme
 
scheme - Variable in class com.splunk.ServiceArgs
Deprecated. Use ServiceArgs.setScheme(String) instead.
Scheme.StreamingMode - Enum in com.splunk.modularinput
 
Script - Static variable in class com.splunk.InputKind
Script input.
Script - Class in com.splunk.modularinput
The Script class is an abstract base class for implementing modular inputs.
Script() - Constructor for class com.splunk.modularinput.Script
 
ScriptInput - Class in com.splunk
The ScriptInput class represents a scripted data input.
search(String) - Method in class com.splunk.Service
Creates an asynchronous search using the given query.
search(String, Map<String, Object>) - Method in class com.splunk.Service
Creates an asynchronous search job using the given query and search arguments.
SearchResults - Interface in com.splunk
The SearchResults interface represents Splunk search results.
send(String, RequestMessage) - Method in class com.splunk.HttpService
Issue an HTTP request against the service using a given path and request message.
send(String, RequestMessage) - Method in class com.splunk.Service
Issues an HTTP request against the service using a request path and message.
Service - Class in com.splunk
The Service class represents a Splunk service instance at a given address (host:port), accessed using the http or https protocol scheme.
Service(String) - Constructor for class com.splunk.Service
Creates a new Service instance using a host.
Service(String, int) - Constructor for class com.splunk.Service
Creates a new Service instance using a host and port.
Service(String, int, String) - Constructor for class com.splunk.Service
Creates a new Service instance using a host, port, and scheme for accessing the service (http or https).
Service(String, int, String, URLStreamHandler) - Constructor for class com.splunk.Service
Constructs a new Service instance using the given host, port, and scheme, and instructing it to use the specified HTTPS handler.
Service(ServiceArgs) - Constructor for class com.splunk.Service
Creates a new Service instance using a collection of arguments.
Service(Map<String, Object>) - Constructor for class com.splunk.Service
Creates a new Service instance using a map of arguments.
ServiceArgs - Class in com.splunk
The ServiceArgs class contains a collection of arguments that are used to initialize a Splunk Service instance.
ServiceArgs() - Constructor for class com.splunk.ServiceArgs
 
ServiceInfo - Class in com.splunk
The ServiceInfo class contains information about a running Splunk Service instance (Splunkd).
setActionEmailAuthPassword(String) - Method in class com.splunk.SavedSearch
Sets the password to use when authenticating with the SMTP server.
setActionEmailAuthUsername(String) - Method in class com.splunk.SavedSearch
Sets the username to use when authenticating the SMTP server.
setActionEmailBcc(String) - Method in class com.splunk.SavedSearch
Sets the blind carbon copy (BCC) email address to use for email alerts.
setActionEmailCc(String) - Method in class com.splunk.SavedSearch
Sets the carbon copy (CC) email address to use for email alerts.
setActionEmailCommand(String) - Method in class com.splunk.SavedSearch
Returns the search command (or pipeline) that runs the action.
setActionEmailFormat(String) - Method in class com.splunk.SavedSearch
Sets the format of text in the email.
setActionEmailFrom(String) - Method in class com.splunk.SavedSearch
Sets the email sender's name.
setActionEmailHostname(String) - Method in class com.splunk.SavedSearch
Sets the host name used in the web link (URL) to send in email alerts.
setActionEmailInline(boolean) - Method in class com.splunk.SavedSearch
Sets whether the search results are contained in the body of the email.
setActionEmailMailServer(String) - Method in class com.splunk.SavedSearch
Sets the address of the MTA server that is used to send the emails.
setActionEmailMaxResults(int) - Method in class com.splunk.SavedSearch
Sets the maximum number of search results to send in email alerts.
setActionEmailMaxTime(String) - Method in class com.splunk.SavedSearch
Sets the maximum amount of time an email action takes before the action is canceled.
setActionEmailPdfView(String) - Method in class com.splunk.SavedSearch
Sets the name of the view to deliver if ActionEmailSendPdf is enabled.
setActionEmailPreProcessResults(String) - Method in class com.splunk.SavedSearch
Sets the search string for pre-processing results before emailing them.
setActionEmailReportPaperOrientation(String) - Method in class com.splunk.SavedSearch
Sets the paper orientation.
setActionEmailReportPaperSize(String) - Method in class com.splunk.SavedSearch
Sets the paper size for PDFs.
setActionEmailReportServerEnabled(boolean) - Method in class com.splunk.SavedSearch
Sets whether the PDF server is enabled.
setActionEmailReportServerUrl(String) - Method in class com.splunk.SavedSearch
Sets the URL of the PDF report server.
setActionEmailSendPdf(boolean) - Method in class com.splunk.SavedSearch
Sets whether to create and send the results in PDF format.
setActionEmailSendResults(boolean) - Method in class com.splunk.SavedSearch
Sets whether to attach the search results to an email.
setActionEmailSubject(String) - Method in class com.splunk.SavedSearch
Sets the subject line of the email.
setActionEmailTo(String) - Method in class com.splunk.SavedSearch
Sets a list of email recipients.
setActionEmailTrackAlert(boolean) - Method in class com.splunk.SavedSearch
Sets whether running this email action results in a trackable alert.
setActionEmailTtl(String) - Method in class com.splunk.SavedSearch
Sets the minimum time-to-live in seconds of the search artifacts if an email action is triggered.
setActionEmailUseSsl(boolean) - Method in class com.splunk.SavedSearch
Sets whether to use secure socket layer (SSL) when communicating with the SMTP server.
setActionEmailUseTls(boolean) - Method in class com.splunk.SavedSearch
Sets whether to use transport layer security (TLS) when communicating with the SMTP server.
setActionEmailWidthSortColumns(boolean) - Method in class com.splunk.SavedSearch
Sets whether columns should be sorted from least wide to most wide, left to right.
setActionPopulateLookupCommand(String) - Method in class com.splunk.SavedSearch
Sets the search command (or pipeline) that runs the action.
setActionPopulateLookupDest(String) - Method in class com.splunk.SavedSearch
Sets the name of the lookup table or lookup path to populate.
setActionPopulateLookupHostname(String) - Method in class com.splunk.SavedSearch
Sets the host name used in the web link (URL) to send in populate-lookup alerts.
setActionPopulateLookupMaxResults(int) - Method in class com.splunk.SavedSearch
Sets the maximum number of search results to send in populate-lookup alerts.
setActionPopulateLookupMaxTime(String) - Method in class com.splunk.SavedSearch
Sets the maximum amount of time an alert action takes before the action is canceled.
setActionPopulateLookupTrackAlert(boolean) - Method in class com.splunk.SavedSearch
Sets whether running this populate-lookup action results in a trackable alert.
setActionPopulateLookupTtl(String) - Method in class com.splunk.SavedSearch
Sets the minimum time-to-live (ttl) of the search artifacts if this populate-lookup action is triggered.
setActionRssCommand(String) - Method in class com.splunk.SavedSearch
Sets the search command (or pipeline) that runs the action.
setActionRssHostname(String) - Method in class com.splunk.SavedSearch
Sets the host name to use in the web link (URL) to send in RSS alerts.
setActionRssMaxResults(int) - Method in class com.splunk.SavedSearch
Sets the maximum number of search results to send in RSS alerts.
setActionRssMaxTime(String) - Method in class com.splunk.SavedSearch
Sets the maximum amount of time an RSS action takes before the action is canceled.
setActionRssTrackAlert(boolean) - Method in class com.splunk.SavedSearch
Sets whether running this RSS action results in a trackable alert.
setActionRssTtl(String) - Method in class com.splunk.SavedSearch
Sets the minimum time-to-live in seconds of the search artifacts if an RSS action is triggered.
setActions(String) - Method in class com.splunk.SavedSearch
Sets whichs actions to enable.
setActionScriptCommand(String) - Method in class com.splunk.SavedSearch
Sets the search command (or pipeline) that runs the action.
setActionScriptFilename(String) - Method in class com.splunk.SavedSearch
Sets the file name of the script to call.
setActionScriptHostname(String) - Method in class com.splunk.SavedSearch
Sets the host name used in the web link (URL) to send in script alerts.
setActionScriptMaxResults(int) - Method in class com.splunk.SavedSearch
Sets the maximum number of search results to send in script alerts.
setActionScriptMaxTime(String) - Method in class com.splunk.SavedSearch
Sets the maximum amount of time a script action takes before the action is canceled.
setActionScriptTrackAlert(boolean) - Method in class com.splunk.SavedSearch
Sets whether running this script action results in a trackable alert.
setActionScriptTtl(String) - Method in class com.splunk.SavedSearch
Sets the minimum time-to-live in seconds of the search artifacts if a script action is triggered.
setActionSummaryIndexCommand(String) - Method in class com.splunk.SavedSearch
Sets the search command (or pipeline) that runs the action.
setActionSummaryIndexHostname(String) - Method in class com.splunk.SavedSearch
Sets the host name used in the web link (URL) to send in summary-index alerts.
setActionSummaryIndexInline(boolean) - Method in class com.splunk.SavedSearch
Sets whether to run the summary indexing action as part of the scheduled search.
setActionSummaryIndexMaxResults(int) - Method in class com.splunk.SavedSearch
Sets the maximum number of search results to send in summary-index alerts.
setActionSummaryIndexMaxTime(String) - Method in class com.splunk.SavedSearch
Sets the maximum amount of time a summary-index action takes before the action is canceled.
setActionSummaryIndexName(String) - Method in class com.splunk.SavedSearch
Sets the name of the summary index where the results of the scheduled search are saved.
setActionSummaryIndexTrackAlert(boolean) - Method in class com.splunk.SavedSearch
Sets whether running summary-index action results in a trackable alert.
setActionSummaryIndexTtl(String) - Method in class com.splunk.SavedSearch
Sets the minimum time-to-live in seconds of the search artifacts if a summary-index action is triggered.
setActive(boolean) - Method in class com.splunk.LicenseGroup
Sets whether this license group is active.
setAlertComparator(String) - Method in class com.splunk.SavedSearch
Sets the alert comparator.
setAlertCondition(String) - Method in class com.splunk.SavedSearch
Sets a conditional search that is evaluated against the results of the saved search.
setAlertDigestMode(boolean) - Method in class com.splunk.SavedSearch
Sets whether Splunk applies the alert actions to the entire result set or on each individual result.
setAlertExpires(String) - Method in class com.splunk.SavedSearch
Sets the period of time to show the alert in the dashboard.
setAlertSeverity(int) - Method in class com.splunk.SavedSearch
Sets the alert severity level, which is an integer from 1-6 (1=DEBUG, 2=INFO, 3=WARN, 4=ERROR, 5=SEVERE, 6=FATAL).
setAlertSuppress(boolean) - Method in class com.splunk.SavedSearch
Sets whether to enable alert suppression for this scheduled search.
setAlertSuppressFields(String) - Method in class com.splunk.SavedSearch
Specifies a list of fields to use for alert suppression.
setAlertSuppressPeriod(String) - Method in class com.splunk.SavedSearch
Sets the period for alert suppression.
setAlertThreshold(String) - Method in class com.splunk.SavedSearch
Sets the value to compare to before triggering the alert action.
setAlertTrack(String) - Method in class com.splunk.SavedSearch
Sets how to track the actions triggered by this saved search.
setAlertType(String) - Method in class com.splunk.SavedSearch
Sets a value that indicates what to base the alert on.
setApp(String) - Method in class com.splunk.CollectionArgs
Sets the app context in which to list the collection.
setApp(String) - Method in class com.splunk.ServiceArgs
 
setAppendSlaves(boolean) - Method in class com.splunk.LicensePool
Sets whether to append or overwrite slaves to this license pool.
setArguments(List<Argument>) - Method in class com.splunk.modularinput.Scheme
Replaces the current list of arguments with the specified one.
setAssureUTF8(boolean) - Method in class com.splunk.Index
Sets whether the data retrieved from this index is UTF8-encoded.
setAuthor(String) - Method in class com.splunk.Application
Sets the name of the app's author.
setAutoAddServers(boolean) - Method in class com.splunk.DistributedConfiguration
Deprecated. Deprecated since Splunk 5.0.
setAutoCancel(int) - Method in class com.splunk.JobArgs
Sets the number of seconds of inactivity after which to automatically cancel a job.
setAutoCancel(int) - Method in class com.splunk.JobExportArgs
Sets the number of seconds of inactivity after which to automatically cancel a job.
setAutoFinalizeEventCount(int) - Method in class com.splunk.JobArgs
Sets the number of events to process after which to auto-finalize the search.
setAutoFinalizeEventCount(int) - Method in class com.splunk.JobExportArgs
Sets the number of events to process after which to auto-finalize the search.
setAutoLB(boolean) - Method in class com.splunk.OutputGroup
Sets whether this forwarder performs automatic load balancing.
setAutoPause(int) - Method in class com.splunk.JobArgs
Sets the number of seconds of inactivity after which to automatically pause a job.
setAutoPause(int) - Method in class com.splunk.JobExportArgs
Sets the number of seconds of inactivity after which to automatically pause a job.
setBaseline(boolean) - Method in class com.splunk.WindowsRegistryInput
Sets whether to establish a baseline value for the registry keys.
setBlacklist(String) - Method in class com.splunk.MonitorInput
Sets a regular expression for a file path that, when matched, is not indexed.
setBlacklistByIndex(int, String) - Method in class com.splunk.DeploymentServerClass
Sets a specific blacklist entry.
setBlacklistNames(String) - Method in class com.splunk.DistributedConfiguration
Sets the blacklist server names that are excluded from being peers.
setBlacklistURLs(String) - Method in class com.splunk.DistributedConfiguration
Sets the blacklist server names or URIs that are excluded from being peers.
setBlockSignSize(int) - Method in class com.splunk.Index
Sets the number of events that make up a block for block signatures.
setBucketRebuildMemoryHint(String) - Method in class com.splunk.Index
Sets the suggested size of the .tsidx file for the bucket rebuild process.
setCapabilities(String[]) - Method in class com.splunk.Role
Assigns an array of capabilities to this role.
setCapabilities(String) - Method in class com.splunk.Role
Assigns a single capability to this role.
setCheckForUpdates(boolean) - Method in class com.splunk.Application
Sets whether Splunk checks Splunkbase for updates to the app.
setCheckIndex(boolean) - Method in class com.splunk.MonitorInput
Sets whether the index value is checked to ensure that it is the name of a valid index.
setCheckPath(boolean) - Method in class com.splunk.MonitorInput
Sets whether the name value is checked to ensure that it exists.
setCheckpointDir(String) - Method in class com.splunk.modularinput.InputDefinition
Sets the path to which to write checkpoint files.
setCheckTimedOutServersFrequency(int) - Method in class com.splunk.DistributedConfiguration
Sets the server recheck frequency.
setClasses(String) - Method in class com.splunk.WindowsWmiInput
Sets the WMI class name.
setColdToFrozenDir(String) - Method in class com.splunk.Index
Sets the destination path for the frozen archive, where Splunk automatically puts frozen buckets.
setColdToFrozenScript(String) - Method in class com.splunk.Index
Sets the path to the archiving script.
setCompressed(boolean) - Method in class com.splunk.OutputGroup
Sets whether this forwarder sends compressed data.
setConfigured(boolean) - Method in class com.splunk.Application
Sets whether the app's custom setup has been performed.
setConnectionHost(String) - Method in class com.splunk.TcpInput
Sets the value for the from-host field for the remote server that is sending data.
setConnectionHost(String) - Method in class com.splunk.TcpSplunkInput
Sets the value for the from-host field for the remote server that is sending data.
setConnectionHost(String) - Method in class com.splunk.UdpInput
Sets the value of the from-host field for the remote server that is sending data.
setConnectionTimeout(int) - Method in class com.splunk.DistributedConfiguration
Sets the time-out period for establishing a search peer connection.
setContent(String) - Method in class com.splunk.RequestMessage
Sets the message body content.
setContent(OutputStream) - Method in class com.splunk.RequestMessage
 
setContinueMatching(boolean) - Method in class com.splunk.DeploymentServerClass
Sets how this deployment server class controls its configurations across classes and server-specific settings.
setCount(int) - Method in class com.splunk.CollectionArgs
Sets the maximum number of entries to return.
setCount(int) - Method in class com.splunk.IndexCollectionArgs
Sets the maximum number of entries to return.
setCount(int) - Method in class com.splunk.JobEventsArgs
Sets the maximum number of results to return.
setCount(int) - Method in class com.splunk.JobResultsArgs
Sets the maximum number of results to return.
setCount(int) - Method in class com.splunk.JobResultsPreviewArgs
Sets the maximum number of results to return.
setCounters(String[]) - Method in class com.splunk.WindowsPerfmonInput
Sets the counters to monitor.
setCounters(String) - Method in class com.splunk.WindowsPerfmonInput
Sets a counter to monitor.
setCrcSalt(String) - Method in class com.splunk.MonitorInput
Sets a string that is used to force Splunk to index files that have a matching cyclic redundancy check (CRC).
setCronSchedule(String) - Method in class com.splunk.SavedSearch
Sets the cron schedule for running this saved search.
setData(String) - Method in class com.splunk.modularinput.Event
Sets the text of the event that Splunk should index.
setDataType(Argument.DataType) - Method in class com.splunk.modularinput.Argument
Sets the data type of this argument.
setDefaultApp(String) - Method in class com.splunk.Role
Sets the default app for this role.
setDefaultApp(String) - Method in class com.splunk.User
Sets the default app for this user.
setDescription(String) - Method in class com.splunk.Application
Sets a short description of the application, which is displayed below the app's title on the Splunk Home tab in Splunk Web.
setDescription(String) - Method in class com.splunk.EventType
Sets the description of the event type.
setDescription(String) - Method in class com.splunk.LicensePool
Sets the description of this license pool.
setDescription(String) - Method in class com.splunk.modularinput.Argument
Sets the human readable description of this argument.
setDescription(String) - Method in class com.splunk.modularinput.Scheme
Sets the human readable description of this modular input kind.
setDescription(String) - Method in class com.splunk.SavedSearch
Sets the description of this saved search.
setDisabled(boolean) - Method in class com.splunk.DeploymentClient
Sets whether to enable or disable the deployment client.
setDisabled(boolean) - Method in class com.splunk.DeploymentServer
Sets whether the deployment server is enabled or disabled.
setDisabled(boolean) - Method in class com.splunk.DeploymentTenant
Sets whether the deployment tenant is enabled or disabled.
setDisabled(boolean) - Method in class com.splunk.DistributedConfiguration
Sets whether the distributed configuration is enabled or disabled.
setDisabled(boolean) - Method in class com.splunk.EventType
Sets whether the event type is enabled or disabled.
setDisabled(boolean) - Method in class com.splunk.SavedSearch
Sets whether the saved search is disabled.
setDisabled(boolean) - Method in class com.splunk.ScriptInput
Sets whether the scripted input is enabled or disabled.
setDisabled(boolean) - Method in class com.splunk.TcpInput
Sets whether this input is enabled or disabled.
setDisabled(boolean) - Method in class com.splunk.TcpSplunkInput
Sets whether this input is enabled or disabled.
setDisabled(boolean) - Method in class com.splunk.WindowsActiveDirectoryInput
Sets whether this input is enabled or disabled.
setDisabled(boolean) - Method in class com.splunk.WindowsPerfmonInput
Sets whether this input is enabled or disabled.
setDisabled(boolean) - Method in class com.splunk.WindowsRegistryInput
Sets whether this input is enabled or disabled.
setDisabled(boolean) - Method in class com.splunk.WindowsWmiInput
Sets whether this input is enabled or disabled.
setDispatchBuckets(String) - Method in class com.splunk.SavedSearch
Deprecated. Use SavedSearch.setDispatchBuckets(int) instead.
setDispatchBuckets(int) - Method in class com.splunk.SavedSearch
Sets the maximum number of timeline buckets.
setDispatchBuckets(int) - Method in class com.splunk.SavedSearchDispatchArgs
Sets the maximum number of timeline buckets.
setDispatchEarliestTime(String) - Method in class com.splunk.SavedSearch
Sets the earliest time for this search.
setDispatchEarliestTime(String) - Method in class com.splunk.SavedSearchDispatchArgs
Specifies the earliest time for this search.
setDispatchEarliestTime(Date) - Method in class com.splunk.SavedSearchDispatchArgs
Sets the earliest time for this search.
setDispatchLatestTime(String) - Method in class com.splunk.SavedSearch
Sets the latest time for this search.
setDispatchLatestTime(String) - Method in class com.splunk.SavedSearchDispatchArgs
Specifies the latest time for this search.
setDispatchLatestTime(Date) - Method in class com.splunk.SavedSearchDispatchArgs
Sets the latest time for this search.
setDispatchLookups(boolean) - Method in class com.splunk.SavedSearch
Sets whether to enable lookups for this search.
setDispatchLookups(boolean) - Method in class com.splunk.SavedSearchDispatchArgs
Indicates whether to enable lookups for this search.
setDispatchMaxCount(int) - Method in class com.splunk.SavedSearch
Sets the maximum number of results before finalizing the search.
setDispatchMaximumCount(int) - Method in class com.splunk.SavedSearchDispatchArgs
Sets the maximum number of results before finalizing the search.
setDispatchMaximumTime(int) - Method in class com.splunk.SavedSearchDispatchArgs
Sets the the maximum amount of time before finalizing the search.
setDispatchMaxTime(int) - Method in class com.splunk.SavedSearch
Sets the maximum time before finalizing the search.
setDispatchNow(String) - Method in class com.splunk.SavedSearchDispatchArgs
Sets a time that dispatches the search as though the specified time were the current time.
setDispatchRealTimeBackfill(boolean) - Method in class com.splunk.SavedSearch
Sets whether to back fill the real-time window for this search.
setDispatchRealTimeBackfill(boolean) - Method in class com.splunk.SavedSearchDispatchArgs
Indicates whether to back fill the real-time window for this search.
setDispatchReduceFrequency(int) - Method in class com.splunk.SavedSearch
Sets how frequently Splunk should run the MapReduce reduce phase on accumulated map values.
setDispatchReduceFrequency(int) - Method in class com.splunk.SavedSearchDispatchArgs
Set the frequency for how often Splunk should run the MapReduce reduce phase on accumulated map values.
setDispatchSpawnProcess(boolean) - Method in class com.splunk.SavedSearch
Sets whether Splunk spawns a new search process when running this saved search.
setDispatchSpawnProcess(boolean) - Method in class com.splunk.SavedSearchDispatchArgs
Indicates whether the search should run in a separate spawned process.
setDispatchTimeFormat(String) - Method in class com.splunk.SavedSearch
Sets the time format used to specify the earliest and latest times for this search.
setDispatchTimeFormat(String) - Method in class com.splunk.SavedSearchDispatchArgs
Sets a time format for Splunk to use to specify the earliest and latest times.
setDispatchTtl(String) - Method in class com.splunk.SavedSearch
Sets the minimum time-to-live in seconds of the search artifacts if no actions are triggered.
setDispatchTtl(String) - Method in class com.splunk.SavedSearchDispatchArgs
Indicates the time to live (TTL) for the artifacts of the scheduled search, if no actions are triggered.
setDisplayView(String) - Method in class com.splunk.SavedSearch
Sets the default view in which to load the results.
setDone(boolean) - Method in class com.splunk.modularinput.Event
Sets a value indicating whether this is the last piece of an event broken across multiple Event objects.
setDropEventsOnQueueFull(int) - Method in class com.splunk.OutputDefault
Sets how long to wait before throwing out all new events until the output queue has space.
setDropEventsOnQueueFull(int) - Method in class com.splunk.OutputGroup
Sets how long to wait before throwing out all new events until the output queue has space.
setEarliestTime(String) - Method in class com.splunk.JobArgs
Specifies the earliest time in the time range to search.
setEarliestTime(String) - Method in class com.splunk.JobEventsArgs
Specifies the earliest time in the time range to search.
setEarliestTime(String) - Method in class com.splunk.JobExportArgs
Specifies the earliest time in the time range to search.
setEarliestTime(String) - Method in class com.splunk.JobSummaryArgs
Specifies the earliest time in the time range to search.
setEarliestTime(String) - Method in class com.splunk.SavedSearchCollectionArgs
Sets the earliest time for which to display the scheduled times for scheduled searches (not just the next run time).
setEmail(String) - Method in class com.splunk.User
Sets the email address for this user.
setEnableLookups(boolean) - Method in class com.splunk.JobArgs
Indicates whether to enable lookups for this search.
setEnableLookups(boolean) - Method in class com.splunk.JobExportArgs
Indicates whether to enable lookups for this search.
setEnableOnlineBucketRepair(boolean) - Method in class com.splunk.Index
Sets whether asynchronous "online fsck" bucket repair is enabled.
setEnableSplunkWebSSL(boolean) - Method in class com.splunk.Settings
Sets whether Splunk Web uses HTTP or HTTPS.
setEndPoint(String) - Method in class com.splunk.DeploymentServerClass
Sets a URL template string that specifies the endpoint from which content can be downloaded by a deployment client.
setExecutionMode(JobArgs.ExecutionMode) - Method in class com.splunk.JobArgs
Sets the type of search to run ("blocking", "oneshot", or "normal").
setFieldList(String[]) - Method in class com.splunk.JobEventsArgs
Sets a list of fields to return for the event set.
setFieldList(String[]) - Method in class com.splunk.JobResultsArgs
Sets a list of fields to return for the event set.
setFieldList(String[]) - Method in class com.splunk.JobResultsPreviewArgs
Sets a list of fields to return for the event set.
setFieldList(String[]) - Method in class com.splunk.JobSummaryArgs
Sets a list of fields to return for the event set.
setFields(String[]) - Method in class com.splunk.WindowsWmiInput
Sets the properties (fields) that you want to gather from the given class.
setFields(String) - Method in class com.splunk.WindowsWmiInput
Sets a property (field) that you want to gather from the given class.
setFilterType(String) - Method in class com.splunk.DeploymentServerClass
Sets the order to apply filters: "whitelist" applies the whitelist filters first, followed by blacklist filters. "blacklist" applies the blacklist filters first, followed by whitelist filters.
setFollowTail(boolean) - Method in class com.splunk.MonitorInput
Sets whether files that are seen for the first time will be read from the end.
setForceBundleReplication(boolean) - Method in class com.splunk.JobArgs
Specifies whether this search should cause (and wait depending on the value of setSynchronizeBundleReplication) bundle synchronization with all search peers.
setForceBundleReplication(boolean) - Method in class com.splunk.JobExportArgs
Specifies whether this search should cause (and wait depending on the value of setSynchronizeBundleReplication) bundle synchronization with all search peers.
setForceDispatch(boolean) - Method in class com.splunk.SavedSearchDispatchArgs
Indicates whether to start a new search, even if another instance of this search is already running.
setFrozenTimePeriodInSecs(int) - Method in class com.splunk.Index
Sets the maximum age for a bucket, after which the data in this index rolls to frozen.
setHeartbeatFrequency(int) - Method in class com.splunk.DistributedConfiguration
Deprecated. Deprecated since Splunk 5.0.
setHeartbeatFrequency(int) - Method in class com.splunk.OutputDefault
Sets the frequency between heartbeat packets that are sent to the receiving server.
setHeartbeatFrequency(int) - Method in class com.splunk.OutputGroup
Sets the frequency between heartbeat packets that are sent to the receiving server.
setHeartbeatMcastAddr(String) - Method in class com.splunk.DistributedConfiguration
Deprecated. Deprecated since Splunk 5.0.
setHeartbeatPort(int) - Method in class com.splunk.DistributedConfiguration
Deprecated. Deprecated since Splunk 5.0.
setHistogram(boolean) - Method in class com.splunk.JobSummaryArgs
Indicates whether to add histogram data to the summary output.
setHive(String) - Method in class com.splunk.WindowsRegistryInput
Sets the registry hive under which to monitor for changes.
setHost(String) - Method in class com.splunk.modularinput.Event
Sets a host specifying the name of the network host on which this event was produced.
setHost(String) - Method in class com.splunk.MonitorInput
Sets the value to populate in the host field for events from this monitor input.
setHost(String) - Method in class com.splunk.ScriptInput
Sets the value for the host field for events from this scripted input.
setHost(String) - Method in class com.splunk.ServiceArgs
 
setHost(String) - Method in class com.splunk.Settings
Sets the default host name to use for data inputs that do not override this setting.
setHost(String) - Method in class com.splunk.TcpInput
Sets the host from which the indexer gets data.
setHost(String) - Method in class com.splunk.TcpSplunkInput
Sets the host from which the indexer gets data.
setHost(String) - Method in class com.splunk.UdpInput
Sets the host from which the indexer gets data.
setHostRegex(String) - Method in class com.splunk.MonitorInput
Set the regular expression for a file path to determine the host.
setHosts(String) - Method in class com.splunk.WindowsEventLogInput
Sets a list of secondary hosts to be used for monitoring.
setHostSegment(String) - Method in class com.splunk.MonitorInput
Sets the specified slash-separate segment of the file path as the host field value.
setHttpPort(int) - Method in class com.splunk.Settings
Sets the Splunk Web listening port.
setHTTPSHandler(URLStreamHandler) - Method in class com.splunk.ServiceArgs
 
setId(String) - Method in class com.splunk.JobArgs
Sets a search ID (SID).
setIgnoreOlderThan(String) - Method in class com.splunk.MonitorInput
Sets a time value that defines a rolling time window for monitoring files.
setImportedRoles(String[]) - Method in class com.splunk.Role
Sets a list of roles to import attributes from, such as capabilities and allowed indexes to search.
setImportedRoles(String) - Method in class com.splunk.Role
Sets a role to import attributes from, such as capabilities and allowed indexes to search.
setIndex(String) - Method in class com.splunk.modularinput.Event
Sets an index field specifying which index Splunk should write this event to.
setIndex(String) - Method in class com.splunk.MonitorInput
Sets the index where events from this monitor input are stored.
setIndex(String) - Method in class com.splunk.ScriptInput
Sets the index in which to store events from this scripted input.
setIndex(String) - Method in class com.splunk.TcpInput
Sets the index in which to store all generated events.
setIndex(String) - Method in class com.splunk.UdpInput
Sets the index in which to store all generated events.
setIndex(String) - Method in class com.splunk.WindowsActiveDirectoryInput
Sets the index in which to store all generated events.
setIndex(String) - Method in class com.splunk.WindowsEventLogInput
Sets the index in which to store all generated events.
setIndex(String) - Method in class com.splunk.WindowsPerfmonInput
Sets the index in which to store all generated events.
setIndex(String) - Method in class com.splunk.WindowsRegistryInput
Sets the index in which to store all generated events.
setIndex(String) - Method in class com.splunk.WindowsWmiInput
Sets the index in which to store all generated events.
setIndexAndForward(boolean) - Method in class com.splunk.OutputDefault
Sets whether to index all data locally, in addition to forwarding it.
setIndexEarliest(String) - Method in class com.splunk.JobExportArgs
Specifies the earliest time in the time range to search, based on the index time.
setIndexLatest(String) - Method in class com.splunk.JobExportArgs
Specifies the latest time in the time range to search, based on the index time.
setInstances(String[]) - Method in class com.splunk.WindowsPerfmonInput
Sets the counter instances to monitor.
setInstances(String) - Method in class com.splunk.WindowsPerfmonInput
Sets a counter instance to monitor.
setInstances(String[]) - Method in class com.splunk.WindowsWmiInput
Sets the counter instances to monitor.
setInstances(String) - Method in class com.splunk.WindowsWmiInput
Sets a counter instance to monitor.
setInterval(String) - Method in class com.splunk.ScriptInput
Sets an interval or a cron schedule that determines when to run the script.
setInterval(int) - Method in class com.splunk.WindowsPerfmonInput
Sets the frequency to poll the performance counters.
setInterval(int) - Method in class com.splunk.WindowsWmiInput
Sets the frequency at which the WMI providers are queried.
setIsScheduled(boolean) - Method in class com.splunk.SavedSearch
Sets whether this search runs on a schedule.
setIsVisible(boolean) - Method in class com.splunk.SavedSearch
Sets whether this search appears in the visible list of saved searches.
setLabel(String) - Method in class com.splunk.Application
Sets the app's name, which is displayed in Splunk Web.
setLatestTime(String) - Method in class com.splunk.JobArgs
Specifies the latest time in the time range to search.
setLatestTime(String) - Method in class com.splunk.JobEventsArgs
Specifies the latest time in the time range to search.
setLatestTime(String) - Method in class com.splunk.JobExportArgs
Specifies the latest time in the time range to search.
setLatestTime(String) - Method in class com.splunk.JobSummaryArgs
Specifies the latest time in the time range to search.
setLatestTime(String) - Method in class com.splunk.SavedSearchCollectionArgs
Sets the latest time until which to display the scheduled times for scheduled searches (not just the next run time).
setLevel(String) - Method in class com.splunk.Logger
Sets the logging level of this logger.
setLogs(String) - Method in class com.splunk.WindowsEventLogInput
Sets the list of event log names to gather data from.
setLookupHost(String) - Method in class com.splunk.WindowsEventLogInput
Sets the main host from which to monitor log events.
setLookupHost(String) - Method in class com.splunk.WindowsWmiInput
Sets the main server from which to monitor log events.
setManageable(boolean) - Method in class com.splunk.Application
Deprecated. Deprecated since Splunk 5.0.
setMaxBloomBackfillBucketAge(String) - Method in class com.splunk.Index
Sets the time that indicates a bucket age.
setMaxConcurrent(int) - Method in class com.splunk.SavedSearch
Sets the maximum number of concurrent instances of this search the scheduler is allowed to run.
setMaxConcurrentOptimizes(int) - Method in class com.splunk.Index
Sets the number of concurrent optimize processes that can run against a hot bucket for this index.
setMaxDataSize(String) - Method in class com.splunk.Index
Sets the maximum data size before triggering a roll from hot to warm buckets for this index.
setMaxHotBuckets(int) - Method in class com.splunk.Index
Sets the maximum number of hot buckets that can exist per index.
setMaxHotIdleSecs(int) - Method in class com.splunk.Index
Sets the maximum lifetime of a hot bucket for this index.
setMaxHotSpanSecs(int) - Method in class com.splunk.Index
Sets the upper bound of the target maximum timespan of hot and warm buckets for this index.
setMaximumCount(int) - Method in class com.splunk.JobArgs
Sets the number of events that can be accessible in any given status bucket.
setMaximumLines(int) - Method in class com.splunk.JobEventsArgs
Sets the maximum number of lines that any single event's _raw field should contain.
setMaximumLines(int) - Method in class com.splunk.JobExportArgs
Sets the maximum number of lines that any single event's _raw field should contain.
setMaximumTime(int) - Method in class com.splunk.JobArgs
Sets the maximum number of seconds to run this search before finalizing.
setMaximumTime(int) - Method in class com.splunk.JobExportArgs
Sets the number of seconds to run this search before finalizing.
setMaxMemMB(int) - Method in class com.splunk.Index
Sets the amount of memory allocated for buffering a single .tsidx file before flushing to disk.
setMaxMetaEntries(int) - Method in class com.splunk.Index
Sets the maximum number of unique lines in .data files in a bucket, which may help to reduce memory consumption.
setMaxQueueSize(String) - Method in class com.splunk.OutputDefault
Sets the maximum size of the forwarder's output queue.
setMaxQueueSize(String) - Method in class com.splunk.OutputGroup
Sets the maximum size of the forwarder's output queue.
setMaxTimeUnreplicatedNoAcks(int) - Method in class com.splunk.Index
Sets the upper limit for how long an event can sit in a raw slice.
setMaxTimeUnreplicatedWithAcks(int) - Method in class com.splunk.Index
Sets the upper limit for how long an event can sit unacknowledged in a raw slice.
setMaxTotalDataSizeMB(int) - Method in class com.splunk.Index
Sets the maximum size for this index.
setMaxWarmDBCount(int) - Method in class com.splunk.Index
Sets the maximum number of warm buckets.
setMethod(String) - Method in class com.splunk.OutputGroup
Sets the type of output processor.
setMethod(String) - Method in class com.splunk.OutputServer
Sets the type of data distribution method when two or more servers exist in the same forwarder group.
setMethod(String) - Method in class com.splunk.RequestMessage
Sets the message's HTTP method.
setMgmtPort(int) - Method in class com.splunk.Settings
Sets the management port for splunkd.
setMinimumFreeSpace(int) - Method in class com.splunk.Settings
Sets the amount of free disk space that must exist for splunkd to continue operating.
setMinimumFrequency(double) - Method in class com.splunk.JobSummaryArgs
Sets the fraction of results for each key that this key must occur in to be displayed.
setMinRawFileSyncSecs(String) - Method in class com.splunk.Index
Sets the frequency at which Splunkd forces a file system sync while compressing journal slices for this index.
setMonitorSubnodes(boolean) - Method in class com.splunk.WindowsRegistryInput
Sets whether to monitor the subnodes of the given registry hive.
setMonitorSubtree(boolean) - Method in class com.splunk.WindowsActiveDirectoryInput
Sets whether to monitor the subtrees of the given directory tree path.
setName(String) - Method in class com.splunk.modularinput.Argument
Sets the name that Splunk will use to represent this argument.
setName() - Method in class com.splunk.OutputDefault
Sets the name.
setNamespace(String) - Method in class com.splunk.JobArgs
Specifies the application namespace to which to restrict searches.
setNamespace(String) - Method in class com.splunk.JobExportArgs
Specifies the application namespace in which to restrict searches.
setNoAppendingTimeStamp(boolean) - Method in class com.splunk.UdpInput
Sets whether Splunk should prepend a timestamp and host name to incoming events.
setNoPriorityStripping(boolean) - Method in class com.splunk.UdpInput
Sets whether Splunk should strip the priority field from incoming events.
setNow(String) - Method in class com.splunk.JobArgs
Specifies a time string that sets the absolute time used for any relative time specifier in the search.
setNow(String) - Method in class com.splunk.JobExportArgs
Specifies a time string that sets the absolute time used for any relative time specifier in the search.
setObject(String) - Method in class com.splunk.WindowsPerfmonInput
Sets the performance monitor object (for example, "Process", "Server", or "PhysicalDisk").
setOffset(int) - Method in class com.splunk.CollectionArgs
Sets the index of the first entry to return.
setOffset(int) - Method in class com.splunk.JobEventsArgs
Specifies the index of the first result (inclusive) from which to begin returning data.
setOffset(int) - Method in class com.splunk.JobResultsArgs
Specifies the index of the first result (inclusive) from which to begin returning data.
setOffset(int) - Method in class com.splunk.JobResultsPreviewArgs
Specifies the index of the first result (inclusive) from which to begin returning data.
setOutputMode(JobEventsArgs.OutputMode) - Method in class com.splunk.JobEventsArgs
Sets the format of the output.
setOutputMode(JobExportArgs.OutputMode) - Method in class com.splunk.JobExportArgs
Sets the format of the output.
setOutputMode(JobResultsArgs.OutputMode) - Method in class com.splunk.JobResultsArgs
Sets the format of the output.
setOutputMode(JobResultsPreviewArgs.OutputMode) - Method in class com.splunk.JobResultsPreviewArgs
Sets the format of the output.
setOutputTimeFormat(String) - Method in class com.splunk.JobEventsArgs
Sets a UTC time format.
setOutputTimeFormat(String) - Method in class com.splunk.JobExportArgs
Sets a UTC time format.
setOutputTimeFormat(String) - Method in class com.splunk.JobSummaryArgs
Sets a UTC time format.
setOwner(String) - Method in class com.splunk.CollectionArgs
Sets the owner context in which to list the collection.
setOwner(String) - Method in class com.splunk.ServiceArgs
 
setParameters(Collection<Parameter>) - Method in class com.splunk.modularinput.ValidationDefinition
Sets a list of Parameter objects giving the proposed configuration.
setPartialServiceMetaPeriod(int) - Method in class com.splunk.Index
Sets the frequency at which metadata is for partially synced (synced in-place) for this index.
setPassAuth(String) - Method in class com.splunk.ScriptInput
Sets a username to run the script under.
setPassword(String) - Method in class com.splunk.Password
Sets the password for this credential.
setPassword(String) - Method in class com.splunk.ServiceArgs
 
setPassword(String) - Method in class com.splunk.User
Sets this user's password.
setPasswordSymmKey(String) - Method in class com.splunk.Settings
Sets the password string that is prepended to the Splunk symmetric key to generate the final key, which is used to sign all traffic between master/slave licensers.
setPort(int) - Method in class com.splunk.ServiceArgs
 
setPriority(int) - Method in class com.splunk.EventType
Sets the priority of the event type.
setPriority(int) - Method in class com.splunk.Job
Sets this job's priority in the range of 0-10.
setPriority(int) - Method in class com.splunk.OutputSyslog
Sets the syslog priority.
setProc(String) - Method in class com.splunk.WindowsRegistryInput
Sets the regular expression (regex) that is compared to process names when including or excluding events for this Windows Registry input.
setQuarantineFutureSecs(int) - Method in class com.splunk.Index
Sets a quarantine for events that are timestamped in the future to help prevent main hot buckets from being polluted with fringe events.
setQuarantinePastSecs(int) - Method in class com.splunk.Index
Sets a quarantine for events that are timestamped in the past to help prevent main hot buckets from being polluted with fringe events.
setQueue(String) - Method in class com.splunk.TcpInput
Sets how the input processor should deposit the events it reads.
setQueue(String) - Method in class com.splunk.UdpInput
Sets how the input processor should deposit the events it reads.
setQuota(String) - Method in class com.splunk.LicensePool
Sets the byte quota of this license pool.
setRawChunkSizeBytes(int) - Method in class com.splunk.Index
Sets the target uncompressed size of individual raw slices in the rawdata journal for this index.
setRawTcpDoneTimeout(int) - Method in class com.splunk.TcpInput
Sets the timeout value for adding a Done key.
setRealName(String) - Method in class com.splunk.User
Sets this user's real name.
setRealtimeBlocking(boolean) - Method in class com.splunk.JobArgs
Indicates whether the indexer blocks if the queue for this search is full.
setRealtimeBlocking(boolean) - Method in class com.splunk.JobExportArgs
Indicates whether the indexer blocks if the queue for this search is full.
setRealtimeIndexFilter(boolean) - Method in class com.splunk.JobArgs
Indicates whether the indexer pre-filters events.
setRealtimeIndexFilter(boolean) - Method in class com.splunk.JobExportArgs
Indicates whether the indexer pre-filters events.
setRealtimeMaximumBlockSeconds(int) - Method in class com.splunk.JobArgs
Sets the number of seconds indicating the maximum time to block.
setRealtimeMaximumBlockSeconds(int) - Method in class com.splunk.JobExportArgs
Sets the number of seconds indicating the maximum time to block.
setRealtimeQueueSize(int) - Method in class com.splunk.JobArgs
Sets the number indicating the queue size (in events) that the indexer should use for this search.
setRealtimeQueueSize(int) - Method in class com.splunk.JobExportArgs
Sets the number indicating the queue size (in events) that the indexer should use for this search.
setRealtimeSchedule(boolean) - Method in class com.splunk.SavedSearch
Sets how the scheduler computes the next time a scheduled search is run.
setRealTimeSearchJobsQuota(int) - Method in class com.splunk.Role
Sets the maximum number of concurrent real-time search jobs a user with this role is allowed to run.
setReceiveTimeout(int) - Method in class com.splunk.DistributedConfiguration
Sets the time-out period for reading and receiving data from a search peer.
setRecursive(boolean) - Method in class com.splunk.MonitorInput
Sets whether to monitor sub-directories within this monitor input.
setReduceFrequency(int) - Method in class com.splunk.JobArgs
Sets the time to wait between running the MapReduce phase on accumulated map values.
setReduceFrequency(int) - Method in class com.splunk.JobExportArgs
Sets the time to wait between running the MapReduce phase on accumulated map values.
setReloadMacros(boolean) - Method in class com.splunk.JobArgs
Indicates whether to reload macro definitions from the macros.conf configuration file.
setReloadMacros(boolean) - Method in class com.splunk.JobExportArgs
Indicates whether to reload macro definitions from the macros.conf configuration file.
setRemotePassword(String) - Method in class com.splunk.DistributedPeer
Sets the remote password.
setRemoteServerList(String[]) - Method in class com.splunk.JobArgs
Sets a list of (possibly wildcarded) servers from which to pull raw events.
setRemoteServerList(String[]) - Method in class com.splunk.JobExportArgs
Sets a list of (possibly wildcarded) servers from which to pull raw events.
setRemoteUsername(String) - Method in class com.splunk.DistributedPeer
Sets the remote username.
setRemoveTimedOutServers(boolean) - Method in class com.splunk.DistributedConfiguration
Sets whether to remove a server connection that cannot be made within the time-out period specified by connectionTimeout, sendTimeout, or receiveTimeout.
setRenameSource(String) - Method in class com.splunk.MonitorInput
Sets the name to populate in the source field for events from this monitor input.
setRenameSource(String) - Method in class com.splunk.ScriptInput
Sets the source name for events from this scripted input.
setRepositoryLocation(String) - Method in class com.splunk.DeploymentServerClass
Sets the location on the deployment server to store the content that is to be deployed for this server class.
setRequestUiDispatchApp(String) - Method in class com.splunk.SavedSearch
Sets the app in which Splunk Web dispatches this search.
setRequestUiDispatchView(String) - Method in class com.splunk.SavedSearch
Sets the view in which Splunk Web displays this search.
setRequiredFieldList(String[]) - Method in class com.splunk.JobArgs
Sets one or more required fields to the search.
setRequiredFieldList(String[]) - Method in class com.splunk.JobExportArgs
Sets one or more required fields to the search.
setRequiredOnCreate(boolean) - Method in class com.splunk.modularinput.Argument
Sets whether a value for this argument must be specified when creating a modular input of this kind.
setRequiredOnEdit(boolean) - Method in class com.splunk.modularinput.Argument
Sets whether a value for this argument must be specified when editing an existing modular input of this kind.
setRestartBackgroundJobs(boolean) - Method in class com.splunk.User
Sets whether to restart background search jobs when Splunk restarts.
setRestartOnSearchpeerAdd(boolean) - Method in class com.splunk.SavedSearch
Deprecated. Use SavedSearch.setRestartOnSearchPeerAdd(boolean) instead.
setRestartOnSearchPeerAdd(boolean) - Method in class com.splunk.SavedSearch
Sets whether a real-time search managed by the scheduler is restarted when a search peer becomes available for this saved search.
setRoles(String[]) - Method in class com.splunk.User
Sets the roles for this user.
setRoles(String) - Method in class com.splunk.User
Sets this user's role.
setRotatePeriodInSecs(int) - Method in class com.splunk.Index
Sets the frequency to check for the need to create a new hot bucket and the need to roll or freeze any warm or cold buckets for this index.
setRunOnStartup(boolean) - Method in class com.splunk.SavedSearch
Sets whether this search is run when Splunk starts.
setScheme(String) - Method in class com.splunk.ServiceArgs
 
setSearch(String) - Method in class com.splunk.CollectionArgs
Sets a search query to filter the response.
setSearch(String) - Method in class com.splunk.EventType
Sets the search string.
setSearch(String) - Method in class com.splunk.JobEventsArgs
Sets the post-processing search to apply to results.
setSearch(String) - Method in class com.splunk.JobResultsArgs
Sets the post-processing search to apply to results.
setSearch(String) - Method in class com.splunk.JobResultsPreviewArgs
Sets the post-processing search to apply to results.
setSearch(String) - Method in class com.splunk.JobSummaryArgs
Sets a search query to filter the response.
setSearch(String) - Method in class com.splunk.SavedSearch
Sets the search query for this saved search.
setSearchDiskQuota(int) - Method in class com.splunk.Role
Sets the maximum disk space that can be used for search jobs by a user with this role.
setSearchFilter(String) - Method in class com.splunk.Role
Sets a search string that restricts the scope of searches run by this role.
setSearchIndexesAllowed(String[]) - Method in class com.splunk.Role
Sets the indexes that a user with this role has permissions to search.
setSearchIndexesAllowed(String) - Method in class com.splunk.Role
Sets the index that a user with this role has permissions to search.
setSearchIndexesDefault(String[]) - Method in class com.splunk.Role
Sets the indexes to search by default when no index is specified for a user with this role.
setSearchIndexesDefault(String) - Method in class com.splunk.Role
Sets the index to search by default when no index is specified for a user with this role.
setSearchJobsQuota(int) - Method in class com.splunk.Role
Sets the maximum number of concurrent searches a user with this role is allowed to run.
setSearchListener(String) - Method in class com.splunk.JobArgs
Sets a string that registers a search state listener with the search.
setSearchListener(String) - Method in class com.splunk.JobExportArgs
Sets a string that registers a search state listener with the search.
setSearchMode(JobArgs.SearchMode) - Method in class com.splunk.JobArgs
Sets the search mode ("normal" or "realtime").
setSearchMode(JobExportArgs.SearchMode) - Method in class com.splunk.JobExportArgs
Sets the search mode ("normal" or "realtime").
setSearchTimeWindow(int) - Method in class com.splunk.Role
Sets the maximum time span of a search that is allowed for users in this role.
setSegmentation(String) - Method in class com.splunk.JobEventsArgs
Sets the type of segmentation to perform on the data, including an option to perform k/v segmentation.
setSegmentation(String) - Method in class com.splunk.JobExportArgs
Sets the type of segmentation to perform on the data, including an option to perform k/v segmentation.
setSendCookedData(boolean) - Method in class com.splunk.OutputDefault
Sets whether to forward cooked data.
setSendCookedData(boolean) - Method in class com.splunk.OutputGroup
Sets whether to forward cooked data.
setSendTimeout(int) - Method in class com.splunk.DistributedConfiguration
Sets the time-out period for writing and sending data to a search peer.
setServer(String) - Method in class com.splunk.OutputSyslog
Sets the host:port where the syslog data is sent.
setServerHost(String) - Method in class com.splunk.modularinput.InputDefinition
Sets the name of the server on which this modular input is being run.
setServerName(String) - Method in class com.splunk.Settings
Sets the name that is used to identify this Splunk instance for features such as distributed search.
setServers(String) - Method in class com.splunk.DistributedConfiguration
Sets the initial peer server list.
setServers(String) - Method in class com.splunk.OutputGroup
Sets the list of servers included in this group.
setServers(String) - Method in class com.splunk.WindowsWmiInput
Sets secondary servers that you want to gather data from.
setServerUri(String) - Method in class com.splunk.modularinput.InputDefinition
Sets the URI to reach the server on which this modular input is being run.
setServiceMetaPeriod(int) - Method in class com.splunk.Index
Sets the frequency at which metadata is synced to disk for this index.
setSessionKey(String) - Method in class com.splunk.modularinput.InputDefinition
Sets a session key that can be used to access splunkd's REST API.
setSessionTimeout(String) - Method in class com.splunk.Settings
Sets the session timeout.
setShareBundles(boolean) - Method in class com.splunk.DistributedConfiguration
Sets whether this server uses bundle replication to share search-time configuration with search peers.
setSharing(String) - Method in class com.splunk.CollectionArgs
Sets the sharing context in which to list the collection.
setSkipOurselves(boolean) - Method in class com.splunk.DistributedConfiguration
Deprecated. Deprecated since Splunk 5.0.
setSlaves(String) - Method in class com.splunk.LicensePool
Sets the list of slaves that are members of this license pool.
setSlaves(String[]) - Method in class com.splunk.LicensePool
Sets the list of slaves that are members of this license pool.
setSortDirection(CollectionArgs.SortDirection) - Method in class com.splunk.CollectionArgs
Sets the direction to sort entries.
setSortKey(String) - Method in class com.splunk.CollectionArgs
Sets the field to use for sorting.
setSortMode(CollectionArgs.SortMode) - Method in class com.splunk.CollectionArgs
Sets the mode to use for sorting.
setSource(String) - Method in class com.splunk.modularinput.Event
Sets the file, service, or other producer that this Event comes from.
setSource(String) - Method in class com.splunk.ScriptInput
Sets the initial value for the source key for events from this input.
setSource(String) - Method in class com.splunk.TcpInput
Sets the initial value for the source key for events from this input.
setSource(String) - Method in class com.splunk.UdpInput
Sets the initial value for the source key for events from this input.
setSourceType(String) - Method in class com.splunk.modularinput.Event
Sets a classification of this event.
setSourcetype(String) - Method in class com.splunk.MonitorInput
Sets the source type to populate in the sourcetype field for events from this monitor input.
setSourcetype(String) - Method in class com.splunk.ScriptInput
Sets the source type for events from this scripted input.
setSourceType(String) - Method in class com.splunk.TcpInput
Sets the source type for events from this raw TCP input.
setSourceType(String) - Method in class com.splunk.UdpInput
Sets the source type for events from this input.
setSpawnProcess(boolean) - Method in class com.splunk.JobArgs
Indicates whether the search should run in a separate spawned process.
setSplunkDBPath(String) - Method in class com.splunk.Settings
Sets the fully-qualified local path to the default index.
setSSL(boolean) - Method in class com.splunk.TcpInput
Sets whether to use secure socket layer (SSL).
setSSL(boolean) - Method in class com.splunk.TcpSplunkInput
Sets whether to use secure socket layer (SSL).
setSslAltNameToCheck(String) - Method in class com.splunk.OutputServer
Sets the alternate name to match in the remote server's SSL certificate.
setSslCertPath(String) - Method in class com.splunk.OutputServer
Sets the path to the client certificate.
setSslCipher(String) - Method in class com.splunk.OutputServer
Sets the SSL cipher in the form: ALL:!aNULL:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
setSslCommonNameToCheck(String) - Method in class com.splunk.OutputServer
Sets the name against which to check the common name of the server's certificate.
setSslPassword(String) - Method in class com.splunk.OutputServer
Sets the password associated with the PEM file store.
setSslRootCAPath(String) - Method in class com.splunk.OutputServer
Sets the path to the root certificate authority file.
setSslVerifyServerCert(boolean) - Method in class com.splunk.OutputServer
Sets whether the server being connected to is authenticated.
setStanza(String) - Method in class com.splunk.modularinput.Event
Sets the name of the input this event should be sent to.
setStartingNode(String) - Method in class com.splunk.WindowsActiveDirectoryInput
Sets the starting Active Directory directory to start monitoring.
setStartWebServer(boolean) - Method in class com.splunk.Settings
Sets whether to start Splunk Web.
setStatusBuckets(int) - Method in class com.splunk.JobArgs
Sets the maximum number of status buckets to generate.
setStatusTimeout(int) - Method in class com.splunk.DistributedConfiguration
Sets the time-out period for connecting to a search peer for getting its basic information.
setStreamingMode(Scheme.StreamingMode) - Method in class com.splunk.modularinput.Scheme
Specifies whether this modular input kind will send events to Splunk as XML (the default and preferred value) or plain text.
setSummarize(boolean) - Method in class com.splunk.IndexCollectionArgs
Sets whether to omits certain index details to provide a faster response.
setSynchronizeBundleReplication(boolean) - Method in class com.splunk.JobArgs
Indicates whether this search should wait for bundle replication to complete.
setSynchronizeBundleReplication(boolean) - Method in class com.splunk.JobExportArgs
Indicates whether this search should wait for bundle replication to complete.
setSyncMeta(boolean) - Method in class com.splunk.Index
Sets whether the sync operation is called before the file descriptor is closed on metadata updates.
setTargetDc(String) - Method in class com.splunk.WindowsActiveDirectoryInput
Sets the fully-qualified domain name of a valid, network-accessible domain controller.
setTargetUri(String) - Method in class com.splunk.DeploymentClient
Sets the deployment server's target URI for this deployment client.
setThrottleCheckPeriod(int) - Method in class com.splunk.Index
Sets the frequency at which Splunk checks for an index throttling condition.
setTime(Date) - Method in class com.splunk.modularinput.Event
Sets a java.util.Date object giving the timestamp that should be sent with this event.
setTimeBeforeClose(int) - Method in class com.splunk.MonitorInput
Sets the time period for keeping a file open.
setTimeFormat(String) - Method in class com.splunk.JobArgs
Sets the format for converting a formatted time string from {start,end}_time into UTC seconds.
setTimeFormat(String) - Method in class com.splunk.JobEventsArgs
Specifies an expression to convert a formatted time string from {start,end}_time into UTC seconds.
setTimeFormat(String) - Method in class com.splunk.JobExportArgs
Sets the format for converting a formatted time string from {start,end}_time into UTC seconds.
setTimeFormat(String) - Method in class com.splunk.JobSummaryArgs
Specifies an expression to convert a formatted time string from {start,end}_time into UTC seconds.
setTimeout(int) - Method in class com.splunk.JobArgs
Sets the number of seconds to keep this search after processing has stopped.
setTimeout(int) - Method in class com.splunk.JobExportArgs
Sets the number of seconds to keep this search after processing has stopped.
setTimestampFormat(String) - Method in class com.splunk.OutputSyslog
Sets the timestamp format that precedes each event that is sent.
Settings - Class in com.splunk
The Settings class represents configuration information for an instance of Splunk.
setTitle(String) - Method in class com.splunk.modularinput.Scheme
Sets the title of this modular input kind.
setToken(String) - Method in class com.splunk.Service
Provides a session token for use by this Service instance.
setToken(String) - Method in class com.splunk.ServiceArgs
 
setTopCount(int) - Method in class com.splunk.JobSummaryArgs
Sets for each key how many of the most frequent items to return.
setTriggerActions(boolean) - Method in class com.splunk.SavedSearchDispatchArgs
Indicates whether to trigger alert actions.
setTruncationMode(JobEventsArgs.TruncationMode) - Method in class com.splunk.JobEventsArgs
Specifies how to truncate lines to achieve the value in JobEventsArgs.setMaximumLines(int).
setTruncationMode(JobExportArgs.TruncationMode) - Method in class com.splunk.JobExportArgs
Specifies how to truncate lines to achieve the value in JobExportArgs.setMaximumLines(int).
setTrustedIP(String) - Method in class com.splunk.Settings
Sets the IP address of the authenticating proxy.
setTTL(int) - Method in class com.splunk.DistributedConfiguration
Deprecated. Deprecated since Splunk 5.0.
setType(String) - Method in class com.splunk.OutputSyslog
Sets the protocol to use to send syslog data.
setType(String[]) - Method in class com.splunk.WindowsRegistryInput
Sets the regular expressions (regexes) that are compared to registry event types for this Windows Registry input.
setTz(String) - Method in class com.splunk.User
Sets this user's time zone, which is used for display purposes.
setUnbroken(boolean) - Method in class com.splunk.modularinput.Event
Sets a value indicating whether this event is completely encapsulated in this Event object.
setup() - Method in class com.splunk.Application
Returns the app's setup information.
setUseExternalValidation(boolean) - Method in class com.splunk.modularinput.Scheme
Specifies whether Splunk should use the modular input kind script to validate the arguments of a particular modular input (true) or use the validation predicates specified by the arguments (false).
setUsername(String) - Method in class com.splunk.ServiceArgs
 
setUseSingleInstance(boolean) - Method in class com.splunk.modularinput.Scheme
Specifies whether Splunk should run all modular inputs of this kind via one instance of the script or start an instance for each modular input.
setValidation(String) - Method in class com.splunk.modularinput.Argument
Sets the validation string that internal validation should use on this argument.
setVersion(String) - Method in class com.splunk.Application
Sets the version of the app.
setVisible(boolean) - Method in class com.splunk.Application
Sets whether the app is visible and navigable from Splunk Web.
setVsid(String) - Method in class com.splunk.SavedSearch
Sets the view state ID that is associated with the view specified in the DisplayView attribute.
setWhitelist(String) - Method in class com.splunk.MonitorInput
Sets a regular expression for a file path that, when matched, is indexed.
setWhitelistByIndex(int, String) - Method in class com.splunk.DeploymentServerClass
Sets a specific whitelist entry.
SingleValueParameter - Class in com.splunk.modularinput
The SingleValueParameter class represents a parameter as part of a modular input instance that contains only a single value.
size() - Method in class com.splunk.Entity
size() - Method in class com.splunk.ResourceCollection
SplunkException - Exception in com.splunk
Thrown for Splunk responses that return an error status code.
stackTraceToLogEntry(String, StackTraceElement[]) - Method in class com.splunk.modularinput.Script
Returns a String containing a severity level and a stack trace.
startIndex - Variable in class com.splunk.AtomFeed
The value of the Atom feed's <startIndex> element.
stateChangeRequiresRestart() - Method in class com.splunk.Application
Indicates whether a state change requires the app to be restarted.
streamEvents(InputDefinition, EventWriter) - Method in class com.splunk.modularinput.Script
Streams events into Splunk.
submit(String) - Method in class com.splunk.Index
Submits an event to this index through an HTTP POST request.
submit(Args, String) - Method in class com.splunk.Index
Submits an event to this index through an HTTP POST request.
submit(String) - Method in class com.splunk.Receiver
Submits an event to this index through HTTP POST.
submit(String, String) - Method in class com.splunk.Receiver
Submits an event to this index through HTTP POST.
submit(Args, String) - Method in class com.splunk.Receiver
Submits an event to this index through HTTP POST.
submit(String, Args, String) - Method in class com.splunk.Receiver
Logs an event to this index through HTTP POST.
submit(String) - Method in class com.splunk.TcpInput
Submit a single event to this raw TCP input by opening the connection, submitting the event, and closing the connection.
submit(String) - Method in class com.splunk.UdpInput
Send a string to this UDP input.
synchronizedLog(String, String) - Method in class com.splunk.modularinput.EventWriter
Thread safe version of log.
synchronizedWriteEvent(Event) - Method in class com.splunk.modularinput.EventWriter
Thread safe version of writeEvent.

A B C D E F G H I J K L M N O P R S T U V W X