Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

viki-org/logstash-docker

 
 

Repository files navigation

Description

This repository contains the official Logstash Docker image from Elastic.

Documentation can be found on the Elastic website.

Supported Docker versions

The images have been tested on Docker 17.03.1-ce

Requirements

A full build and test requires:

  • Docker
  • GNU Make
  • Python 3.5 with Virtualenv

Running a build

To build an image with the latest nightly snapshot of Logstash, run:

make from-snapshot

To build an image with a released version of Logstash, check out the corresponding branch for the version and run Make while specifying the exact version desired. Like this:

git checkout 6.2
ELASTIC_VERSION=6.2.4 make

Contributing, issues and testing

Acceptance tests for the image are located in the test directory, and can be invoked with make test.

This image is built on Centos 7.

Packages

No packages published

Languages

  • Python 52.8%
  • Makefile 23.6%
  • Go 20.2%
  • Shell 3.0%
  • Dockerfile 0.4%