From 2bdc17837c0d488cd161162d646a2e7ec3cd9eb2 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Thu, 30 Jul 2015 07:41:14 +0000 Subject: [PATCH] add localsyslog to cowrie.dist.cfg --- cowrie.cfg.dist | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cowrie.cfg.dist b/cowrie.cfg.dist index 34eba122..a5b5604d 100644 --- a/cowrie.cfg.dist +++ b/cowrie.cfg.dist @@ -228,6 +228,15 @@ interact_port = 5123 [output_jsonlog] logfile = log/cowrie.json +# Local Syslog output module +# +# This sends log messages to the local syslog daemon. +# Facility can be: +# KERN, USER, MAIL, DAEMON, AUTH, LPR, NEWS, UUCP, CRON, SYSLOG and LOCAL0 to LOCAL7. +# +# [output_localsyslog] +# facility = USER + #[database_hpfeeds] #server = hpfeeds.mysite.org #port = 10000