Overview
Connect your Elastic Cloud deployment to give TierZero access to your log data. TierZero queries Elasticsearch during investigations to search logs, analyze patterns, and correlate events.Prerequisites
- Access to your Elastic Cloud deployment
- Permission to create API keys
Setup Instructions
Step 1: Navigate to Integration Settings
- Log into your TierZero dashboard
- Go to Settings → Integrations
- Click Connect next to Elasticsearch
Step 2: Create an API Key
- In Elastic Cloud, open Stack Management → API Keys
- Click Create API Key
- Name it (e.g., “tierzero-read-access”)
- Set the permissions to read-only:
- Click Create
- Copy the Base64-encoded API key value
Step 3: Enter Connection Details
- Enter your Elastic Cloud endpoint URL (e.g.,
https://my-deployment.es.us-east-1.aws.found.io:9243) - Paste the Base64-encoded API key
- Click Connect
What TierZero Accesses
- Log search: Query logs across indices with time range filtering
- Index metadata: Index names and field mappings
- Aggregations: Statistical analysis of log data
Security
- TierZero uses API key authentication with read-only permissions
- API keys are encrypted at rest
- Revoke access by deleting the API key in Elastic Cloud under Stack Management → API Keys
Troubleshooting
Connection Fails
- Verify the endpoint URL includes the port (typically
:9243for Elastic Cloud) - Check that the API key is Base64-encoded (the
encodedvalue, not the rawid:api_key) - Ensure the deployment is running and accessible