TCPStream

This output is used to write data to a listening TCP socket, allowing you to push outputs directly to a custom application.

ParameterDefaultMeaning
hostThe host name or IP address of the server
portThe listening UDP port
delimiterThe delimiter to separate the name and value of the point.

Example

[
   {
       "method": "tcpstream",
       "delimiter": "="
       "port": 6379
   }
]

The above example would send values to a listening TCP socket on port 6379 on the local machine. The messages would be in the form of point_name=value.

Other Modules

Return to the list of output modules.