options { sync(0); };

source src { unix-stream("/dev/log"); internal(); };

destination testhg { udp("192.168.1.21" port(514)); };

filter f_testhg { host("gdansk") or host("192.168.1.3"); };

log { source(src); filter(f_testhg); destination(testhg); };

