Skip to main content
Deploy Managed ClickStack on ClickHouse Cloud, send a test event through your ingestion pipeline, and confirm that the event is available in the ClickStack UI. ClickHouse Cloud operates the ClickHouse backend while you retain control over the ingestion pipeline and schema. Managed ClickStack provides:
  • Automatic scaling of compute, independent of storage
  • Low-cost and effectively unlimited retention based on object storage
  • Independent isolation of read and write workloads with warehouses
  • Integrated authentication
  • Automated backups
  • Security and compliance features
  • Seamless upgrades

Before you begin

You can also send data directly to ClickHouse using a supported integration and your own schema.

Create a ClickHouse Cloud service

Complete Create a ClickHouse service in the ClickHouse Cloud quickstart. Before continuing, confirm that the service is running.
This page is showing the OpenTelemetry path. Use the guide selector near the top of the guide to switch between OpenTelemetry (recommended) and Vector.

Prepare your ingestion environment

Set up Managed ClickStack

1

Choose an ingestion source and collector setup

From your ClickHouse Cloud service, launch ClickStack. On the ClickStack Getting Started page, select Start ingestion.On the Choose an ingestion source page, select OpenTelemetry.
OpenTelemetry recommendedOpenTelemetry provides preconfigured schemas for logs, traces, metrics, and sessions.
ClickStack generates the collector command with the default administrator credentials. We recommend dedicated ingestion credentials to keep ingestion access separate from administration and avoid relying on the administrator password.
To continue with the default administrator credentials, copy the command from the Start Collector tab. ClickStack pre-populates the service endpoint. Replace the password placeholder with your service password. If you no longer have it, gather or reset your connection details.The command follows this format:
Replace <host> and <your_password_here> with the values for your ClickHouse Cloud service, then run the command.The collector runs in the foreground. Leave this terminal open and use a second terminal for the remaining commands in this guide.
This command exposes the OTLP ports without authentication and is intended for local evaluation. Before sending production traffic, secure the collector.
2

Send test data

Send a test log with the current timestamp:
If you use an existing collector, replace http://localhost:4318 with its OTLP HTTP endpoint. If the receiver requires authentication, add the required header to the curl command.A successful request returns HTTP/1.1 200 OK.
3

Start exploring and confirm ingestion

After ClickStack detects the OpenTelemetry data sources, select Start exploring to open the Search view. Search for ClickStack ingestion test.The result should include the test event with the clickstack-docs-test service name.
You now have a Managed ClickStack service, a working ingestion path, and a test event that you can inspect in ClickStack.

Next steps

If another guide requires your ClickHouse Cloud endpoint or password, gather or reset your connection details before continuing.

Send application and infrastructure data

Choose a guide for the data that you want to send to ClickStack:

Instrument an application

Send application traces and logs with a supported OpenTelemetry SDK.

Collect host logs

Forward host logs from an OpenTelemetry Collector running in the agent role.

Monitor Kubernetes

Collect logs, metrics, and traces from a Kubernetes cluster.

Explore other integrations

Find guides for additional applications and telemetry sources.

Explore sample data

Use a sample dataset to explore ClickStack with richer telemetry:

Sample logs, traces, and metrics

Load data from the public demo and diagnose an issue. This guide assumes that you started a new local OpenTelemetry Collector. If you configured an existing collector, adapt the endpoint and authentication settings to your deployment.

Local logs and metrics

Collect local files and system metrics on macOS or Linux.

Generate synthetic data

Use a generator to test ingestion without an existing application or dataset:

Generate data with otelgen

Send a short burst of synthetic OTLP logs, traces, and metrics.

Generate data with telemetrygen

Generate configurable OpenTelemetry signals across several services.
See all ClickStack sample data and demos.

Prepare for production

Review production and sizing guidance before using ClickStack for sustained workloads:

Going to production

Review ingestion credentials, security, retention, and operational guidance.

Estimate resources

Size compute for your expected ingest volume.
For deployment tasks, see the Managed ClickStack deployment guide.
Last modified on August 14, 2026