-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor syslog_input into a single operator The syslog_input operator was previously implemented as a builder that built two operators. While this is a perfectly fine solution, it happens to be the only place in this codebase where multiple operators are returned from a builder, excepting plugins. This new implementation builds the same two operators, but then wraps them together within a single operator. This will allow for the eventual simplification of other code, once plugins are also removed from this codebase.
- Loading branch information
1 parent
3222787
commit 8e7555b
Showing
6 changed files
with
164 additions
and
117 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
Oops, something went wrong.