You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/02/23 01:08:38 UTC

[apisix] branch master updated: docs: translate Chinese to English in en clickhouse-logger (#6416)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ec0d6b  docs: translate Chinese to English in en clickhouse-logger (#6416)
4ec0d6b is described below

commit 4ec0d6b01510e96bb8139eb654799f902047ece0
Author: mango <35...@users.noreply.github.com>
AuthorDate: Wed Feb 23 09:08:29 2022 +0800

    docs: translate Chinese to English in en clickhouse-logger (#6416)
---
 docs/en/latest/plugins/clickhouse-logger.md | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/docs/en/latest/plugins/clickhouse-logger.md b/docs/en/latest/plugins/clickhouse-logger.md
index 4bec548..590da9d 100644
--- a/docs/en/latest/plugins/clickhouse-logger.md
+++ b/docs/en/latest/plugins/clickhouse-logger.md
@@ -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