This is an automated email from the ASF dual-hosted git repository.

dataroaring 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 24a5cca145 [typo](docs) add comment of audit plugin (#22834)
24a5cca145 is described below

commit 24a5cca145f73e999465ca4b037cc4d2044e3aac
Author: lsy3993 <[email protected]>
AuthorDate: Sun Sep 3 14:48:26 2023 +0800

    [typo](docs) add comment of audit plugin (#22834)
    
    Co-authored-by: Yongqiang YANG 
<[email protected]>
---
 docs/en/docs/ecosystem/audit-plugin.md    | 4 ++++
 docs/zh-CN/docs/ecosystem/audit-plugin.md | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/docs/en/docs/ecosystem/audit-plugin.md 
b/docs/en/docs/ecosystem/audit-plugin.md
index 66bd9b9d43..a355a75e59 100644
--- a/docs/en/docs/ecosystem/audit-plugin.md
+++ b/docs/en/docs/ecosystem/audit-plugin.md
@@ -54,6 +54,10 @@ The audit log plug-in framework is enabled by default in 
Doris and is controlled
     * plugin.properties: plugin properties file.
     * plugin.conf: plugin configuration file.
 
+You can place this file on an http download server or copy(or unzip) it to the 
specified directory of all FEs. Here we use the latter.  
+The installation of this plugin can be found in 
[INSTALL](../sql-manual/sql-reference/Database-Administration-Statements/INSTALL-PLUGIN.md)
  
+After executing install, the AuditLoader directory will be automatically 
generated.
+
 3. Modify plugin.conf
 
    The following configurations are available for modification:
diff --git a/docs/zh-CN/docs/ecosystem/audit-plugin.md 
b/docs/zh-CN/docs/ecosystem/audit-plugin.md
index d966324c5e..7fe4549926 100644
--- a/docs/zh-CN/docs/ecosystem/audit-plugin.md
+++ b/docs/zh-CN/docs/ecosystem/audit-plugin.md
@@ -54,6 +54,10 @@ Doris 的审计日志插件是在 FE 的插件框架基础上开发的。是一
     * plugin.properties:插件属性文件。
     * plugin.conf:插件配置文件。
 
+您可以将这个文件放置在一个 http 服务器上,或者拷贝`auditloader.zip`(或者解压`auditloader.zip`)到所有 FE 
的指定目录下。这里我们使用后者。  
+该插件的安装可以参阅 
[INSTALL](../sql-manual/sql-reference/Database-Administration-Statements/INSTALL-PLUGIN.md)
  
+执行install后会自动生成AuditLoader目录
+
 3. 修改 plugin.conf 
 
     以下配置可供修改:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to