Skip to main content
Version: 3.3.0

udp

Listen for incoming UDP connections

The result is the same fields as with tcp without plain: true

  • _raw the data
  • source_ip
  • source_port
  • received_time
  • receiver_port
  • protocol "UDP"
Field NameDescriptionTypeDefault
addressBind addressstring-
encodingThe text incoding for incoming dataencodingUTF-8
max-sizeThe maximum datagram size to be parsedinteger-

address

Bind address

Type: string

Example

action:

udp:
address: 127.0.0.1:8000

encoding

The text incoding for incoming data

Type: encoding

max-size

The maximum datagram size to be parsed

Type: integer