UDPStream

This output is used to write data to a listening UDP socket, ideal for notifying 3rd party applications of any changes and/or activity.

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": "udpstream",
       "delimiter": "=",
       "port": 6379
   }
]

The above example would send values to an UDP service listening on port 6379. Each message would be in the format 'pointname = value'..

Other Modules

Return to the list of output modules.