Skip to content

Instantly share code, notes, and snippets.

@nacyot
Created August 2, 2014 00:41
Show Gist options
  • Save nacyot/87d0d902663390b11ff6 to your computer and use it in GitHub Desktop.
Save nacyot/87d0d902663390b11ff6 to your computer and use it in GitHub Desktop.
@version: 3.5
@include "scl.conf"
options {
time_reap(30);
mark_freq(10);
keep_hostname(yes);
};
source src {
unix-stream("/dev/log");
internal();
system();
};
destination d_network { udp( "0.0.0.0" port(5140) ); };
log { source(src); destination(d_network); };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment