cookbook 'simple-kibana', '= 0.4.3'
simple-kibana (10) Versions 0.4.3 Follow3
Installs Kibana ~> 4.6
cookbook 'simple-kibana', '= 0.4.3', :supermarket
knife supermarket install simple-kibana
knife supermarket download simple-kibana
Description
This cookbook installs kibana 4.x only.
It doesn't install or depends on java, apache, nginx, etc...
Usage
Override both node['kibana']['download_url']
, node['kibana']['checsum']
, node['kibana']['version']
.
Custom init service
This cookbook is designed to be wrapped by yours project cookbook.
In this use-case you don't need to include simple-kibana::default recipe.
Do something like this in yours default recipe:
include_recipe 'simple-kibana::install' include_recipe 'simple-kibana::configure' include_recipe 'mywrapper-kibana::service_upstart' # I want to use upstart ...
Requirements
Platform:
- Debian
- Centos
Cookbooks:
- ark
- runit
Attributes
-
node['kibana']['config']['port']
- Defaults to5601
. -
node['kibana']['config']['host']
- Defaults to0.0.0.0
. -
node['kibana']['config']['elasticsearch_url']
- Defaults tohttp://localhost:9200
. -
node['kibana']['config']['kibana_index']
- Defaults to.kibana
. -
node['kibana']['config']['default_app_id']
- Defaults todiscover
. -
node['kibana']['config']['request_timeout']
- Defaults to300000
. -
node['kibana']['config']['shard_timeout']
- Defaults to0
. -
node['kibana']['config']['verify_ssl']
- Defaults totrue
. -
node['kibana']['config']['bundled_plugin_ids']
- Defaults to[ ... ]
. -
node['kibana']['download_url']
- Defaults tohttps://download.elasticsearch.org/kibana/kibana/kibana-4.1.3-linux-x64.tar.gz
. -
node['kibana']['checksum']
- Defaults tof2cb5389ad0acfbc4006f739d75d5ede541483d1fa6be728bbf547a9d7ddeb4a
. -
node['kibana']['version']
- Defaults to4.1.3
. -
node['kibana']['user']
- Defaults tokibana
. -
node['kibana']['group']
- Defaults tokibana
. -
node['kibana']['dir']
- Defaults to/opt
. -
node['kibana']['path']['logs']
- Defaults to/var/log/kibana
.
Recipes
- simple-kibana::configure
- simple-kibana::default
- simple-kibana::install
- simple-kibana::service_runit
- simple-kibana::user
License and Maintainer
Maintainer:: Yauhen Artsiukhou (jsirex@gmail.com)
License:: Apache 2.0
Dependent cookbooks
ark >= 0.0.0 |
runit >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Foodcritic Metric
0.4.3 passed this metric
0.4.3 passed this metric