Commit 3ba8bec6cefbd6f7b91f304016db1e1fc95e439a

Authored by Paulo Tada
1 parent c5cafe5f
Exists in syslog

Adding TPC reception to server.conf template

cookbooks/rsyslog/templates/server/server.conf.erb
  1 +# Provides TCP syslog reception
  2 +$ModLoad imtcp
  3 +$InputTCPServerRun 514
  4 +
1 5 # Setting up dir to storage the logs from SPB env
2 6 # Dir to storage Social logs
3 7 if $fromhost-ip=='<%= node['peers']['social']%>' then /var/log/spb/social/social.log
... ...