Skip to content

Commit 4f679a2

Browse files
committed
Merge main into add-databrain-integration-documentation
2 parents 9710f69 + 644098e commit 4f679a2

File tree

500 files changed

+4904
-970
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

500 files changed

+4904
-970
lines changed

docs/_placeholders/api/_invitations-api-reference.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/_placeholders/api/_keys-api-reference.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/_placeholders/api/_members-api-reference.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/_placeholders/api/_organizations-api-reference.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/_placeholders/api/_services-api-reference.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
description: 'Changelog for 2025'
3-
note: 'This file is autogenerated by the yarn new-build'
3+
note: 'This file is generated with yarn build'
44
slug: /whats-new/changelog/
55
sidebar_position: 2
66
sidebar_label: '2025'
7-
title: '2025 Changelog'
7+
title: 'Changelog 2025'
88
doc_type: 'changelog'
99
---
1010

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import Image from '@theme/IdealImage';
2+
import clickstackTagsSearch from '@site/static/images/use-cases/observability/clickstack-tags-search.png';
3+
import clickstackTagsDashboard from '@site/static/images/use-cases/observability/clickstack-tags-dashboard.png';
4+
5+
You can add tags to dashboards and saved searches to help organize them.
6+
Tags provide a flexible way to categorize and filter based on your needs.
7+
8+
#### How tags work {#how-tags-work}
9+
10+
- **Organization**: Tags appear in the left sidebar, where dashboards and saved searches are grouped by their assigned tags
11+
- **Multiple tags**: You can add one or more tags to a single item for better categorization
12+
- **Auto-creation**: If you assign a tag that doesn't exist yet, it will be automatically created
13+
- **Easy management**: You can add or remove tags at any time to adjust your organization structure
14+
15+
This makes it easy to find related items and maintain an organized workspace as your collection grows.
16+
17+
<Image img={clickstackTagsSearch} alt="Tags in saved search" size="md" border />
18+
19+
You can also select multiple tags to filter and view items across different categories:
20+
21+
<Image img={clickstackTagsDashboard} alt="Multiple tags selected in dashboard" size="md" border />

docs/_snippets/_gather_your_details_http.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ import Image from '@theme/IdealImage';
44

55
To connect to ClickHouse with HTTP(S) you need this information:
66

7-
- The HOST and PORT: typically, the port is 8443 when using TLS or 8123 when not using TLS.
7+
| Parameter(s) | Description |
8+
|-------------------------|---------------------------------------------------------------------------------------------------------------|
9+
|`HOST` and `PORT` | Typically, the port is 8443 when using TLS or 8123 when not using TLS. |
10+
|`DATABASE NAME` | Out of the box, there is a database named `default`, use the name of the database that you want to connect to.|
11+
|`USERNAME` and `PASSWORD`| Out of the box, the username is `default`. Use the username appropriate for your use case. |
812

9-
- The DATABASE NAME: out of the box, there is a database named `default`, use the name of the database that you want to connect to.
10-
11-
- The USERNAME and PASSWORD: out of the box, the username is `default`. Use the username appropriate for your use case.
12-
13-
The details for your ClickHouse Cloud service are available in the ClickHouse Cloud console. Select the service that you will connect to and click **Connect**:
13+
The details for your ClickHouse Cloud service are available in the ClickHouse Cloud console.
14+
Select a service and click **Connect**:
1415

1516
<Image img={cloud_connect_button} size="md" alt="ClickHouse Cloud service connect button" border />
1617

17-
Choose **HTTPS**, and the details are available in an example `curl` command.
18+
Choose **HTTPS**. Connection details are displayed in an example `curl` command.
1819

1920
<Image img={connection_details_https} size="md" alt="ClickHouse Cloud HTTPS connection details" border/>
2021

docs/_snippets/_gather_your_details_native.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ import Image from '@theme/IdealImage';
44

55
To connect to ClickHouse with native TCP you need this information:
66

7-
- The HOST and PORT: typically, the port is 9440 when using TLS, or 9000 when not using TLS.
8-
9-
- The DATABASE NAME: out of the box there is a database named `default`, use the name of the database that you want to connect to.
10-
11-
- The USERNAME and PASSWORD: out of the box the username is `default`. Use the username appropriate for your use case.
12-
13-
The details for your ClickHouse Cloud service are available in the ClickHouse Cloud console. Select the service that you will connect to and click **Connect**:
7+
| Parameter(s) | Description |
8+
|---------------------------|---------------------------------------------------------------------------------------------------------------|
9+
| `HOST` and `PORT` | Typically, the port is 9440 when using TLS, or 9000 when not using TLS. |
10+
| `DATABASE NAME` | Out of the box there is a database named `default`, use the name of the database that you want to connect to. |
11+
| `USERNAME` and `PASSWORD` | Out of the box the username is `default`. Use the username appropriate for your use case. |
12+
13+
The details for your ClickHouse Cloud service are available in the ClickHouse Cloud console.
14+
Select the service that you will connect to and click **Connect**:
1415

1516
<Image img={cloud_connect_button} size="md" alt="ClickHouse Cloud service connect button" border/>
1617

docs/about-us/about-faq-index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: 'FAQ'
33
slug: /about-us/faq
44
description: 'Landing page'
55
doc_type: 'landing-page'
6+
keywords: ['ClickHouse FAQ', 'frequently asked questions', 'common questions', 'help documentation', 'troubleshooting']
67
---
78

89
| FAQ |

0 commit comments

Comments
 (0)