Guest User

Untitled

a guest
Apr 26th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. destination df_sshd {
  2. file("/var/log/sshd.log");
  3. };
  4. filter sshd {
  5. program(sshd);
  6. };
  7. log {
  8. source(s_all);
  9. filter(sshd);
  10. destination(df_sshd);
  11. };
Add Comment
Please, Sign In to add comment