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

winlogbeat (3) Versions 1.0.0

Installs/Configures Elastic Winlogbeat

Policyfile
Berkshelf
Knife
cookbook 'winlogbeat', '~> 1.0.0', :supermarket
cookbook 'winlogbeat', '~> 1.0.0'
knife supermarket install winlogbeat
knife supermarket download winlogbeat
README
Dependencies
Changelog
Quality 17%

winlogbeat

Description

Elastic Winlogbeat is used to forward Windows event logs to ELK ecosystem supported receivers.

Requirements

Platforms

Tested only on Windows Server 2012 R2. But should work on any modern Windows.

Attributes

Attribute Description Type Default
['winlogbeat']['version'] Version of Elastic Winlogbeat. String 5.4.2
['winlogbeat']['package_url'] Url to download Elastic Winlogbeat from. String auto
['winlogbeat']['notify_restart'] Automatically restart Winlogbeat if config changes during converge. Boolean true
['winlogbeat']['install_only'] If true do not create service and generate config file. Boolean false
['winlogbeat']['install_dir'] Installation directory for Elastic Winlogbeat. String C:\Program Files\Winlogbeat
['winlogbeat']['override_config'] Configuration values to override in default config. Hash {}

Recipes

  • default.rb - Install and configure Elastic Winlogbeat.
  • install.rb - Download Winlogbeat.
  • configure.rb - Create a service and generate config file.

Kitchen

# Full testing: check style, converge and verify instance
chef exec rake

Examples

For examples see test/fixtures/cookbooks/test cookbook.

Authors

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

1.0.0 (June 22, 2016)

  • Add support for Winlogbeat version 5.x.x.

0.1.1 (June 14, 2016)

  • Fix package full path to Windows style.

0.1.0 (June 7, 2016)

  • Initial version of cookbook. See README.md.

Collaborator Number Metric
            

1.0.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.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.0 failed this metric

FC069: Ensure standardized license defined in metadata: winlogbeat/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.0.0 passed this metric

Testing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number