Elasticsearch
Connect Elasticsearch to the Pagerly SRE Agent to query logs and search data.
Last updated
Connect Elasticsearch 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 Elasticsearch DSL
Get your Elasticsearch cluster URL (e.g., https://my-cluster.es.us-east-1.aws.found.io:9243)
Create an API key or use Basic auth credentials:
Elastic Cloud: Go to Management > Security > API keys > Create API key
Self-hosted: Use your existing username/password or create an API key
Paste your cluster URL and credentials in the Pagerly dashboard
Elasticsearch URL
Cluster URL (include port if needed)
https://my-cluster.es.us-east-1.aws.found.io:9243
API Key (optional)
Encoded API key (id:key format)
β
"Our logs are in the logs- index. Use kubernetes.namespace for filtering. Error logs have level=error. Timestamps are in @timestamp field."*
Last updated