This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from tjamet/input/forward
Add support for forward input
- Loading branch information
Showing
5 changed files
with
25 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# placeholder |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## built-in TCP input | ||
## $ echo <json> | fluent-cat <tag> | ||
<source> | ||
@type forward | ||
@id forward_input | ||
port "#{ENV['FORWARD_INPUT_PORT']}" | ||
bind "#{ENV['FORWARD_INPUT_BIND']}" | ||
</source> | ||
|
||
<source> | ||
@type monitor_agent | ||
bind 0.0.0.0 | ||
port 24220 | ||
</source> | ||
|
||
@include /fluentd/conf.d/forward/source.*.conf | ||
@include /fluentd/conf.d/user/*.conf | ||
@include /fluentd/conf.d/out.sumo.conf |