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
message{“message”: “%M”,“start”: “%S”, “end”: “%E”}The content of the message.
timezoneThe timezone for the date/time stamps.

Example

[
   {
       "method": "udpstream",
       "message": "%M @ %S",
       "port": 6379
   }
]

The above example would send the event description, followed by a time-stamp in UTC each time an event occurred..

Other Modules

Return to the list of output modules.