Sign inSign up

etki/graylog-web-interface

By etki

Updated over 10 years ago

Dockerized Graylog 2 web interface application

Image
0

10K+

etki/graylog-web-interface repository overview

Graylog 2 server docker image

This repository contains docker image for Graylog 2 web interface component.

Configuration

Containers are configured in regular way, via environment variables:

VariableDefault valueExampleNote
GRAYLOG2_SERVER_URIhttp://172.17.0.1,http://172.17.0.2Comma-separated list of graylog server URIs to connect to
GRAYLOG2_JVM_HEAP_SIZE1g2gAmount of memory dedicated for Java heap
GRAYLOG2_TIMEZONEUTCEurope/MoscowTimezone server is located in

Please note that GRAYLOG2_SERVER_URI is required to be set for server to operate.

Usage

docker run -p 80:80 -e GRAYLOG_SERVER_URI=http://172.17.0.1:8080 \
    etki/graylog-web-interface

Nobody forbids container linking, of course.

TODOs

  • More JVM options

Tag summary

Content type

Image

Digest

sha256:feee6b2fc

Size

351.2 MB

Last updated

over 10 years ago

docker pull etki/graylog-web-interface