cookbook 'fluentbit', '= 1.0.0'
fluentbit (5) Versions 1.0.0 Follow2
Installs and configures Fluent Bit
cookbook 'fluentbit', '= 1.0.0', :supermarket
knife supermarket install fluentbit
knife supermarket download fluentbit
fluentbit cookbook
Recipe default
The recipe fluentbit::default
installs Fluent Bit.
You can add custom configuration with the fluentbit_conf
helper:
fluentbit_conf 'example' do content <<-CONF.gsub(/^[ ]{4}/, '') [INPUT] Name cpu Tag cpu [OUTPUT] Name stdout Match * CONF end
Recipe forward
A simple generic recipe is available to set up forwarding to another Fluent Bit or Fluentd host.
How to generate certificate for secure forwarding
Run this locally: openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 3650
Give it a password.
CN can be left blank.
License
MIT
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
License Metric
1.0.0 passed this metric
1.0.0 passed this metric