diff --git a/docs/en/docs/ecosystem/audit-plugin.md b/docs/en/docs/ecosystem/audit-plugin.md index 76d245808b..90e784a994 100644 --- a/docs/en/docs/ecosystem/audit-plugin.md +++ b/docs/en/docs/ecosystem/audit-plugin.md @@ -34,7 +34,7 @@ This plugin can periodically import the FE audit log into the specified Doris cl ### FE Configuration -FE's plugin framework is an experimental feature, which is closed by default. In the FE configuration file, add `plugin_enable = true` to enable the plugin framework. +The audit log plug-in framework is disabled by default in Doris. You need to add `plugin_enable = true `to the FE configuration file to enable plugin framework. ### AuditLoader Configuration diff --git a/docs/zh-CN/docs/ecosystem/audit-plugin.md b/docs/zh-CN/docs/ecosystem/audit-plugin.md index c7b968fb97..8412cfa085 100644 --- a/docs/zh-CN/docs/ecosystem/audit-plugin.md +++ b/docs/zh-CN/docs/ecosystem/audit-plugin.md @@ -34,7 +34,7 @@ Doris 的审计日志插件是在 FE 的插件框架基础上开发的。是一 ### FE 配置 -FE的插件框架当前是实验性功能,Doris中默认关闭,在FE的配置文件中,增加`plugin_enable = true`启用plugin框架 +审计日志插件框架在 Doris 中是默认关闭的,需要在FE的配置文件中,增加`plugin_enable = true`启用plugin框架 ### AuditLoader 配置