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.1

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

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

ELLK Cookbook

forthebadge

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

note: expects consumer to install java and handle certs

Support and Tested

centos66

Requirements

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

About

The mindset for this creation is that logstash-forwarder is pleasant enough
to cast out to all your resident nodes and since messing with templates is a pain,
it allows you to just provide a hash to template out the configuration. Making
recipes easier to configure with.

Next in the chain are the logstash nodes. Typically, I'd imagine them to be 1:1 with all
elasticsearch nodes also created by this LWRP; so localhost is a default output. Otherwise,
the matra of this design is if defaults don't work, source your consuming cookbook with your own
templates copied from this cookbook. Pass any optional config vars you want in your templaes with
conf_options attribute and hack away.

This is hack friendly and mainly focused on getting you a framework
to work by. The heavy lifting comes from ARK and RUNIT cookbooks; everything else is template
manipulation. Any discovery trickeness should be handled at the consuming recipe.

See ellktest as an example.

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.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.1 passed this metric