This is an automated email from the ASF dual-hosted git repository.
zykkk 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 eb2a08bdf2 [typo](docs) Update the audit document (#21185)
eb2a08bdf2 is described below
commit eb2a08bdf2fa12496019137ddaa560b98cd7842d
Author: yuanyuan8983 <[email protected]>
AuthorDate: Mon Jun 26 19:25:10 2023 +0800
[typo](docs) Update the audit document (#21185)
---
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 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 配置
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]