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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 86844ea605 [INLONG-10122][Audit] Update the apache_inlong_audit.sql to 
apache_inlong_audit_mysql.sql  (#948)
86844ea605 is described below

commit 86844ea605419bef4690d3330b73e51b39bf4ac4
Author: Charles Zhang <[email protected]>
AuthorDate: Mon May 6 14:11:53 2024 +0800

    [INLONG-10122][Audit] Update the apache_inlong_audit.sql to 
apache_inlong_audit_mysql.sql  (#948)
---
 docs/modules/audit/quick_start.md                                 | 8 ++++----
 .../current/modules/audit/quick_start.md                          | 8 +-------
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/docs/modules/audit/quick_start.md 
b/docs/modules/audit/quick_start.md
index ec51ffe643..a3004639b9 100644
--- a/docs/modules/audit/quick_start.md
+++ b/docs/modules/audit/quick_start.md
@@ -2,16 +2,16 @@
 title: Deployment
 ---
 
-All deploying files at `inlong-audit` directory, if you use MySQL to store 
audit data, you need to first create the database through 
`sql/apache_inlong_audit.sql`.
+All deploying files at `inlong-audit` directory, if you use MySQL to store 
audit data, you need to first create the database through 
`sql/apache_inlong_audit_mysql.sql`.
 ```shell
 # initialize database
-mysql -uDB_USER -pDB_PASSWD < sql/apache_inlong_audit.sql
+mysql -uDB_USER -pDB_PASSWD < sql/apache_inlong_audit_mysql.sql
 ```
 
-If you use ClickHouse to store audit data, you need to first create the 
database through `sql/apache_inlong_audit_clickhouse.sql`.
+If you use StarRocks to store audit data, you need to first create the 
database through `sql/apache_inlong_audit_starrocks.sql`.
 ```shell
 # initialize database
-clickhouse client -u DB_USER --password DB_PASSWD < 
sql/apache_inlong_audit_clickhouse.sql
+mysql -uDB_USER -pDB_PASSWD < sql/apache_inlong_audit_starrocks.sql
 ```
   
 ## Audit Proxy
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/audit/quick_start.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/audit/quick_start.md
index 80e57730df..d10280fa07 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/audit/quick_start.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/audit/quick_start.md
@@ -2,18 +2,12 @@
 title: 安装部署
 ---
 
-所有的安装文件都在 `inlong-audit` 目录下,如果使用 MySQL 
存储审计数据,需要先通过`sql/apache_inlong_audit.sql`初始化数据库。
+所有的安装文件都在 `inlong-audit` 目录下,如果使用 MySQL 
存储审计数据,需要先通过`sql/apache_inlong_audit_mysql.sql`初始化数据库。
 ```shell
 # 初始化 database
 mysql -uDB_USER -pDB_PASSWD < sql/apache_inlong_audit_mysql.sql
 ```
 
-如果使用 ClickHouse 存储审计数据,需要先通过`sql/apache_inlong_audit_clickhouse.sql`初始化数据库。
-```shell
-# 初始化 database
-clickhouse client -u DB_USER --password DB_PASSWD < 
sql/apache_inlong_audit_clickhouse.sql
-```
-
 如果使用 StarRocks 存储审计数据,需要先通过`sql/apache_inlong_audit_starrocks.sql`初始化数据库。
 ```shell
 # 初始化 StarRocks database

Reply via email to