Skip to main content

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

1

Get your Loki endpoint URL

Grafana Cloud: Go to your Grafana Cloud portal → My AccountGrafana Cloud StackLoki details. Copy the URL under Loki Logs URL.Self-hosted: Your Loki URL follows the format http://loki.your-domain.com:3100.
2

Generate an API key (Grafana Cloud)

In Grafana Cloud, go to My AccountAccess PoliciesCreate 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.
3

Open the Loki integration in ewake

In your ewake dashboard, go to IntegrationsLoki → click Configure.Connect to Loki modal in ewake
4

Enter your credentials

FieldValue
Loki Base URLYour Loki endpoint URL
API KeyYour token (leave empty if no auth required)
5

Test and save

Click Test Configuration to verify the connection, then click Save.
Loki is connected. Ewake can now query your logs during investigations.

Ewake queries logs in read-only mode using LogQL. It never writes to or modifies your Loki instance.