Skip to main content

udp_server

DEPRECATED

This component is deprecated and will be removed in the next major version release. Please consider moving onto alternative components.

# Config fields, showing default values
input:
label: ""
udp_server:
address: 127.0.0.1:0
max_buffer: 1000000
delimiter: ""

Creates a server that receives messages over UDP as a continuous stream of data. Each line is interpretted as an individual message, if the delimiter field is left empty then line feed (\n) is used.

The field max_buffer specifies the maximum amount of memory to allocate for buffering lines of data, this must exceed the largest expected message size.

Fields​

address​

Sorry! This field is missing documentation.

Type: string
Default: "127.0.0.1:0"

max_buffer​

Sorry! This field is missing documentation.

Type: int
Default: 1000000

delimiter​

Sorry! This field is missing documentation.

Type: string
Default: ""