Installs and configures rsyslog with custom resources.
This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. Visit sous-chefs.org or join the Chef Community Slack in #sous-chefs.
Current Linux systemd platforms with distro rsyslog packages are supported. See LIMITATIONS.md for platform and package notes.
- Chef Infra Client 15.3+
Recipes and node attributes have been removed. See migration.md for examples that convert the old recipe API to resource declarations.
rsyslog_service 'default'rsyslog_client 'default' do
server_ip '10.0.0.50'
endrsyslog_server 'default' do
protocol 'udptcp'
port 514
endrsyslog_service 'default'
rsyslog_file_input 'app-log' do
file '/var/log/app.log'
facility 'local0'
severity 'info'
endThis project exists thanks to all the people who contribute.
Thank you to all our backers!
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
   