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:集群用户密码。