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.
Parameter | Default | Meaning |
---|---|---|
host | The host name or IP address of the server | |
port | The listening UDP port | |
message | {“message”: “%M”,“start”: “%S”, “end”: “%E”} | The content of the message. |
timezone | The 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.