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

caogaofei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new a763895  Modify configuration file name
a763895 is described below

commit a763895a013be21a3a26064a87df9a35117c37e6
Author: majialin <[email protected]>
AuthorDate: Tue Aug 13 09:53:58 2024 +0800

    Modify configuration file name
---
 .../latest/Deployment-and-Maintenance/workbench-deployment.md       | 6 +++---
 .../latest/Deployment-and-Maintenance/workbench-deployment.md       | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md 
b/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md
index 6654696..c1548dd 100644
--- a/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md
+++ b/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md
@@ -52,7 +52,7 @@ The visualization console is one of the supporting tools for 
IoTDB. It is an off
         </tr>
         <tr>
                 <td>cn_metric_reporter_list</td>   
-                <td rowspan="3">conf/iotdb-system.properties</td> 
+                <td rowspan="3">conf/iotdb-confignode.properties</td> 
                 <td>Uncomment the configuration item and set the value to 
PROMETHEUS</td> 
         </tr>
         <tr>
@@ -65,7 +65,7 @@ The visualization console is one of the supporting tools for 
IoTDB. It is an off
         </tr>
             <tr>
                 <td>dn_metric_reporter_list</td>   
-                <td rowspan="4">conf/iotdb-system.properties</td> 
+                <td rowspan="4">conf/iotdb-datanode.properties</td> 
                 <td>Uncomment the configuration item and set the value to 
PROMETHEUS</td> 
         </tr>
         <tr>
@@ -82,7 +82,7 @@ The visualization console is one of the supporting tools for 
IoTDB. It is an off
         </tr>
             <tr>
                 <td>enable_audit_log</td>   
-                <td rowspan="3">conf/iotdb-system.properties</td> 
+                <td rowspan="3">conf/iotdb-common.properties</td> 
                 <td>Uncomment the configuration item and set the value to 
true</td> 
         </tr>
         <tr>
diff --git 
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md 
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md
index 1a230d8..c905753 100644
--- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md
+++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md
@@ -51,7 +51,7 @@
           </tr>
           <tr>
                 <td>cn_metric_reporter_list</td>   
-                <td rowspan="3">conf/iotdb-system.properties</td> 
+                <td rowspan="3">conf/iotdb-confignode.properties</td> 
                 <td>将配置项取消注释,值设置为PROMETHEUS</td> 
           </tr>
           <tr>
@@ -64,7 +64,7 @@
           </tr>
           <tr>
                 <td>dn_metric_reporter_list</td>   
-                <td rowspan="4">conf/iotdb-system.properties</td> 
+                <td rowspan="4">conf/iotdb-datanode.properties</td> 
                 <td>将配置项取消注释,值设置为PROMETHEUS</td> 
           </tr>
           <tr>
@@ -81,7 +81,7 @@
           </tr>
           <tr>
                 <td>enable_audit_log</td>   
-                <td rowspan="3">conf/iotdb-system.properties</td> 
+                <td rowspan="3">conf/iotdb-common.properties</td> 
                 <td>将配置项取消注释,值设置为true</td> 
           </tr>
           <tr>

Reply via email to