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

zhaoxinyi 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 9e9d3f06 Modify the example of pipe loading plugin and the V2.0.1 
document mod… (#468)
9e9d3f06 is described below

commit 9e9d3f0671b46658a27ea19cfe98b8953f86f1a9
Author: majialin <[email protected]>
AuthorDate: Mon Dec 16 17:26:25 2024 +0800

    Modify the example of pipe loading plugin and the V2.0.1 document mod… 
(#468)
    
    * Modify the example of pipe loading plugin and the V2.0.1 document 
modification
    
    * Added V2.0.1 English version document
    
    * Supplement 1.3.0-2 Chinese Pipe Plugin Document Modification
---
 src/UserGuide/Master/Tree/User-Manual/Streaming_apache.md  |  2 +-
 src/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md |  4 ++--
 src/UserGuide/V1.2.x/User-Manual/Streaming.md              |  2 +-
 src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md      |  4 ++--
 src/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md     |  2 +-
 src/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md    |  4 ++--
 .../workbench-deployment_timecho.md                        |  1 +
 .../V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md       | 14 +++++++-------
 src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md  |  2 +-
 src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md |  4 ++--
 src/UserGuide/latest/User-Manual/Streaming_apache.md       |  2 +-
 src/UserGuide/latest/User-Manual/Streaming_timecho.md      |  4 ++--
 .../UserGuide/Master/Tree/User-Manual/Streaming_apache.md  |  2 +-
 .../UserGuide/Master/Tree/User-Manual/Streaming_timecho.md |  4 ++--
 src/zh/UserGuide/V1.2.x/User-Manual/Streaming.md           |  2 +-
 src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md   |  4 ++--
 src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md  |  2 +-
 src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md |  4 ++--
 .../workbench-deployment_timecho.md                        |  5 +++--
 .../V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md       | 14 +++++++-------
 .../UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md  |  2 +-
 .../UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md |  4 ++--
 src/zh/UserGuide/latest/User-Manual/Streaming_apache.md    |  2 +-
 src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md   |  4 ++--
 24 files changed, 48 insertions(+), 46 deletions(-)

diff --git a/src/UserGuide/Master/Tree/User-Manual/Streaming_apache.md 
b/src/UserGuide/Master/Tree/User-Manual/Streaming_apache.md
index bd1711a4..ac49be7b 100644
--- a/src/UserGuide/Master/Tree/User-Manual/Streaming_apache.md
+++ b/src/UserGuide/Master/Tree/User-Manual/Streaming_apache.md
@@ -457,7 +457,7 @@ For example, if a user implements a data processing plugin 
with the fully qualif
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 ### Delete Plugin Statement
diff --git a/src/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md 
b/src/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md
index e4c460ca..58e59287 100644
--- a/src/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md
+++ b/src/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md
@@ -468,7 +468,7 @@ SQL:
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 Method 2: Upload the data to the local directory of the cluster
@@ -480,7 +480,7 @@ SQL:
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<file:/IoTDB installation 
path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
+USING URI <file:/IoTDB installation 
path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
 ```
 
 ### Delete plugin statement
diff --git a/src/UserGuide/V1.2.x/User-Manual/Streaming.md 
b/src/UserGuide/V1.2.x/User-Manual/Streaming.md
index dec650d0..721d1538 100644
--- a/src/UserGuide/V1.2.x/User-Manual/Streaming.md
+++ b/src/UserGuide/V1.2.x/User-Manual/Streaming.md
@@ -453,7 +453,7 @@ For example, if a user implements a data processing plugin 
with the fully qualif
 ```sql
 CREATE PIPEPLUGIN example
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 ### Delete Plugin Statement
diff --git a/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md 
b/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
index 3fc247be..cc25db81 100644
--- a/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
+++ b/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
@@ -466,7 +466,7 @@ SQL:
 ```sql
 CREATE PIPEPLUGIN example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 Method 2: Upload the data to the local directory of the cluster
@@ -478,7 +478,7 @@ SQL:
 ```sql
 CREATE PIPEPLUGIN example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<file:/IoTDB installation 
path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
+USING URI <file:/IoTDB installation 
path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
 ```
 
 ### Delete plugin statement
diff --git a/src/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md 
b/src/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md
index 7556d6ab..6f7d3b19 100644
--- a/src/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md
+++ b/src/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md
@@ -455,7 +455,7 @@ For example, if a user implements a data processing plugin 
with the fully qualif
 ```sql
 CREATE PIPEPLUGIN example
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 ### Delete Plugin Statement
diff --git a/src/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md 
b/src/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md
index 13abaa10..026bb18b 100644
--- a/src/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md
+++ b/src/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md
@@ -467,7 +467,7 @@ SQL:
 ```sql
 CREATE PIPEPLUGIN example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 Method 2: Upload the data to the local directory of the cluster
@@ -479,7 +479,7 @@ SQL:
 ```sql
 CREATE PIPEPLUGIN example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<file:/IoTDB installation 
path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
+USING URI <file:/IoTDB installation 
path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
 ```
 
 ### Delete plugin statement
diff --git 
a/src/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
 
b/src/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
index 9f96df00..a99a70bc 100644
--- 
a/src/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
+++ 
b/src/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
@@ -211,6 +211,7 @@ The visualization console is one of the supporting tools 
for IoTDB (similar to N
 
 | Workbench Version Number | Release Note                                      
           | Supports IoTDB Versions   |
 | :------------------------: | 
:------------------------------------------------------------: | 
:-------------------------: |
+| V1.5.1       | Add AI analysis function and pattern matching function        
            | V1.3.2 and above versions |
 | V1.4.0       | New tree model display and internationalization               
   | V1.3.2 and above versions |
 | V1.3.1       |New analysis methods have been added to the analysis function, 
and functions such as optimizing import templates have been optimized           
                       |V1.3.2 and above versions  |
 | V1.3.0       |                      Add database configuration function      
       |V1.3.2 and above versions  |
diff --git a/src/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md 
b/src/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md
index d962a58f..072d3c37 100644
--- a/src/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md
+++ b/src/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md
@@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb  ## Originally configured as 
SQL, change the varia
 # To use IoTDB, the following variables need to be added
 export DATABASE_TS_LATEST_TYPE=iotdb
 export IoTDB_HOST=127.0.0.1  ## The IP address where iotdb is located
-export IoTDB_PORT:6667       ## The port number for iotdb is 6667 by default
-export IoTDB_USER:root       ## The username for iotdb,defaults as root
-export IoTDB_PASSWORD:root   ## The password for iotdb,default as root
-export IoTDB_CONNECTION_TIMEOUT:5000   ## IoTDB timeout setting
-export IoTDB_FETCH_SIZE:1024   ## The number of data pulled in a single 
request is recommended to be set to 1024
-export IoTDB_MAX_SIZE:200      ## The maximum number of sessions in the 
session pool is recommended to be set to>=concurrent requests
-export IoTDB_DATABASE:root.thingsboard  ## Thingsboard data is written to the 
database stored in IoTDB, supporting customization
+export IoTDB_PORT=6667       ## The port number for iotdb is 6667 by default
+export IoTDB_USER=root       ## The username for iotdb,defaults as root
+export IoTDB_PASSWORD=root   ## The password for iotdb,default as root
+export IoTDB_CONNECTION_TIMEOUT=5000   ## IoTDB timeout setting
+export IoTDB_FETCH_SIZE=1024   ## The number of data pulled in a single 
request is recommended to be set to 1024
+export IoTDB_MAX_SIZE=200      ## The maximum number of sessions in the 
session pool is recommended to be set to>=concurrent requests
+export IoTDB_DATABASE=root.thingsboard  ## Thingsboard data is written to the 
database stored in IoTDB, supporting customization
 ```
 
 ## Instructions
diff --git a/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md 
b/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md
index bd1711a4..ac49be7b 100644
--- a/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md
+++ b/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md
@@ -457,7 +457,7 @@ For example, if a user implements a data processing plugin 
with the fully qualif
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 ### Delete Plugin Statement
diff --git a/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md 
b/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md
index e4c460ca..58e59287 100644
--- a/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md
+++ b/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md
@@ -468,7 +468,7 @@ SQL:
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 Method 2: Upload the data to the local directory of the cluster
@@ -480,7 +480,7 @@ SQL:
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<file:/IoTDB installation 
path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
+USING URI <file:/IoTDB installation 
path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
 ```
 
 ### Delete plugin statement
diff --git a/src/UserGuide/latest/User-Manual/Streaming_apache.md 
b/src/UserGuide/latest/User-Manual/Streaming_apache.md
index bd1711a4..ac49be7b 100644
--- a/src/UserGuide/latest/User-Manual/Streaming_apache.md
+++ b/src/UserGuide/latest/User-Manual/Streaming_apache.md
@@ -457,7 +457,7 @@ For example, if a user implements a data processing plugin 
with the fully qualif
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 ### Delete Plugin Statement
diff --git a/src/UserGuide/latest/User-Manual/Streaming_timecho.md 
b/src/UserGuide/latest/User-Manual/Streaming_timecho.md
index e4c460ca..58e59287 100644
--- a/src/UserGuide/latest/User-Manual/Streaming_timecho.md
+++ b/src/UserGuide/latest/User-Manual/Streaming_timecho.md
@@ -468,7 +468,7 @@ SQL:
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 Method 2: Upload the data to the local directory of the cluster
@@ -480,7 +480,7 @@ SQL:
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<file:/IoTDB installation 
path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
+USING URI <file:/IoTDB installation 
path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
 ```
 
 ### Delete plugin statement
diff --git a/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_apache.md 
b/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_apache.md
index bef07327..0fff6252 100644
--- a/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_apache.md
+++ b/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_apache.md
@@ -465,7 +465,7 @@ USING <JAR 包的 URI>
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 ### 删除插件语句
diff --git a/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md 
b/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md
index 0386f4e6..eaca49e5 100644
--- a/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md
+++ b/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md
@@ -469,7 +469,7 @@ USING <JAR 包的 URI>
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 【方式二】上传到集群本地目录
@@ -481,7 +481,7 @@ USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
+USING URI <file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
 ```
 
 ### 删除插件语句
diff --git a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming.md 
b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming.md
index 3bb56178..2a972763 100644
--- a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming.md
+++ b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming.md
@@ -462,7 +462,7 @@ USING <JAR 包的 URI>
 ```sql
 CREATE PIPEPLUGIN example
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 ### 删除插件语句
diff --git a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md 
b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
index 22ccbeb3..a1b16bc6 100644
--- a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
+++ b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
@@ -466,7 +466,7 @@ USING <JAR 包的 URI>
 ```sql
 CREATE PIPEPLUGIN example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 【方式二】上传到集群本地目录
@@ -478,7 +478,7 @@ USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
 ```sql
 CREATE PIPEPLUGIN example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
+USING URI <file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
 ```
 
 ### 删除插件语句
diff --git a/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md 
b/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md
index 95b260de..f6653d6c 100644
--- a/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md
+++ b/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md
@@ -463,7 +463,7 @@ USING <JAR 包的 URI>
 ```sql
 CREATE PIPEPLUGIN example
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 ### 删除插件语句
diff --git a/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md 
b/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md
index 1f394249..39115538 100644
--- a/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md
+++ b/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md
@@ -467,7 +467,7 @@ USING <JAR 包的 URI>
 ```sql
 CREATE PIPEPLUGIN example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 【方式二】上传到集群本地目录
@@ -479,7 +479,7 @@ USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
 ```sql
 CREATE PIPEPLUGIN example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
+USING URI <file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
 ```
 
 ### 删除插件语句
diff --git 
a/src/zh/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
 
b/src/zh/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
index 9f3611e0..cf17d08d 100644
--- 
a/src/zh/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
+++ 
b/src/zh/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md
@@ -169,13 +169,13 @@
     Windows版:
     ```shell
     # 后台启动Workbench
-    start.sh -d
+    start.bat -d
     ``` 
 
     Linux版:
     ```shell
     # 后台启动Workbench
-    start.bat -d
+    ./start.sh -d
     ```
 
 4. 可以通过`jps`命令进行启动是否成功,如图所示即为启动成功:
@@ -191,6 +191,7 @@
 
 | 控制台版本号 | 版本说明                                                     | 
可支持IoTDB版本  |
 | :------------: | 
:------------------------------------------------------------: | 
:----------------: |
+| V1.5.1       | 新增AI分析功能以及模式匹配功能                    | V1.3.2及以上版本 |
 | V1.4.0       | 新增树模型展示及国际化                    | V1.3.2及以上版本 |
 | V1.3.1       | 分析功能新增分析方式,优化导入模版等功能                     | V1.3.2及以上版本 |
 | V1.3.0       | 新增数据库配置功能,优化部分版本细节                         | V1.3.2及以上版本 |
diff --git a/src/zh/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md 
b/src/zh/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md
index f244d9f7..4761428c 100644
--- a/src/zh/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md
+++ b/src/zh/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md
@@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb  ## 原配置为sql,将变量值改为iotdb
 # 使用IoTDB需增加以下变量
 export DATABASE_TS_LATEST_TYPE=iotdb
 export IoTDB_HOST=127.0.0.1  ## iotdb所在的ip地址
-export IoTDB_PORT:6667       ##  iotdb的端口号,默认为6667
-export IoTDB_USER:root       ## iotdb的用户名,默认为root
-export IoTDB_PASSWORD:root   ## iotdb的密码,默认为root
-export IoTDB_CONNECTION_TIMEOUT:5000   ## iotdb超时时间设置
-export IoTDB_FETCH_SIZE:1024   ## 单次请求所拉取的数据条数,推荐设置为1024
-export IoTDB_MAX_SIZE:200      ##sessionpool内的最大数量,推荐设置为>=并发请求数
-export IoTDB_DATABASE:root.thingsboard  ##thingsboard数据写入iotdb所存储的数据库,支持自定义
+export IoTDB_PORT=6667       ##  iotdb的端口号,默认为6667
+export IoTDB_USER=root       ## iotdb的用户名,默认为root
+export IoTDB_PASSWORD=root   ## iotdb的密码,默认为root
+export IoTDB_CONNECTION_TIMEOUT=5000   ## iotdb超时时间设置
+export IoTDB_FETCH_SIZE=1024   ## 单次请求所拉取的数据条数,推荐设置为1024
+export IoTDB_MAX_SIZE=200      ##sessionpool内的最大数量,推荐设置为>=并发请求数
+export IoTDB_DATABASE=root.thingsboard  ##thingsboard数据写入iotdb所存储的数据库,支持自定义
 ```
 
 ## 使用说明
diff --git a/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md 
b/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md
index bef07327..0fff6252 100644
--- a/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md
+++ b/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md
@@ -465,7 +465,7 @@ USING <JAR 包的 URI>
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 ### 删除插件语句
diff --git a/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md 
b/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md
index 0386f4e6..eaca49e5 100644
--- a/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md
+++ b/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md
@@ -469,7 +469,7 @@ USING <JAR 包的 URI>
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 【方式二】上传到集群本地目录
@@ -481,7 +481,7 @@ USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
+USING URI <file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
 ```
 
 ### 删除插件语句
diff --git a/src/zh/UserGuide/latest/User-Manual/Streaming_apache.md 
b/src/zh/UserGuide/latest/User-Manual/Streaming_apache.md
index bef07327..0fff6252 100644
--- a/src/zh/UserGuide/latest/User-Manual/Streaming_apache.md
+++ b/src/zh/UserGuide/latest/User-Manual/Streaming_apache.md
@@ -465,7 +465,7 @@ USING <JAR 包的 URI>
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 ### 删除插件语句
diff --git a/src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md 
b/src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md
index 0386f4e6..eaca49e5 100644
--- a/src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md
+++ b/src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md
@@ -469,7 +469,7 @@ USING <JAR 包的 URI>
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
+USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
 ```
 
 【方式二】上传到集群本地目录
@@ -481,7 +481,7 @@ USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
 ```sql
 CREATE PIPEPLUGIN IF NOT EXISTS example 
 AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' 
-USING URI '<file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
+USING URI <file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
 ```
 
 ### 删除插件语句

Reply via email to