This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 60b02d3f62c Example Modify audit log documents (#31192)
60b02d3f62c is described below
commit 60b02d3f62cf34823dd7ee4137109258ab3f2901
Author: yuanyuan8983 <[email protected]>
AuthorDate: Wed Feb 21 19:43:40 2024 +0800
Example Modify audit log documents (#31192)
---
docs/en/docs/ecosystem/audit-plugin.md | 2 +-
docs/zh-CN/docs/ecosystem/audit-plugin.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/docs/ecosystem/audit-plugin.md
b/docs/en/docs/ecosystem/audit-plugin.md
index fc8e7560d10..5b3f5d3be11 100644
--- a/docs/en/docs/ecosystem/audit-plugin.md
+++ b/docs/en/docs/ecosystem/audit-plugin.md
@@ -102,7 +102,7 @@ After executing install, the AuditLoader directory will be
automatically generat
* database: Audit log database name.
* audit_log_table: Audit log table name.
* slow_log_table: Slow query log table name.
- * enable_slow_log: Whether to enable the slow query log import function.
The default value is false.
+ * enable_slow_log: Whether to enable the slow query log import function.
The default value is false. You can set the slow query threshold in the FE
configuration item. The parameter is qe_slow_log_ms and the default value is 5s.
* user: Cluster username. The user must have INSERT permission on the
corresponding table.
* password: Cluster user password.
diff --git a/docs/zh-CN/docs/ecosystem/audit-plugin.md
b/docs/zh-CN/docs/ecosystem/audit-plugin.md
index a6fd56c3468..6ea53903346 100644
--- a/docs/zh-CN/docs/ecosystem/audit-plugin.md
+++ b/docs/zh-CN/docs/ecosystem/audit-plugin.md
@@ -105,7 +105,7 @@ Doris 2.1 版本之前的用户,请参阅如下方式使用审计日志插件
* database:审计日志库名。
* audit_log_table:审计日志表名。
* slow_log_table:慢查询日志表名。
- * enable_slow_log:是否开启慢查询日志导入功能。默认值为 false。
+ * enable_slow_log:是否开启慢查询日志导入功能。默认值为 false。可以在FE配置项中配置慢查询的阈值,参数为
qe_slow_log_ms ,默认5s。
* user:集群用户名。该用户必须具有对应表的 INSERT 权限。
* password:集群用户密码。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]