Created
November 4, 2015 15:08
-
-
Save donjohnson/feae83a44dbb0b4351d7 to your computer and use it in GitHub Desktop.
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
echo '{"a":4}'|nc hekatest 5565 |
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
[tcp] | |
type = "TcpInput" | |
address = ":5565" | |
decoder = "newline_decoder" | |
#splitter = "newline_splitter" | |
[newline_decoder] | |
type = "ScribbleDecoder" | |
[newline_decoder.message_fields] | |
Environment = "production" | |
[newline_splitter] | |
type = "TokenSplitter" | |
delimiter = '\n' |
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
2015/11/04 08:51:35 Starting hekad... | |
2015/11/04 08:51:35 Output started: FileOutput | |
2015/11/04 08:51:35 Output started: Dashboard | |
2015/11/04 08:51:35 MessageRouter started. | |
2015/11/04 08:51:35 Input started: tcp | |
2015/11/04 08:51:35 Input started: devTest123 | |
2015/11/04 08:51:39 Decoder 'tcp-newline_decoder-10.180.1.100': stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment