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

elastalert (2) Versions 0.1.1

Installs/Configures elastalert

Policyfile
Berkshelf
Knife
cookbook 'elastalert', '~> 0.1.1', :supermarket
cookbook 'elastalert', '~> 0.1.1'
knife supermarket install elastalert
knife supermarket download elastalert
README
Dependencies
Quality 33%

Elastalert cookbook

Build Status
Code Climate
Cookbook Version
GitHub license

Overview

This chef cookbook installs and configures Yelp's elastalert.

In more details:
- checks out elastalert github repo using given commit hash or tag
- create elastalert user and group
- installs elastalert in python virtual environment
- creates elastalert index in Elasticsearch
- starts elastalert service with supervisor
- manages elastalert rules

Requirements

Platforms

  • Debian 8

Cookbooks

  • poise-python
  • git
  • managed_directory
  • supervisor

Other

  • access to Elasticsearch cluster in version needed by particular version of elastalert (default 2.*)

How to use

Create wrapper around this cookbook and adjust attributes to your needs.

Attributes

  • node['elastalert']['repository'] - git repository of elastalert, default https://github.com/Yelp/elastalert.git
  • node['elastalert']['version'] - commit hash or tag to checkout from elastalert git repo, default v0.1.3
  • node['elastalert']['elasticsearch']['hostname'] - hostname of elasticsearch to use, default localhost
  • node['elastalert']['elasticsearch']['port'] - port of elasticsearch to use, default 9200
  • node['elastalert']['elasticsearch']['index'] - name of index to be created by elastalert, default elastalert_status
  • node['elastalert']['elasticsearch']['index_old'] - old / previous elastalert index, default empty
  • node['elastalert']['elasticsearch']['url_prefix'] - prefix for Elasticsearch URl (see Elastalert docs), default empty
  • node['elastalert']['elasticsearch']['create_index_opts'] - additional options for creating elastalert index (see Elastalert docs), default --no-auth --no-ssl
  • node['elastalert']['group'] - name of group for user running elastalert, default elastalert
  • node['elastalert']['user'] - name of user running elastalert, default elastalert
  • node['elastalert']['user_home'] - home directory for user running elastalert, default /home/elastalert
  • node['elastalert']['directory'] - installation directory of elastalert, default /opt/elastalert
  • node['elastalert']['rules_directory'] - directory containing elastalert rules, default /opt/elastalert/rules
  • node['elastalert']['virtualenv']['directory'] - directory for python virtual environment running elastalert, default /opt/elastalert/.env
  • node['elastalert']['log_dir'] - logging directory for elastalert, default /var/log/elastalert
  • node['elastalert']['supervisor']['logfile'] - stdout log file path for supervisor, default /var/log/elastalert/elastalert_supervisord.log
  • node['elastalert']['supervisor']['logfile_maxbytes'] - max size of supervisor stdout log file, default 1MB
  • node['elastalert']['supervisor']['logfile_backups'] - no. of stdout log file backups, default 2
  • node['elastalert']['supervisor']['err_logfile'] - stderr log file path for supervisor, default /var/log/elastalert/elastalert_stderr.log
  • node['elastalert']['supervisor']['err_logfile_maxbytes'] - max size of supervisor stderr log file, default 5MB
  • node['elastalert']['supervisor']['run_command'] - supervisor run command starting elastalert (see Elastalert docs), default /opt/elastalert/.env/bin/elastalert --config /opt/elastalert/config.yml --verbose

Recipes

recipes/default.rb - does everything.

Testing

Tested with cookstyle, foodcritic, chefspec and kitchen tests using docker driver, build automatically
on snap ci -> https://snap-ci.com/zbigniewz/elastalert-cookbook/branch/master

Contributing

Fork repo and create pull request, all comments and feedback are welcome!

Dependent cookbooks

poise-python >= 0.0.0
git >= 0.0.0
managed_directory >= 0.0.0
supervisor >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.1 failed this metric

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

Contributing File Metric
            

0.1.1 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
            

0.1.1 passed this metric

No Binaries Metric
            

0.1.1 passed this metric

Testing File Metric
            

0.1.1 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
            

0.1.1 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