Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 33 additions & 32 deletions clickstack/getting-started/managed.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
slug: /use-cases/observability/clickstack/getting-started/managed
title: 'Getting started with managed ClickStack'
sidebarTitle: 'Managed'
description: 'Getting started with Managed ClickStack'
doc_type: 'guide'
keywords: ['Managed ClickStack', 'getting started', 'ClickHouse Cloud']
title: "Getting started with managed ClickStack"
slug: "/use-cases/observability/clickstack/getting-started/managed"
sidebarTitle: "Managed"
description: "Getting started with Managed ClickStack"
doc_type: "guide"
keywords: ["Managed ClickStack", "getting started", "ClickHouse Cloud"]
---

import { Image } from "/snippets/components/Image.jsx";
Expand All @@ -13,7 +13,7 @@ import SetupManagedIngestion from '/snippets/clickstack/_setup_managed_ingestion
import ProviderSelection from '/snippets/clickstack/_select_provider.mdx';
import NavigateClickStackUI from '/snippets/clickstack/_navigate_managed.mdx';

The easiest way to get started is by deploying **Managed ClickStack** on **ClickHouse Cloud**, which provides a fully managed, secure backend while retaining complete control over ingestion, schema, and observability workflows. This removes the need to operate ClickHouse yourself and delivers a range of benefits:
I am Dale, and I am furiously retyping this paragraph.

- Automatic scaling of compute, independent of storage
- Low-cost and effectively unlimited retention based on object storage
Expand All @@ -22,38 +22,39 @@ The easiest way to get started is by deploying **Managed ClickStack** on **Click
- Automated backups
- Security and compliance features
- Seamless upgrades
- Adding a new bullet point

<Steps>
<Step>
## Signup to ClickHouse Cloud {#signup-to-clickhouse-cloud}
## Adding a new heading

To create a Managed ClickStack service in [ClickHouse Cloud](https://console.clickhouse.cloud) first complete the **first step** of the [ClickHouse Cloud quickstart guide](/get-started/setup/cloud).
<Steps>
<Step>
## Signup to ClickHouse Cloud {#signup-to-clickhouse-cloud}

<ProviderSelection/>
</Step>
<Step>
## Setup ingestion {#setup-ingestion}
To create a Managed ClickStack service in [ClickHouse Cloud](https://console.clickhouse.cloud) first complete the **first step** of the [ClickHouse Cloud quickstart guide](/get-started/setup/cloud).

Once your service has been provisioned, ensure the the service is selected and click "ClickStack" from the left menu.
<ProviderSelection />
</Step>
<Step>
## Setup ingestion {#setup-ingestion}

<SetupManagedIngestion/>
</Step>
<Step>
## Navigate to the ClickStack UI {#navigate-to-clickstack-ui-cloud}
Once your service has been provisioned, ensure the the service is selected and click "ClickStack" from the left menu.

<NavigateClickStackUI/>
</Step>
<Step>
## Next Steps {#next-steps}
<SetupManagedIngestion />
</Step>
<Step>
## Navigate to the ClickStack UI {#navigate-to-clickstack-ui-cloud}

<Warning>
**Record default credentials**
<NavigateClickStackUI />
</Step>
<Step>
## Next Steps {#next-steps}

If you haven't recorded your default credentials during the above steps, navigate to the service and select `Connect`, recording the password and HTTP/native endpoints. Store these admin credentials securely, which can be reused in further guides.
</Warning>
<Warning>
**Record default credentials**

<Image img="/images/_snippets/service_connect.png" size="lg" alt='Service Connect' border/>
If you haven't recorded your default credentials during the above steps, navigate to the service and select `Connect`, recording the password and HTTP/native endpoints. Store these admin credentials securely, which can be reused in further guides.
</Warning>

To perform tasks such as provisioning new users or adding further data sources, see the [deployment guide for Managed ClickStack](/clickstack/deployment/managed#additional-tasks).
</Step>
</Steps>
To perform tasks such as provisioning new users or adding further data sources, see the [deployment guide for Managed ClickStack](/clickstack/deployment/managed#additional-tasks).
</Step>
</Steps>