[typo](docs) Update the audit document (#21185)

This commit is contained in:
yuanyuan8983
2023-06-26 19:25:10 +08:00
committed by GitHub
parent 65d81c04e6
commit eb2a08bdf2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -34,7 +34,7 @@ Doris 的审计日志插件是在 FE 的插件框架基础上开发的。是一
### FE 配置
FE的插件框架当前是实验性功能,Doris默认关闭在FE的配置文件中,增加`plugin_enable = true`启用plugin框架
审计日志插件框架在 Doris 中是默认关闭的,需要在FE的配置文件中,增加`plugin_enable = true`启用plugin框架
### AuditLoader 配置