Giter VIP home page Giter VIP logo

chef-kibana's Introduction

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.

chef-kibana's People

Contributors

realityforge avatar

Watchers

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