Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.44 KB

graylogDocker.md

File metadata and controls

34 lines (25 loc) · 1.44 KB

Graylog Docker

Graylog provides answers to your team’s security, application, and IT infrastructure questions by enabling you to combine, enrich, correlate, query, and visualize all your log data in one place.

Docker

docker run --name graylog --link mongo --link elasticsearch -p 9000:9000 -p 12201:12201 -p 1514:1514 -p 5555:5555 -e GRAYLOG_HTTP_EXTERNAL_URI="http://127.0.0.1:9000/" -d graylog/graylog:5.1

http://localhost:9000/

Docker Compose

graylog.yml

Runtime Environment

Architecture

Minimum Setup

Bigger Production Setup

Screenshots

References