Splunk
Connect Splunk to the Pagerly SRE Agent to query logs and metrics.
Last updated
Connect Splunk to the Pagerly SRE Agent to query logs and metrics.
Run search queries using SPL (Search Processing Language)
Search logs by index, sourcetype, and time range
Get search results from completed jobs
Log into your Splunk instance
Go to Settings > Tokens (under Data Inputs)
Click New Token, give it a name (e.g., Pagerly)
Set allowed indexes as needed
Copy the token and your Splunk URL
Splunk URL
Your Splunk REST API URL (usually port 8089)
https://mysplunk.example.com:8089
Auth Token
Splunk authentication token
your-splunk-token
"Our logs are in the main index. Use sourcetype=access_combined for web logs. Error events have level=ERROR."
Last updated