OpenSearch
Connect OpenSearch to the Pagerly SRE Agent to query logs and search data.
Last updated
Connect OpenSearch to the Pagerly SRE Agent to query logs and search data.
Search logs by keyword, time range, and field filters
List available indices and their health
Query using OpenSearch DSL (compatible with Elasticsearch)
Log into your AWS console or OpenSearch dashboard
Navigate to your OpenSearch domain
Copy the domain endpoint URL
Create or use an existing master user with read access
Enter the endpoint and credentials in the Pagerly dashboard
OpenSearch Endpoint URL
Your OpenSearch domain endpoint
https://search-my-domain-abc123.us-east-1.es.amazonaws.com
"Our application logs are in the app-logs- index pattern. Error logs have level field set to ERROR. Timestamps are in @timestamp."*
Last updated