Skip to content

Instantly share code, notes, and snippets.

@AndreaCrotti
Created December 16, 2009 15:15
Show Gist options
  • Save AndreaCrotti/257899 to your computer and use it in GitHub Desktop.
Save AndreaCrotti/257899 to your computer and use it in GitHub Desktop.
destination df_sshd {
file("/var/log/sshd.log");
};
filter sshd {
program(sshd);
};
log {
source(s_all);
filter(sshd);
destination(df_sshd);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment