View SourceRelease Notes
Logstash Install Script
Logstash is an open source data collection engine with real-time pipelining capabilities. Logstash can dynamically unify data from disparate sources and normalize the data into destinations of your choice. This folder contains a script for installing Logstash.
This script has been tested on the following operating systems:
- Ubuntu 18.04
- Ubuntu 20.04
- CentOS 7
- Amazon Linux 2
Quick start
The easiest way to use this module is with the Gruntwork Installer:
gruntwork-install \
--module-name "install-logstash" \
--repo "https://github.com/gruntwork-io/terraform-aws-elk" \
--tag "v0.0.1" # change to latest release version
We recommend running this module as part of a Packer template to create an Amazon Machine Image (AMI) (see packer-template for fully-working sample code).