Skip to main content
View SourceRelease Notes

Kibana Install Script

This folder contains a script for installing Kibana.

This script has been tested on the following operating systems:

  • Amazon Linux 2
  • Ubuntu

Quick start

The easiest way to use this module is with the Gruntwork Installer:

gruntwork-install \
--module-name "install-kibana" \
--repo "https://github.com/gruntwork-io/terraform-aws-elk" \
--tag "v0.0.1"

We recommend running this module as part of a Packer template to create an Amazon Machine Image (AMI) You can then deploy the AMI using the kibana-cluster module (see the TODO and TODO examples for fully-working sample code).