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

kibana5 (20) Versions 0.1.0

Installs/Configures kibana 5

Policyfile
Berkshelf
Knife
cookbook 'kibana5', '= 0.1.0', :supermarket
cookbook 'kibana5', '= 0.1.0'
knife supermarket install kibana5
knife supermarket download kibana5
README
Dependencies
Quality 67%

chef-kibana5

Description

This cookbook installs and configures Kibana version 5.2.0 and above.

Requirements

Cookbooks

Platforms

Tested only on CentOS 7. Should work on any modern Linux OS with systemd.

Recipes

  • default.rb - Runs kibana5_install and kibana5_configure with default options.

Resources

kibana5_install

This resource installs Kibana 5 binaries.

Attributes

Attribute Description Type Default
name Simply name. Currently not used. String
version Version of Kibana. 5.2.0 and above are supported. String node['kibana5']['version']
install_method Installation method. Currently only release is supported. This means installation from official binaries provided by Elastic. String node['kibana5']['install_method']
base_dir Base directory for Kibana binaries. String node['kibana5']['base_dir']
svc_user Kibana daemon user. String node['kibana5']['svc_user']
svc_group Kibana daemon group. String node['kibana5']['svc_group']

kibana5_configure

This resource configures Kibana daemon and main configuration file.

Attributes

Attribute Description Type Default
service_name Name of the daemon String
version Version of Kibana. 5.2.0 and above are supported. String node['kibana5']['version']
configuration Hash with configuration file values. See examples. String node['kibana5']['config']
svc_user Kibana daemon user. String node['kibana5']['svc_user']
svc_group Kibana daemon group. String node['kibana5']['svc_group']

examples of Hashes

{
  'server.port' => 5601,
  'server.host' => 'localhost',
  'elasticsearch.url' => 'http://localhost:9200',
}
{
  'server.port' => 5601,
  'server.host' => 'localhost',
  'server.name' => 'My-Kibana',
  'elasticsearch.url' => 'http://localhost:9200',
  'logging.dest' => '/var/log/kibana.log',
  'logging.verbose' => 'true',
  'elasticsearch.requestHeadersWhitelist' => '[ authorization ]',
}

Usage

It is recommended to use resources directly.

Examples

You may see examples in fixture cookbook:
[test/fixtures/kibana5-test/recipes/default.rb](test/fixtures/app-cloud-test/recipes/default.rb)
[test/fixtures/kibana5-test/recipes/nginx.rb](test/fixtures/app-cloud-test/recipes/nginx.rb)

Authors

Dependent cookbooks

ark >= 0.0.0
systemd >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.0 failed this metric

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

Foodcritic Metric
            

0.1.0 passed this metric

License Metric
            

0.1.0 passed this metric