Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garethr/garethr-kibana

Puppet module to install and configure the kibana logstash interface
https://github.com/garethr/garethr-kibana

Last synced: 3 months ago
JSON representation

Puppet module to install and configure the kibana logstash interface

Awesome Lists containing this project

README

        

Puppet module for installing the Kibana logstash interface.
This module is also available on the [Puppet
Forge](https://forge.puppetlabs.com/garethr/kibana)

[![Build
Status](https://secure.travis-ci.org/garethr/garethr-kibana.png)](http://travis-ci.org/garethr/garethr-kibana)
[![Dependency
Status](https://gemnasium.com/garethr/garethr-kibana.png)](http://gemnasium.com/garethr/garethr-kibana)

## Usage

The module includes a single class:

include 'kibana'

This installs Kibana and starts it running on port 5601 and connects to
an Elasticsearch index running on localhost:9200. More configuration
options for this module should be added soon.