Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,11 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| **Parameter** | **Description** | **value Range** | **Required** | **Default Value** |
| ---------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -------- |--------------|
| sink | write-back-sink | String: write-back-sink | Yes | - |
| user/username | User used for write-back | String: username | Optional | root |
| password | Password used for write-back | String: password | Optional | root123 |
| user-id | User ID corresponding to the user | String | Optional | root |
| cli-hostname | CLI hostname corresponding to the user | String | Optional | root |
| use-event-user-name | Whether to use another user's username if the event contains one (generally not needed now because there is no external source) | Boolean: true / false | Optional | false |

#### opc-ua-sink

Expand Down
5 changes: 5 additions & 0 deletions src/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,11 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| **Parameter** | **Description** | **value Range** | **Required** | **Default Value** |
| ---------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -------- |--------------|
| sink | write-back-sink | String: write-back-sink | Yes | - |
| user/username | User used for write-back | String: username | Optional | root |
| password | Password used for write-back | String: password | Optional | root123 |
| user-id | User ID corresponding to the user | String | Optional | root |
| cli-hostname | CLI hostname corresponding to the user | String | Optional | root |
| use-event-user-name | Whether to use another user's username if the event contains one (generally not needed now because there is no external source) | Boolean: true / false | Optional | false |

#### opc-ua-sink

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,11 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| **参数** | **描述** | **value 取值范围** | **是否必填** | **默认取值** |
| ---------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -------- | -------- |
| sink | write-back-sink | String: write-back-sink | 必填 | - |
| user/username | 用于写回的用户 | String:用户名 | 选填 | root |
| password | 用于写回的密码 | String:密码 | 选填 | root123 |
| user-id | 用户对应的 userId | String | 选填 | root |
| cli-hostname | 用户对应的 cli 主机名 | String | 选填 | root |
| use-event-user-name | 如果 event 中含有另一个用户的用户名,是否使用该用户名(现在没有 external source 基本不需要) | Boolean: true / false | 选填 | false |

#### opc-ua-sink

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,11 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| **参数** | **描述** | **value 取值范围** | **是否必填** | **默认取值** |
| ---------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -------- | -------- |
| sink | write-back-sink | String: write-back-sink | 必填 | - |
| user/username | 用于写回的用户 | String:用户名 | 选填 | root |
| password | 用于写回的密码 | String:密码 | 选填 | root123 |
| user-id | 用户对应的 userId | String | 选填 | root |
| cli-hostname | 用户对应的 cli 主机名 | String | 选填 | root |
| use-event-user-name | 如果 event 中含有另一个用户的用户名,是否使用该用户名(现在没有 external source 基本不需要) | Boolean: true / false | 选填 | false |

#### opc-ua-sink

Expand Down
Loading