RETIRED, Puppet module to add kibana functionality
Go to file
Clark Boylan df57bd6f9e Encode query uri component properly
Previously we used encodeURI() to encode a single component of a URI,
this meant that characters like = were not encoded. This isn't correct
bceause we are just encoding a single component and need = to be
encoded. Fix this by using encodeURIComponent which should do the right
thing.

Change-Id: Ib320c1e646ccbd2233bd9d7a2be9df29ff7bd1ed
2015-12-15 09:50:36 -08:00
files Encode query uri component properly 2015-12-15 09:50:36 -08:00
manifests Vendor dashLoader.js with Share patch 2015-10-16 12:44:59 -07:00
spec Fix target path for regular git clone during tests 2015-08-19 16:36:50 -07:00
templates Remove trailing / from config.js url 2015-10-16 09:14:07 -07:00
.gitignore Add Gemfile and puppet 4 checks 2015-08-03 18:44:50 -07:00
.gitreview Add standard puppet module files and .gitreview 2014-11-20 07:48:55 -06:00
Gemfile Add Gemfile and puppet 4 checks 2015-08-03 18:44:50 -07:00
LICENSE Add missing LICENSE file 2015-01-29 22:58:09 +00:00
README.md Add standard puppet module files and .gitreview 2014-11-20 07:48:55 -06:00
Rakefile Add standard puppet module files and .gitreview 2014-11-20 07:48:55 -06:00
metadata.json Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:18 +00:00

README.md

OpenStack Kibana Module

Overview

This module installs Kibana from source, creates kibana user, and starts the web instance.