Last active
February 15, 2017 19:23
-
-
Save edsiper/ea232cb8cb8dbf9b53d9cead771cb287 to your computer and use it in GitHub Desktop.
Fluent Bit multiple I/O
This file contains hidden or 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
[INPUT] | |
Type cpu | |
Tag prod.cpu | |
[INPUT] | |
Type mem | |
Tag dev.mem | |
[OUTPUT] | |
Type forward | |
Host 192.168.3.3 | |
Port 24224 | |
Match * | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment