Code Monkey home page Code Monkey logo

chef-kibana5's Introduction

chef-kibana5

Cookbook Version Build Status

Description

This cookbook installs and configures Kibana version 5.2.0 and above.

Requirements

Cookbooks

Platforms

Tested only on CentOS 7 and Ubuntu 16.04. 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 5.3.0
install_method Installation method. Currently only release is supported. This means installation from official binaries provided by Elastic. String release
base_dir Base directory for Kibana binaries. String /opt/kibana
svc_user Kibana daemon user. String kibana
svc_group Kibana daemon group. String kibana

kibana5_configure

This resource configures Kibana daemon and main configuration file.

Attributes

Attribute Description Type Default
svc_name Name of the daemon String
svc_user Kibana daemon user. String kibana
svc_group Kibana daemon group. String kibana
configuration Hash with configuration file values. See examples. Hash

examples of configuration 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/kibana5-test/recipes/nginx.rb

Authors

chef-kibana5's People

Contributors

anuriq avatar yershalom avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.