Skip to main content

Splunk

@c9n/splunkv2026.08.26.1· 20d agoMODELS
01README

Splunk Cloud models — read saved searches, scheduled reports, and alerts from the REST API

02Models1
@c9n/splunk/saved-searchesv2026.08.26.1saved_searches.ts

Global Arguments

ArgumentTypeDescription
hoststringSplunk Cloud search head hostname, e.g. example.splunkcloud.com
portnumberManagement port for the REST API (Splunk Cloud default: 8089)
token?stringSplunk authentication token (JWT), sent as a Bearer credential
username?stringLocal Splunk user for HTTP Basic auth; ignored when a token is set
password?stringPassword for the local Splunk user; ignored when a token is set
appstringApp namespace to query; '-' means every app
ownerstringOwner namespace to query; '-' means every owner
fn sync(pageSize: number, maxResults: number)
Fetch every saved search from Splunk Cloud and write a CSV plus a summary
ArgumentTypeDescription
pageSizenumberSaved searches fetched per REST request
maxResultsnumberStop after this many saved searches; 0 fetches all of them
fn syncOwner()
Fetch one owner's saved searches, reports, and alerts and write a CSV plus a summary scoped to that owner

Resources

summary(infinite)— Counts of the exported saved searches by kind

Files

csv(text/csv)— Saved searches, reports, and alerts as CSV
json(application/json)— Saved searches with every REST field, for generating Terraform config
03Stats
B
85 / 100
Downloads
1
Archive size
9.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository0/2missing
04Platforms
05Labels