All Projects → Graylog2 → Graylog Docker

Graylog2 / Graylog Docker

Licence: apache-2.0
Official Graylog Docker image

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Graylog Docker

Graylog Ansible Role
Ansible role which installs and configures Graylog
Stars: ✭ 173 (-13.5%)
Mutual labels:  log-analysis, graylog
Graylog2 Server
Free and open source log management
Stars: ✭ 5,952 (+2876%)
Mutual labels:  log-analysis, graylog
Documentation
Stars: ✭ 133 (-33.5%)
Mutual labels:  log-analysis, graylog
Activemq Artemis Docker
Dockerfile for the ActiveMQ Artemis Project
Stars: ✭ 172 (-14%)
Mutual labels:  docker-image
Docker Galaxy Stable
🐳📊📚 Docker Images tracking the stable Galaxy releases.
Stars: ✭ 179 (-10.5%)
Mutual labels:  docker-image
Rest980
REST interface to control your iRobot Roomba 980 via local server on your lan.
Stars: ✭ 186 (-7%)
Mutual labels:  docker-image
Bitnami Docker Nginx
Bitnami nginx Docker Image
Stars: ✭ 198 (-1%)
Mutual labels:  docker-image
Bitnami Docker Redmine
Bitnami Docker Image for Redmine
Stars: ✭ 172 (-14%)
Mutual labels:  docker-image
Docker Ubuntu Vnc Desktop
A Docker image to provide web VNC interface to access Ubuntu LXDE/LxQT desktop environment.
Stars: ✭ 2,617 (+1208.5%)
Mutual labels:  docker-image
Arch Rtorrentvpn
Docker build script for Arch Linux base with ruTorrent, rTorrent, autodl-irssi, Privoxy and OpenVPN
Stars: ✭ 185 (-7.5%)
Mutual labels:  docker-image
Docker Zerotier Moon
🐳 A docker image to create ZeroTier moon in one step.
Stars: ✭ 185 (-7.5%)
Mutual labels:  docker-image
Lumen Microservice
Lumen on Docker - Skeleton project with Nginx, MySQL & PHP 7 | Aws ECS, Google Kubernates, Azure Container Engine
Stars: ✭ 183 (-8.5%)
Mutual labels:  docker-image
Docker Php Fpm
Devilbox's PHP-FPM Docker Images
Stars: ✭ 188 (-6%)
Mutual labels:  docker-image
Docker Openvpn
🔐 Out of the box stateless openvpn-server docker image which starts in less than 2 seconds
Stars: ✭ 174 (-13%)
Mutual labels:  docker-image
Hands On Devops
A hands-on DevOps course covering the culture, methods and repeated practices of modern software development involving Packer, Vagrant, VirtualBox, Ansible, Kubernetes, K3s, MetalLB, Traefik, Docker-Compose, Docker, Taiga, GitLab, Drone CI, SonarQube, Selenium, InSpec, Alpine 3.10, Ubuntu-bionic, CentOS 7...
Stars: ✭ 196 (-2%)
Mutual labels:  docker-image
Bitnami Docker Moodle
Bitnami Docker Image for Moodle
Stars: ✭ 188 (-6%)
Mutual labels:  docker-image
Wazuh
Wazuh - The Open Source Security Platform
Stars: ✭ 3,154 (+1477%)
Mutual labels:  log-analysis
Containerregistry
A set of Python libraries and tools for interacting with a Docker Registry.
Stars: ✭ 183 (-8.5%)
Mutual labels:  docker-image
Choochoo
Training Diary
Stars: ✭ 186 (-7%)
Mutual labels:  docker-image
Tenseal
A library for doing homomorphic encryption operations on tensors
Stars: ✭ 197 (-1.5%)
Mutual labels:  docker-image

Graylog Docker Image

Latest stable version of Graylog is 4.0.5 this Version is available with the tags 4.0 or 4.0.5-1.

Image Version Docker Stars Docker Pulls

Use the stable 4.0 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.

We've also added the wait-for-it script to the graylog image. This allows you to have Docker wait for Elasticsearch to start up before starting Graylog. For example, if you are using Docker Compose, you could override the entrypoint for Graylog like this:

entrypoint: /usr/bin/tini -- wait-for-it elasticsearch:9200 -- /docker-entrypoint.sh

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

Graylog itself is licensed under the Server Side Public License (SSPL), see license information.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].