mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- add doc
This commit is contained in:
parent
e5ad7f2675
commit
9b8162c204
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ require "logstash/outputs/base"
|
|||
require "logstash/namespace"
|
||||
require "socket"
|
||||
|
||||
# Send events over UDP
|
||||
#
|
||||
# Keep in mind that UDP will lose messages.
|
||||
class LogStash::Outputs::UDP < LogStash::Outputs::Base
|
||||
config_name "udp"
|
||||
milestone 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue