For the complete documentation index, see llms.txt. This page is also available as Markdown.

Splunk

Connect Splunk to the Pagerly SRE Agent to query logs and metrics.

What the Agent Can Do

  • Run search queries using SPL (Search Processing Language)

  • Search logs by index, sourcetype, and time range

  • Get search results from completed jobs

Setup Instructions

  1. Log into your Splunk instance

  2. Go to Settings > Tokens (under Data Inputs)

  3. Click New Token, give it a name (e.g., Pagerly)

  4. Set allowed indexes as needed

  5. Copy the token and your Splunk URL

Required Credentials

Field
Description
Example

Splunk URL

Your Splunk REST API URL (usually port 8089)

https://mysplunk.example.com:8089

Auth Token

Splunk authentication token

your-splunk-token

Context Prompt Tips

"Our logs are in the main index. Use sourcetype=access_combined for web logs. Error events have level=ERROR."

Docs

Last updated