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

VictoriaLogs

Connect VictoriaLogs to the Pagerly SRE Agent to query logs using LogsQL.

What the Agent Can Do

  • Query logs using LogsQL syntax β€” filter by service, level, time range

  • Discover available log streams β€” see what services are sending logs

Setup Instructions

  1. Get your VictoriaLogs URL (default port 9428)

  2. If authentication is enabled, provide a bearer token

  3. Enter the URL in the Pagerly dashboard

Required Credentials

Field
Description
Example

VictoriaLogs URL

VictoriaLogs HTTP API URL

http://victorialogs:9428

Bearer Token (optional)

Leave blank if no auth

β€”

Context Prompt Tips

"Our logs use service label for filtering. Error logs are level:error. Production logs have env:prod."

Docs

Last updated