Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/garethr/garethr-kibana
- Owner: garethr
- License: apache-2.0
- Created: 2012-12-26T15:18:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-29T18:30:16.000Z (almost 12 years ago)
- Last Synced: 2024-09-11T01:58:10.734Z (4 months ago)
- Language: Puppet
- Size: 145 KB
- Stars: 10
- Watchers: 4
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.