Skip to content

Wrapper cookbook for setting up Kibana + Node.js reverse proxy with OAuth2 support

License

Notifications You must be signed in to change notification settings

verdigris-cookbooks/opsworks-kibana

Repository files navigation

opsworks-kibana

LICENSE

This is a wrapper cookbook which utilizes the kibana library cookbook for installing Kibana 4 on AWS OpsWorks instances.

Requirements

Cookbooks

  • kibana (≥ 1.3.0)
  • git (~ 3.1.0)
  • nodejs (~ 2.2.0)

Recipes

This cookbook contains recipes that will help install and configure Kibana 3 on your AWS OpsWorks server.

install

Installs Kibana to the directory specified under node[:kibana][:install_path] (/var/www by default) and sets up nginx reverse proxy.

This recipe should run during the Setup stage in your Layer.

Example:

OpsWorks Layer Setup

config

Creates config.js required by Kibana.

It is recommended that this recipe run during the Configure stage in your Layer.

Example:

OpsWorks Layer Configure

License

This cookbook is license and distributed under the Simplified BSD license. See LICENSE for more details.

About

Wrapper cookbook for setting up Kibana + Node.js reverse proxy with OAuth2 support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages