Skip to content

Commit 7a5b0ed

Browse files
committed
Merge branch 'main' of https://github.com/ClickHouse/clickhouse-docs into ec2-host-logs
2 parents 2602e95 + 393856e commit 7a5b0ed

File tree

10,396 files changed

+544386
-392658
lines changed

Some content is hidden

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

10,396 files changed

+544386
-392658
lines changed

.github/workflows/badges-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Make script executable
1919
run: chmod +x scripts/badger.sh

.github/workflows/build-search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout Repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Set up Node.js
2626
uses: actions/setup-node@v6

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
check_type: [spellcheck, kbcheck, md-lint, glossary-check]
2020
steps:
2121
# Add setup steps per check here
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Install Aspell
2424
if: matrix.check_type == 'spellcheck'
2525
run: sudo apt-get update && sudo apt-get install -y aspell aspell-en

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Set up Node.js
2727
uses: actions/setup-node@v6

.github/workflows/trademark-cla-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
171171
- name: Check out repository
172172
if: success() && steps.process-comment.outputs.pr_number != ''
173-
uses: actions/checkout@v5
173+
uses: actions/checkout@v6
174174
with:
175175
fetch-depth: 0
176176
# For forked PRs, we need to fetch from the fork and checkout the SHA

.github/workflows/trademark-cla-notice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
private-key: "${{ secrets.WORKFLOW_AUTH_PUBLIC_PRIVATE_KEY }}"
2626

2727
- name: Check out code
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
fetch-depth: 0
3131
# Use the GitHub App token if available, otherwise fallback to GITHUB_TOKEN

.github/workflows/vale-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 10
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626
path: .

docs/_snippets/_clickhouse_mysql_cloud_setup.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ import {VerticalStepper} from "@clickhouse/click-ui/bundled";
88

99
<VerticalStepper headerLevel="h4">
1010

11-
#### Select `Connect your app` {#select-connect-your-app}
11+
#### Select `Connect your app` \{#select-connect-your-app\}
1212

1313
After creating your ClickHouse Cloud Service, on the `Connect your app` screen, select MySQL from the drop down.
1414

1515
<Image size="lg" img={mysql_1} alt="ClickHouse Cloud credentials screen showing MySQL interface selection dropdown" border />
1616

17-
#### Enable the MySQL interface {#enable-mysql-interface}
17+
#### Enable the MySQL interface \{#enable-mysql-interface\}
1818

1919
Toggle the switch to enable the MySQL interface for this specific service.
2020
This will expose port `3306` for this service and prompt you with a MySQL connection screen that includes your unique MySQL username.
@@ -23,20 +23,20 @@ This will expose port `3306` for this service and prompt you with a MySQL connec
2323

2424
Alternatively, in order to enable the MySQL interface for an existing service:
2525

26-
#### Select `Connect` {#select-connect}
26+
#### Select `Connect` \{#select-connect\}
2727

2828
Ensure your service is in `Running` state then click on the service you want to enable the MySQL interface for.
2929
Select "Connect" from the left menu:
3030

3131
<Image size="lg" img={mysql_3} alt="ClickHouse Cloud service connection screen with Connect option highlighted" border />
3232

33-
#### Choose `MySQL` {#choose-mysql}
33+
#### Choose `MySQL` \{#choose-mysql\}
3434

3535
Select `MySQL` from the `Connect With` drop down.
3636

3737
<Image size="md" img={mysql_4} alt="ClickHouse Cloud connection screen showing MySQL option selection" border />
3838

39-
#### Enable the MySQL interface {#enable-mysql-interface}
39+
#### Enable the MySQL interface \{#enable-mysql-interface\}
4040

4141
Toggle the switch to enable the MySQL interface for this specific service.
4242
This will expose port `3306` for this service and prompt you with your MySQL connection screen that include your unique MySQL username.
@@ -45,7 +45,7 @@ This will expose port `3306` for this service and prompt you with your MySQL con
4545

4646
<Image size="md" img={mysql_5} alt="ClickHouse Cloud connection screen with MySQL interface enabled showing connection details" border />
4747

48-
## Creating a readonly MySQL user in ClickHouse Cloud {#creating-multiple-mysql-users-in-clickhouse-cloud}
48+
## Creating a readonly MySQL user in ClickHouse Cloud \{#creating-multiple-mysql-users-in-clickhouse-cloud\}
4949

5050
ClickHouse Cloud automatically creates a `mysql4<subdomain>` user that shares the same password as the default user.
5151
The `<subdomain>` portion corresponds to the first part of your ClickHouse Cloud hostname.
@@ -64,7 +64,7 @@ For a ClickHouse Cloud hostname like `foobar.us-east1.aws.clickhouse.cloud`, the
6464

6565
<VerticalStepper headerLevel="h4">
6666

67-
#### Create a readonly settings profile {#create-a-custom-settings-user}
67+
#### Create a readonly settings profile \{#create-a-custom-settings-user\}
6868

6969
Create a [settings profile](/sql-reference/statements/create/settings-profile) to apply to your readonly user,
7070
setting the `readonly` setting to `1`:
@@ -73,7 +73,7 @@ setting the `readonly` setting to `1`:
7373
CREATE SETTINGS PROFILE readonly_profile SETTINGS readonly = 1
7474
```
7575

76-
#### Create a new readonly MySQL user {#create-a-readonly-mysql-user}
76+
#### Create a new readonly MySQL user \{#create-a-readonly-mysql-user\}
7777

7878
[Create a user](/sql-reference/statements/create/user) with a name following this format:
7979

@@ -89,7 +89,7 @@ IDENTIFIED WITH double_sha1_password BY 'YourPassword42$'
8989
SETTINGS PROFILE 'readonly_profile';
9090
```
9191

92-
#### Grant the new user permissions to access the desired tables {#grant-the-new-user-the-necessary-permissions}
92+
#### Grant the new user permissions to access the desired tables \{#grant-the-new-user-the-necessary-permissions\}
9393

9494
[Grant](/sql-reference/statements/grant) the new user the necessary permissions to interact with the desired tables or databases.
9595
For example, if you want to grant access to `system.query_log` only:
@@ -106,7 +106,7 @@ The newly created user can be used to connect to your ClickHouse Cloud service w
106106

107107
</VerticalStepper>
108108

109-
### Troubleshooting multiple MySQL users in ClickHouse Cloud {#troubleshooting-multiple-mysql-users-in-clickhouse-cloud}
109+
### Troubleshooting multiple MySQL users in ClickHouse Cloud \{#troubleshooting-multiple-mysql-users-in-clickhouse-cloud\}
110110

111111
If you created a new MySQL user, and you see the following error while connecting via MySQL CLI client:
112112

docs/_snippets/_clickstack_tagging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import clickstackTagsDashboard from '@site/static/images/use-cases/observability
55
You can add tags to dashboards and saved searches to help organize them.
66
Tags provide a flexible way to categorize and filter based on your needs.
77

8-
#### How tags work {#how-tags-work}
8+
#### How tags work \{#how-tags-work\}
99

1010
- **Organization**: Tags appear in the left sidebar, where dashboards and saved searches are grouped by their assigned tags
1111
- **Multiple tags**: You can add one or more tags to a single item for better categorization

docs/about-us/adopters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ The following list of companies using ClickHouse and their success stories is as
9898
| [Castle](https://castle.io/) | Fraud Detection | Main product | [Community Slack](https://clickhouse.com/slack) |||
9999
| [Cato Networks](https://www.catonetworks.com/) | Network Security | Security event analytics | [Full Stack Developers Israel, Jan 2023](https://www.youtube.com/watch?v=Is4TC2gf5EM) || 8B (4TB) new events per day |
100100
| [CDN77](https://www.cdn77.com/) | Software & Technology | Content Delivery Network | [GitHub Comment, April 2024](https://github.com/ClickHouse/ClickHouse/issues/61093#issuecomment-2070150654) |||
101+
| [CertKit](https://www.certkit.io) | Security | Main product | [Blog Post, December 2025](https://www.certkit.io/blog/searching-ct-logs-part-3) | 2 servers | 1.1 TB |
101102
| [Chainbase](https://chainbase.online/) | Blockchain | Main product | [Documentation](https://docs.chainbase.online/r/data-cloud-studio/data-cloud-api) |||
102103
| [ChartMetric](https://chartmetric.com/) | Music Industry | Analytics | [Meetup Video](https://youtu.be/gd1yWbnaalk) |||
103104
| [ChatLayer](https://chatlayer.ai/) | AI virtual assistants | Analytics | [Press Release, December 2021](https://aiven.io/blog/aiven-for-clickhouse-now-generally-available) |||
@@ -424,6 +425,7 @@ The following list of companies using ClickHouse and their success stories is as
424425
| [Rspamd](https://rspamd.com/) | Antispam | Analytics | [Official Website](https://rspamd.com/doc/modules/clickhouse.html) |||
425426
| [RuSIEM](https://rusiem.com/en) | SIEM | Main Product | [Official Website](https://rusiem.com/en/products/architecture) |||
426427
| [RunReveal](https://runreveal.com/) | SIEM | Main Product | [SF Meetup, Nov 2023](https://www.youtube.com/watch?v=rVZ9JnbzHTQ&list=PL0Z2YDlm0b3iNDUzpY1S3L_iV4nARda_U&index=25) |||
428+
| [Rybbit](https://rybbit.com/) | Analytics | Main Product | [Github](https://github.com/rybbit-io/rybbit) |||
427429
| [S7 Airlines](https://www.s7.ru) | Airlines | Metrics, Logging | [Talk in Russian, March 2019](https://www.youtube.com/watch?v=nwG68klRpPg&t=15s) |||
428430
| [SEMrush](https://www.semrush.com/) | Marketing | Main product | [Slides in Russian, August 2018](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup17/5_semrush.pdf) |||
429431
| [SESCO Trading](https://www.sescotrading.com/) | Financial | Analysis | ClickHouse Cloud user |||

0 commit comments

Comments
 (0)