Splunk
@c9n/splunkv2026.08.26.1
01README
Splunk Cloud models — read saved searches, scheduled reports, and alerts from the REST API
02Models
@c9n/splunk/saved-searchesv2026.08.26.1saved_searches.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| host | string | Splunk Cloud search head hostname, e.g. example.splunkcloud.com |
| port | number | Management port for the REST API (Splunk Cloud default: 8089) |
| token? | string | Splunk authentication token (JWT), sent as a Bearer credential |
| username? | string | Local Splunk user for HTTP Basic auth; ignored when a token is set |
| password? | string | Password for the local Splunk user; ignored when a token is set |
| app | string | App namespace to query; '-' means every app |
| owner | string | Owner 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
| Argument | Type | Description |
|---|---|---|
| pageSize | number | Saved searches fetched per REST request |
| maxResults | number | Stop 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