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

kibana (9) Versions 0.1.2

Installs/Configures kibana, the logstash UI

Policyfile
Berkshelf
Knife
cookbook 'kibana', '= 0.1.2', :supermarket
cookbook 'kibana', '= 0.1.2'
knife supermarket install kibana
knife supermarket download kibana
README
Dependencies
Quality -%

Description

A cookbook that installs Kibana.

Requirements

Kibana requires ElasticSearch index to be configured to work as per logstash requirements.

Attributes

  • node['kibana']['base_dir'] - The base directory of kibana. Defaults to '/opt/kibana'.
  • node['kibana']['user'] - The user under which Kibana is installed. Defaults to 'kibana'.
  • node['kibana']['group'] - The group under which Kibana is installed. Defaults to 'kibana'.
  • node['kibana']['git']['url'] - The URL to Kibana repository. Defaults to 'git://github.com/rashidkpc/Kibana.git'.
  • node['kibana']['git']['reference'] - The git reference in the Kibana repository. Defaults to 'v0.2.0b2'.
  • node['kibana']['interface'] - The interface on which to bind. Defaults to node['ipaddress'].
  • node['kibana']['port'] - The port on which to bind. Defaults to 5601.
  • node['kibana']['elasticsearch']['host'] - The host of the elasticsearch service. Defaults to '127.0.0.1'.
  • node['kibana']['elasticsearch']['port'] - The port of the elasticsearch http service. Defaults to 9200.
  • node['kibana']['apache']['host'] - The host to create apache vhost for. Defaults to node['fqdn']
  • node['kibana']['apache']['interface'] - The interface on which to bind apache. Defaults to node['ipaddress']
  • node['kibana']['apache']['port'] - The port on which to bind apache. Defaults to 80.

Recipes

  • default - Install Kibana.
  • apache - Setup vhost for apache that rewrites to Kibana.

No quality metric results found