This repository has been archived by the owner on May 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add encoding, max_log_size and multiline to udp (#127)
* udp: add encoding Signed-off-by: Dominik Rosiek <[email protected]> * udp: add multiline support Signed-off-by: Dominik Rosiek <[email protected]> * udp: docs: add encoding, multiline and max_log_size Signed-off-by: Dominik Rosiek <[email protected]> * udp: do not split udp messages by default Signed-off-by: Dominik Rosiek <[email protected]> * Unify tcp and udp buffer management * tcp: udp: tune comments and rename minLogSize to minMaxLogSize Signed-off-by: Dominik Rosiek <[email protected]> * udp: remove buffer related configuration Signed-off-by: Dominik Rosiek <[email protected]> * udp: docs: remove min_log_size and update multiline with per packet scopew info * Update operator/builtin/input/udp/udp.go Co-authored-by: Daniel Jaglowski <[email protected]> Co-authored-by: Daniel Jaglowski <[email protected]>
- Loading branch information
1 parent
11a0a1c
commit 0227def
Showing
4 changed files
with
116 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters