dmitryint / graylog-docker

Official Graylog Docker image

Home Page:https://hub.docker.com/r/graylog/graylog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graylog Docker Image

Latest stable version of Graylog is 2.5.1 this Version is available with the tags 2.5 or 2.5.1-3.

Build Status Docker Stars Docker Pulls Image Size Image Version Image License

In the current development branch we have builds for the upcoming versions available. Those images can be identified in the tag overview of Docker Hub. Currently available are:

  • 3.0.0-beta.3-1 Build Status

Use the stable 2.5 release for your production environments. Please check the latest stable documentation for complete installation and configuration instruction.

What is Graylog?

Graylog is a centralized logging solution that allows the user to aggregate and search through logs. It provides a powerful query language, a processing pipeline for data transformation, alerting abilities and much more. It is fully extensible through a REST API. Add-Ons can be downloaded from the Graylog Marketplace.

Architecture

Take a look at the minimal Graylog architecture to get the big picture of a Graylog setup. In essence, Graylog needs to talk to MongoDB to store configuration data as well as Elasticsearch to store the actual log data.

How to use this image

Please refer to the Graylog Docker documentation for a comprehensive overview and a detailed description of the Graylog Docker image.

Configuration

Every configuration option can be set via environment variables, take a look here for an overview. Simply prefix the parameter name with GRAYLOG_ and put it all in upper case. Another option would be to store the configuration file outside of the container and edit it directly.

Documentation

Documentation for Graylog is hosted here. Please read through the docs and familiarize yourself with the functionality before opening an issue on GitHub.

License

This Docker image is licensed under the Apache 2.0 license, see LICENSE.

Graylog itself is licensed under the GNU Public License 3.0, see license information.

About

Official Graylog Docker image

https://hub.docker.com/r/graylog/graylog/

License:Apache License 2.0


Languages

Language:Shell 50.5%Language:Dockerfile 47.3%Language:Makefile 2.2%