Containerized Logstash Service

The DockerDemos Logstash projects are a collection of Docker images that run all the services needed for a full Logstash service inside Docker containers.

With the Logstash images, you can build an entire Logstash service quickly and easily in seconds. Building in Docker containers adds ease of management and flexibility, and makes the deployment process quick and easy. You can even use the containerized Logstash Forwarder to collect events from services running in other Docker containers, or services running on a regular host, too!

Logstash Image Reference

  • LogstashForwarder: The Logstash client, in a Docker container, to monitor all the things.
  • ElasticSearch: The database in which events received from the forwarders are stored.
  • Kibana: Visualization and interaction with your Elasticsearch data.

LogstashForwarder

Github Repo: https://github.com/DockerDemos/LogstashForwarder

Issue Tracker: https://github.com/DockerDemos/LogstashForwarder/issues

ElasticSearch

Github Repo: https://github.com/DockerDemos/ElasticSearch

Issue Tracker: https://github.com/DockerDemos/ElasticSearch/issues

Kibana

Github Repo: https://github.com/DockerDemos/Kibana

Issue Tracker: https://github.com/DockerDemos/Kibana/issues

DockerDemos/Logstack Dockerfiles and related container files are:

Copyright (C) 2014-2015 Chris Collins

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.