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

ellk (6) Versions 0.3.2

Library to handle Elasticsearch, Logstash, Logstash-Forwarder & Kibana

Policyfile
Berkshelf
Knife
cookbook 'ellk', '= 0.3.2', :supermarket
cookbook 'ellk', '= 0.3.2'
knife supermarket install ellk
knife supermarket download ellk
README
Dependencies
Changelog
Quality 100%

ELLK Cookbook

hack friendly: Elasticsearch, Logstash, Logstash-forwarder and Kibana

note: expects consumer to install java and handle certs

Works with anything ARK and RUNIT can handle.

Requirements

  • chef 11+
  • some kind of java
  • see metadata for complexity

About

The heavy lifting comes from ARK and RUNIT cookbooks with a focus around being able to pass optional configurations via merged hashsets for templates and environment variable sets. Meditate on the idea that this library is simply providing a common installation and templating for the 4 projects. It expects you to do all the tweaking and configuring as needed because attempting to account for all is untenable. The opinion is then that you would want logstash-forwarder on all nodes communicating to your logstash endpoints. Logstash-forwarder is overloaded to accept a hash for the logs it will harvert as an attribute making it easy to use in recipes without fumbling with templates. The defaults then expect that logstash would remain resident along all elasticsearch nodes which finally has an interface via kibana. Beyond this, inheriting templates and customizing the configurations and security is up to you.

The default installations are:

elasticsearch = 1.7.0 // JAVA
logstash = 1.5.3 // RUBY
logstash-forwarder = 0.4.0 // GO
kibana = 4.1.1 // NODEJS

You can override any of these by passing the url for the zip/tar package, a checksum (sha256) and a version to tag is by. See the resource files in the libraries folder for the accepted attributes.

See ellktest for examples and flexibility..

TODO

see issues

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Author: Jacob Dearing // jacob.dearing@gmail.com

The MIT License (MIT)

Copyright (c) 2015 Jacob Dearing

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Dependent cookbooks

ark >= 0.0.0
runit >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

ellk CHANGELOG

This file is used to list changes made in each version of the ellk cookbook.

0.3.2

0.3.0

  • Jacob Dearing - Release-Ready for feedback. :8ball:

0.2.5

  • Jacob Dearing - Kibana looking more Release-Ready :+1:

0.2.4

  • Jacob Dearing - Logstash kinda Release-Ready :+1:

0.2.3

  • Jacob Dearing - Logstash-Forwarder Release-Ready :+1:

0.2.0

  • Jacob Dearing - Pre-Release

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Foodcritic Metric
            

0.3.2 passed this metric