From 57f3ea6d7bf6dc878b7dcab5f636342cc2eb06d6 Mon Sep 17 00:00:00 2001 From: yuanyuan8983 <99315889+yuanyuan8983@users.noreply.github.com> Date: Wed, 21 Feb 2024 19:43:40 +0800 Subject: [PATCH] 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 fc8e7560d1..5b3f5d3be1 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 a6fd56c346..6ea5390334 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:集群用户密码。