You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contribute/CODE_OF_CONDUCT.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ClickHouse Community Code of Conduct
1
+
# ClickHouse community code of conduct
2
2
This code of conduct governs ClickHouse Community discussions, channels, and events.
3
3
4
4
## Introduction {#introduction}
@@ -7,13 +7,13 @@ This code of conduct governs ClickHouse Community discussions, channels, and eve
7
7
* Our goal is to maintain a safe and friendly community for everyone, regardless of experience, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, nationality, or other defining characteristic.
8
8
* This code and related procedures apply to unacceptable behavior occurring in all community venues, including behavior outside the scope of community activities — online and in-person — as well as in all one-on-one communications, and anywhere such behavior has the potential to adversely affect the safety and well-being of community members.
9
9
10
-
## Expected Behavior {#expected-behavior}
10
+
## Expected behavior {#expected-behavior}
11
11
* Be welcoming.
12
12
* Be kind and patient.
13
13
* Look out for each other.
14
14
* Be careful and aware of your wording and tone.
15
15
16
-
## Unacceptable Behavior {#unacceptable-behavior}
16
+
## Unacceptable behavior {#unacceptable-behavior}
17
17
* Conduct or speech which might be considered sexist, racist, homophobic, transphobic, ableist or otherwise discriminatory or offensive in nature.
18
18
* Do not use unwelcome, suggestive, derogatory or inappropriate nicknames or terms.
19
19
* Do not show disrespect towards others. (Jokes, innuendo, dismissive attitudes.)
@@ -252,7 +252,7 @@ Some docs contain information for both Cloud and Self-managed ClickHouse, and so
252
252
253
253
Note: in the examples below you may notice that the H1 and H2 headers are outside of the tabs, the right-side "What's on this page" nav is built from the H1,2,3 headers in the main body of the markdown file, headings within the tabs are not currently included.
254
254
255
-
### Differences between Cloud and Self-managed {#differences-between-cloud-and-self-managed}
255
+
### Differences between cloud and Self-managed {#differences-between-cloud-and-self-managed}
256
256
257
257
Backup and restore are very different across Cloud and Self-managed as the target for the backup does not need to be specified, etc. The backup docs are an example where there is no content reused, so everything goes into one tab or the other. This is how the tabs are constructed:
Copy file name to clipboardExpand all lines: docs/_snippets/_GCS_authentication_and_bucket.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,17 @@ import Image from '@theme/IdealImage';
11
11
<details>
12
12
<summary>Create GCS buckets and an HMAC key</summary>
13
13
14
-
### ch_bucket_us_east1 {#ch_bucket_us_east1}
14
+
### Ch_bucket_us_east1 {#ch_bucket_us_east1}
15
15
16
16
<Imagesize="md"img={GCS_bucket_1}alt="Creating a GCS bucket in US East 1"border />
17
17
18
-
### ch_bucket_us_east4 {#ch_bucket_us_east4}
18
+
### Ch_bucket_us_east4 {#ch_bucket_us_east4}
19
19
20
20
<Imagesize="md"img={GCS_bucket_2}alt="Creating a GCS bucket in US East 4"border />
21
21
22
22
### Generate an access key {#generate-an-access-key}
23
23
24
-
### Create a service account HMAC key and secret {#create-a-service-account-hmac-key-and-secret}
24
+
### Create a service account hmac key and secret {#create-a-service-account-hmac-key-and-secret}
25
25
26
26
Open **Cloud Storage > Settings > Interoperability** and either choose an existing **Access key**, or **CREATE A KEY FOR A SERVICE ACCOUNT**. This guide covers the path for creating a new key for a new service account.
Copy file name to clipboardExpand all lines: docs/_snippets/_S3_authentication_and_bucket.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ import s3_h from '@site/static/images/_snippets/s3/s3-h.png';
22
22
23
23
This article demonstrates the basics of how to configure an AWS IAM user, create an S3 bucket and configure ClickHouse to use the bucket as an S3 disk. You should work with your security team to determine the permissions to be used, and consider these as a starting point.
24
24
25
-
### Create an AWS IAM user {#create-an-aws-iam-user}
25
+
### Create an AWS iam user {#create-an-aws-iam-user}
26
26
In this procedure, we'll be creating a service account user, not a login user.
Copy file name to clipboardExpand all lines: docs/_snippets/_direct_observability_integration_options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import NativeAdvancedDashboard from '@site/static/images/cloud/manage/monitoring
7
7
The ClickHouse data source plugin for Grafana enables visualization and exploration of data directly from ClickHouse using system tables. This approach works well for monitoring performance and creating custom dashboards for detailed system analysis.
8
8
For plugin installation and configuration details, see the ClickHouse [data source plugin](/integrations/grafana). For a complete monitoring setup using the Prometheus-Grafana mix-in with pre-built dashboards and alerting rules, see [Monitor ClickHouse with the new Prometheus-Grafana mix-in](https://clickhouse.com/blog/monitor-with-new-prometheus-grafana-mix-in).
9
9
10
-
### Direct Datadog Integration {#direct-datadog}
10
+
### Direct Datadog integration {#direct-datadog}
11
11
12
12
Datadog offers a Clickhouse Monitoring plugin for its agent which queries system tables directly. This integration provides comprehensive database monitoring with cluster awareness through clusterAllReplicas functionality.
Copy file name to clipboardExpand all lines: docs/_snippets/_observability_integration_options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import NativeAdvancedDashboard from '@site/static/images/cloud/manage/monitoring
7
7
External integration allows organizations to maintain established monitoring workflows, leverage existing team expertise with familiar tools, and integrate ClickHouse monitoring with broader infrastructure observability without disrupting current processes or requiring significant retraining investments.
8
8
Teams can apply existing alerting rules and escalation procedures to ClickHouse metrics, while correlating database performance with application and infrastructure health within a unified observability platform. This approach maximizes ROI on current monitoring setups and enables faster troubleshooting through consolidated dashboards and familiar tooling interfaces.
9
9
10
-
### Grafana Cloud monitoring {#grafana}
10
+
### Grafana cloud monitoring {#grafana}
11
11
12
12
Grafana provides ClickHouse monitoring through both direct plugin integration and Prometheus-based approaches. The Prometheus endpoint integration maintains operational separation between monitoring and production workloads while enabling visualization within existing Grafana Cloud infrastructure. See [Grafana's ClickHouse documentation](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-clickhouse/) for configuration guidance.
@@ -45,7 +45,7 @@ Some of the benefits of using ClickHouse Cloud are described below:
45
45
| **Managed services** | With a cloud-managed service, teams can focus on business outcomes and accelerate time-to-market without having to worry about the operational overhead of sizing, setup, and maintenance of ClickHouse. | ❌ | ✅ |
46
46
-->
47
47
48
-
## What version of ClickHouse does ClickHouse Cloud use? {#what-version-of-clickhouse-does-clickhouse-cloud-use}
48
+
## What version of ClickHouse does ClickHouse cloud use? {#what-version-of-clickhouse-does-clickhouse-cloud-use}
49
49
50
50
Clickhouse Cloud continuously upgrades your service to a newer version. After publishing a core database version in the open source, we do additional validation in our cloud staging environment, which typically takes 6-8 weeks before rolling out to production. The rollout is phased out by cloud service provider, service type, and region.
Copy file name to clipboardExpand all lines: docs/about-us/distinctive-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ ClickHouse uses asynchronous multi-master replication. After being written to an
88
88
89
89
For more information, see the section [Data replication](../engines/table-engines/mergetree-family/replication.md).
90
90
91
-
## Role-Based Access Control {#role-based-access-control}
91
+
## Role-based access control {#role-based-access-control}
92
92
93
93
ClickHouse implements user account management using SQL queries and allows for [role-based access control configuration](/guides/sre/user-management/index.md) similar to what can be found in the ANSI SQL standard and popular relational database management systems.
0 commit comments