Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

fluentbit (5) Versions 1.1.0

Installs and configures Fluent Bit

Policyfile
Berkshelf
Knife
cookbook 'fluentbit', '= 1.1.0', :supermarket
cookbook 'fluentbit', '= 1.1.0'
knife supermarket install fluentbit
knife supermarket download fluentbit
README
Dependencies
Quality 83%

fluentbit cookbook

Build Status

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

You can add custom parsers by setting type :parser:

fluentbit_conf 'foo' do
  type :parser
  content <<-CONF.gsub(/^[ ]{4}/, '')
    [PARSER]
        Name   foo
        Format regex
        Regex  ^(?<foo>[^ ]*) [^ ]*$
  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

sanity Applicable Versions

Collaborator Number Metric
            

1.1.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.1.0 passed this metric

Foodcritic Metric
            

1.1.0 passed this metric

No Binaries Metric
            

1.1.0 passed this metric

Testing File Metric
            

1.1.0 passed this metric

Version Tag Metric
            

1.1.0 passed this metric