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

OpenSearch

Connect OpenSearch to the Pagerly SRE Agent to query logs and search data.

What the Agent Can Do

  • Search logs by keyword, time range, and field filters

  • List available indices and their health

  • Query using OpenSearch DSL (compatible with Elasticsearch)

Setup Instructions

  1. Log into your AWS console or OpenSearch dashboard

  2. Navigate to your OpenSearch domain

  3. Copy the domain endpoint URL

  4. Create or use an existing master user with read access

  5. Enter the endpoint and credentials in the Pagerly dashboard

Required Credentials

Field
Description
Example

OpenSearch Endpoint URL

Your OpenSearch domain endpoint

https://search-my-domain-abc123.us-east-1.es.amazonaws.com

Context Prompt Tips

"Our application logs are in the app-logs- index pattern. Error logs have level field set to ERROR. Timestamps are in @timestamp."*

Docs

Last updated