You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en_US/data-integration/syskeeper.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ This section describes the preparations you must complete before creating the Na
34
34
35
35
- Knowledge about EMQX data integration [rules](./rules.md)
36
36
- Knowledge about [data integration](./data-bridges.md)
37
+
- Understanding of the basic concepts and working principles of Nari SysKeeper devices
37
38
38
39
### Start a Nari SysKeeper Proxy in Security Zone III
39
40
@@ -47,7 +48,7 @@ This section introduces how to start a Nari SysKeeper Proxy in Security Zone III
47
48
48
49
3. Enter a name for the Connector. The name should combine upper/lower case letters or numbers, for example, `my_sysk_proxy`.
49
50
50
-
4. Set **Listen Address** to `Address:9002`, for example, `172.17.0.1:9002`. The SysKeeper Proxy will start a TCP listener. Make sure that the port is not occupied by other processes and that the firewall allows access to this port.
51
+
4. Set **Listen Address** to `0.0.0.0:9002`. The SysKeeper Proxy will start a TCP listener. Make sure that the port is not occupied by other processes and that the firewall allows access to this port.
51
52
52
53
5. Leave the values of other configuration options as default.
53
54
@@ -67,6 +68,9 @@ This section demonstrates how to configure a Connector for Nari SysKeeper Forwar
67
68
68
69
4. Set the **Server** to the address of the SysKeeper proxy server, for example, `172.17.0.1:9002`.
69
70
71
+
- The address `172.17.0.1` is the virtual IP address configured by SysKeeper for Security Zone III.
72
+
- The port `9002` is the listening port configured by the SysKeeper Proxy of EMQX in Security Zone III.
73
+
70
74
5. Before clicking **Create**, you can click **Test Connectivity** to test that the Connector can connect to the SysKeeper Proxy.
71
75
72
76
6. Click **Create** to complete the creation of the Connector. In the pop-up dialogue, you can click **Back to Connector List** or click **Create Rule** to continue to create a rule and a Sink for specifying the data to be forwarded to SysKeeper. For details steps, refer to [Create a Rule and Sink](#create-a-rule-and-sink).
@@ -153,4 +157,4 @@ You can use the built-in WebSocket client in the Dashboard to test your SysKeepe
153
157
154
158
7. Click **Publish** to send the message.
155
159
156
-
8. In Security Zone III, you will see that the client has received this message if everything is correct.
160
+
8. In Security Zone III, you will see that the client has received this message if everything is correct.
0 commit comments