package
1.12.0-beta.8rc
Repository: https://github.com/splunk/splunk-cloud-sdk-go.git
Documentation: pkg.go.dev

# Functions

CreateDataset Creates a dataset.
CreateFederatedConnection Creates a new federated connection with information about how to connect to a remote index.
CreateJob Creates a search job.
DeleteDatasetById Deletes a dataset with a specified dataset ID (datasetid).
DeleteFederatedConnection Deletes a federated connection with the specified name (connectionName).
DeleteJob Creates a search job that deletes events from an index.
ExportResults Exports the search results for the job with the specified search ID (SID).
GetAllFederatedConnections Returns all federated connections.
GetDatasetById Returns a dataset with a specified dataset ID (datasetid).
GetFederatedConnectionByName Returns the federated connection with the specified name (connectionName).
GetJob Returns the search job with the specified search ID (SID).
ListDatasets Returns a list of all datasets.
ListEventsSummary Returns an events summary for search ID (SID) search.
ListFieldsSummary Returns a fields stats summary of the events to-date, for search ID (SID) search.
ListJobs Returns the matching list of search jobs.
ListPreviewResults Returns the preview search results for the job with the specified search ID (SID).
ListResults Returns the search results for the job with the specified search ID (SID).
ListTimeBuckets Returns the event distribution over time of the untransformed events read to-date, for search ID(SID) search.
PutFederatedConnectionByName Creates or updates a federated connection with a specified name (connectionName).
RefreshFederatedConnection Refresh a federated connection to fetch new remote indexes and add/delete corresponding federated datasets.
TestFederatedConnection Test connection with remote EC instance using federated connection parameters.
UpdateDatasetByIdFederatedDataset Modifies a dataset with a specified dataset ID (datasetid).
UpdateDatasetByIdIndexDataset Modifies a dataset with a specified dataset ID (datasetid).
UpdateDatasetByIdKvCollectionDataset Modifies a dataset with a specified dataset ID (datasetid).
UpdateDatasetByIdLookupDataset Modifies a dataset with a specified dataset ID (datasetid).
UpdateDatasetByIdMetricDataset Modifies a dataset with a specified dataset ID (datasetid).
UpdateJob Updates the search job with the specified search ID (SID) with an action.