Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.traversal.com/llms.txt

Use this file to discover all available pages before exploring further.

Connecting Elasticsearch allows Traversal to query your log indices, detect relevant errors or patterns, and use those logs as evidence during investigations.

What Traversal reads

  • Logs — documents queried from your log indices

Setup

1

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).Finding Connection details in Elastic Cloud
2

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.
Create a user API key, not a cross-cluster API key.
After creation, Elastic shows you a single encoded API key value — copy it.
3

Configure in Traversal

Go to Company Knowledge > Integrations, select Elasticsearch, and enter:
  • Host: the Elasticsearch endpoint from step 1
  • Authentication: select API Key and paste the encoded key

More information