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 Elasticsearch indices to retrieve logs, correlate log patterns with alerts, and surface relevant data during investigations, without requiring manual query construction.
Prerequisites
- An Elasticsearch instance (Elastic Cloud or self-hosted)
- Admin access to create an API key
Configuration
Create an API key in Elasticsearch
In Elasticsearch, go to Stack Management → Security → API Keys → click Create API key.Set the key privileges to read-only on the indices ewake should access:Copy the generated API key immediately, it won’t be shown again.
Open the Elasticsearch integration in ewake
In your ewake dashboard, go to Integrations → Elasticsearch → click Configure.

Enter your credentials
| Field | Value |
|---|---|
| Elasticsearch Base URL | Your cluster URL (e.g. https://my-cluster.es.io:9243) |
| API Key | The key created in Step 1 |
Ewake uses read-only access. It never writes to or modifies your Elasticsearch indices.