ClickHouse Integration
Connect ClickHouse to enable the AI agent to run analytics queries during investigations.
Capabilities
| Capability | Description |
|---|---|
| Run Queries | Execute SQL queries |
| Analyze Data | Access analytics and metrics |
| Browse Tables | View available tables |
Setup
1
Get Connection Details
You'll need:
- ClickHouse host URL
- Database name
- Username and password
2
Add Integration in Autoheal
- Go to Integrations → ClickHouse
- Enter connection details
- Specify the database to query
3
Test and Save
Click Test Connection then Save.
Security
warning
Use a read-only user for Autoheal. The integration should not have write access to your data.
Example Queries
What's the request count by status code for the last hour?
Show me the top 10 slowest endpoints