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

simple-logstash (16) Versions 0.1.0

Installs/Configures simple-logstash. No less. No more.

Policyfile
Berkshelf
Knife
cookbook 'simple-logstash', '= 0.1.0', :supermarket
cookbook 'simple-logstash', '= 0.1.0'
knife supermarket install simple-logstash
knife supermarket download simple-logstash
README
Dependencies
Quality 100%

Description

This cookbook installs only logstash and provides few typical configurations.
It doesn't install or depends on java, apache, nginx, elasticsearch, kibana, etc...

It also skips lumberjack.

Usage

Default recipe only creates user/group and arks logstash.
You are free to do anything with installation.

Also cookbook provides HWRPs for managing services and configs of logstash.
You can define multiple services and configs.

HWRP

logstash_config

Generic HWRP for managing logstashs' configs. It also creates parent directory for your config.
You better want to use its child classes.

Actions

  • create - default, creates new config
  • delete - deletes config

Attributes

  • service - logstash service name config belongs to. Defaults to logstash
  • config - logstash config file name to create. Defaults to node['logstash']['prefix_conf']/<service>/<name>.conf
  • source - config template to use. Defaults to logstash/<name>.conf.erb
  • owner - set owner of config file. Defaults to node['logstash']['user']
  • group - set group of config file. Defaults to node['logstash']['group']
  • mode - set group of config file. Defaults to 0640

logstash_input

This resource based on logstash_config. It has the same actions and attributes.
But it has some different default values:

  • config - Defaults to node['logstash']['prefix_conf']/<service>/10_input_<name>.conf
  • source - Defaults to logstash/input/<name>.conf.erb

logstash_filter

This resource based on logstash_config. It has the same actions and attributes.
But it has some different default values:

  • config - Defaults to node['logstash']['prefix_conf']/<service>/20_filter_<name>.conf
  • source - Defaults to logstash/filter/<name>.conf.erb

logstash_output

This resource based on logstash_config. It has the same actions and attributes.
But it has some different default values:

  • config - Defaults to node['logstash']['prefix_conf']/<service>/90_output_<name>.conf
  • source - Defaults to logstash/output/<name>.conf.erb

logstash_service

Defines logstash service based on runit HWRP.

Actions

Actions are same as in runit HWRP. Use this resource as you use runit

Attributes

  • logstash_config_path - Defaults to node['logstash']['prefix_conf']/<servicename>
  • logstash_plugin_path - Defaults to nil
  • logstash_filter_workers - Defaults to 1
  • logstash_quiet - Defaults to true
  • logstash_verbose - Defaults to false
  • logstash_debug - Defaults to false

Example

You can visit fixture cookbook [test-logstash](test/fixtures/cookbooks/test-logstash)

Requirements

Platform:

  • Debian
  • Ubuntu
  • Centos

Cookbooks:

  • ark
  • runit

Attributes

  • node['logstash']['download_url'] - Defaults to "https://download.elasticsearch.org/logstash/logstash/logstash-1.4.2.tar.gz".
  • node['logstash']['checksum'] - Defaults to "d5be171af8d4ca966a0c731fc34f5deeee9d7631319e3660d1df99e43c5f8069".
  • node['logstash']['version'] - Defaults to "1.4.2".
  • node['logstash']['user'] - Defaults to "logstash".
  • node['logstash']['group'] - Defaults to "logstash".
  • node['logstash']['prefix_root'] - Defaults to "/opt".
  • node['logstash']['prefix_conf'] - Defaults to "/etc".

Recipes

  • simple-logstash::default

License and Maintainer

Maintainer:: Yauhen Artsiukhou (jsirex@gmail.com)

License:: Apache

Dependent cookbooks

ark >= 0.0.0
runit >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

0.1.0 passed this metric