sous-chefs / rsyslog

Development repository for the rsyslog cookbook
https://supermarket.chef.io/cookbooks/rsyslog
Apache License 2.0
65 stars 199 forks source link

default['rsyslog']['port'] possibly incorrect #65

Open rsmitty opened 10 years ago

rsmitty commented 10 years ago

Hello, I'm using this cookbook as part of Rackspace Private Cloud's Openstack installation. I've noticed that the rsyslog.conf that is set up by this cookbook sets the TCP port to 514. From what I can gather, port 514 should only be used for UDP, while ports 601 or 6514 should be used for TCP syslog traffic. I know this can be overridden easily, but I thought it may be something your team would like to explore.

Here's some references pointing to the port definitions:

https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=syslog

http://www.networksorcery.com/enp/protocol/syslog.htm