Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: translate Chinese to English in en clickhouse-logger #6416

Merged
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
26 changes: 13 additions & 13 deletions docs/en/latest/plugins/clickhouse-logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ title: clickhouse-logger

## Attributes

| 名称 | 类型 | 必选项 | 默认值 | 有效值 | 描述 |
| ---------------- | ------- | ------ | ------------- | ------- | ------------------------------------------------ |
| endpoint_addr | string | required | | | The `clickhouse` endpoint. |
| database | string | required | | | The DB name to store log. |
| logtable | string | required | | | The table name. |
| user | string | required | | | clickhouse user. |
| password | string | required | | | clickhouse password. |
| timeout | integer | optional | 3 | [1,...] | Time to keep the connection alive after sending a request. |
| name | string | optional | "clickhouse logger" | | A unique identifier to identity the logger. |
| batch_max_size | integer | optional | 100 | [1,...] | Set the maximum number of logs sent in each batch. When the number of logs reaches the set maximum, all logs will be automatically pushed to the clickhouse. |
| max_retry_count | integer | optional | 0 | [0,...] | Maximum number of retries before removing from the processing pipe line. |
| retry_delay | integer | optional | 1 | [0,...] | Number of seconds the process execution should be delayed if the execution fails. |
| ssl_verify | boolean | optional | true | [true,false] | verify ssl. |
| Name | Type | Requirement | Default | Valid | Description |
|-----------------|---------| ------ | ------------- | ------- | ------------------------------------------------ |
| endpoint_addr | string | required | | | The `clickhouse` endpoint. |
| database | string | required | | | The DB name to store log. |
| logtable | string | required | | | The table name. |
| user | string | required | | | clickhouse user. |
| password | string | required | | | clickhouse password. |
| timeout | integer | optional | 3 | [1,...] | Time to keep the connection alive after sending a request. |
| name | string | optional | "clickhouse logger" | | A unique identifier to identity the logger. |
| batch_max_size | integer | optional | 100 | [1,...] | Set the maximum number of logs sent in each batch. When the number of logs reaches the set maximum, all logs will be automatically pushed to the clickhouse. |
| max_retry_count | integer | optional | 0 | [0,...] | Maximum number of retries before removing from the processing pipe line. |
| retry_delay | integer | optional | 1 | [0,...] | Number of seconds the process execution should be delayed if the execution fails. |
| ssl_verify | boolean | optional | true | [true,false] | verify ssl. |

## How To Enable

Expand Down