package
module
Version:
v0.0.0-...-13eb7c1
Opens a new window with list of versions in this module.
Published: Dec 11, 2021
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
beats-udp-output
How To Use
-
Clone this project to elastic/beats/libbeat/output/
-
Modify elastic/beats/libbeat/publisher/includes/includes.go
:
// add import
import _ "github.com/elastic/beats/libbeat/output/udp"
-
Compile beats
Configuration
Example
output.udp:
host: 127.0.0.1
port: 8080
codec: ...
Options
codec
Output codec configuration. If the codec section is missing, events will be json encoded using the pretty option.
See Change the output codec for more information.
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.