Commit 3ba8bec6cefbd6f7b91f304016db1e1fc95e439a
1 parent
c5cafe5f
Exists in
syslog
Adding TPC reception to server.conf template
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
cookbooks/rsyslog/templates/server/server.conf.erb
1 | +# Provides TCP syslog reception | ||
2 | +$ModLoad imtcp | ||
3 | +$InputTCPServerRun 514 | ||
4 | + | ||
1 | # Setting up dir to storage the logs from SPB env | 5 | # Setting up dir to storage the logs from SPB env |
2 | # Dir to storage Social logs | 6 | # Dir to storage Social logs |
3 | if $fromhost-ip=='<%= node['peers']['social']%>' then /var/log/spb/social/social.log | 7 | if $fromhost-ip=='<%= node['peers']['social']%>' then /var/log/spb/social/social.log |