1body common control
2{
3  bundlesequence => { "tcpread" };
4}
5
6bundle agent tcpread
7{
8vars:
9    'trace_output' string => readtcp('127.0.0.1', '1', '', 1);
10}
11