Documentation Index
Fetch the complete documentation index at: https://docs.ewake.ai/llms.txt
Use this file to discover all available pages before exploring further.
What you’ll get: ewake can query your Loki instance to retrieve logs from any service, correlate log patterns with alerts, and surface relevant log lines during investigations, without requiring manual LogQL queries.
Prerequisites
- A Loki instance (Grafana Cloud or self-hosted)
- Your Loki endpoint URL
- An API key or bearer token if your instance requires authentication
Configuration
Get your Loki endpoint URL
Grafana Cloud: Go to your Grafana Cloud portal → My Account → Grafana Cloud Stack → Loki details. Copy the URL under Loki Logs URL.Self-hosted: Your Loki URL follows the format
http://loki.your-domain.com:3100.Generate an API key (Grafana Cloud)
In Grafana Cloud, go to My Account → Access Policies → Create access policy.Grant it
logs:read scope, then generate a token and copy it immediately.For self-hosted Loki with no authentication, leave the API Key field empty.
Open the Loki integration in ewake
In your ewake dashboard, go to Integrations → Loki → click Configure.

Enter your credentials
| Field | Value |
|---|---|
| Loki Base URL | Your Loki endpoint URL |
| API Key | Your token (leave empty if no auth required) |
Ewake queries logs in read-only mode using LogQL. It never writes to or modifies your Loki instance.