What Traversal reads
- Logs — documents queried from your log indices
Setup
- Elastic Cloud
- Self-managed
Find your Elasticsearch endpoint
In your Elastic Cloud project, click the Help icon (top right) and select Connection details. Copy the Elasticsearch endpoint URL (e.g., 
https://my-project-XXXX.es.us-central1.gcp.elastic.cloud).
Create an API key
Go to Settings > Access > API keys and click Create API key. Give it read access to the indices Traversal should query.After creation, Elastic shows you a single encoded API key value — copy it.
Create a user API key, not a cross-cluster API key.