Skip to content

sous-chefs/rsyslog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

772 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

rsyslog Cookbook

Cookbook Version CI State OpenCollective OpenCollective License

Installs and configures rsyslog with custom resources.

Maintainers

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.

Requirements

Platforms

Current Linux systemd platforms with distro rsyslog packages are supported. See LIMITATIONS.md for platform and package notes.

Chef

  • Chef Infra Client 15.3+

Breaking Migration

Recipes and node attributes have been removed. See migration.md for examples that convert the old recipe API to resource declarations.

Resources

Usage

Standalone Service

rsyslog_service 'default'

Forward Logs to a Remote Server

rsyslog_client 'default' do
  server_ip '10.0.0.50'
end

Receive Remote Logs

rsyslog_server 'default' do
  protocol 'udptcp'
  port 514
end

Monitor a Local File

rsyslog_service 'default'

rsyslog_file_input 'app-log' do
  file '/var/log/app.log'
  facility 'local0'
  severity 'info'
end

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

![https://opencollective.com/sous-chefs#backers](https://opencollective.com/sous-chefs/backers.svg?width=600&avatarHeight=40)

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

![https://opencollective.com/sous-chefs/sponsor/0/website](https://opencollective.com/sous-chefs/sponsor/0/avatar.svg?avatarHeight=100) ![https://opencollective.com/sous-chefs/sponsor/1/website](https://opencollective.com/sous-chefs/sponsor/1/avatar.svg?avatarHeight=100) ![https://opencollective.com/sous-chefs/sponsor/2/website](https://opencollective.com/sous-chefs/sponsor/2/avatar.svg?avatarHeight=100) ![https://opencollective.com/sous-chefs/sponsor/3/website](https://opencollective.com/sous-chefs/sponsor/3/avatar.svg?avatarHeight=100)

Sponsor this project

Packages

 
 
 

Contributors