udp
Listen for incoming UDP connections
The result is the same fields as with tcp without plain: true
_raw
the datasource_ip
source_port
received_time
receiver_port
protocol
"UDP"
Field Name | Description | Type | Default |
---|---|---|---|
address | Bind address | string | - |
encoding | The text incoding for incoming data | encoding | UTF-8 |
max-size | The maximum datagram size to be parsed | integer | - |
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