Skip to content
Jack Harper edited this page Jul 22, 2021 · 13 revisions

Wiki > genie_python > Graylog

Graylog

Graylog is a logging framework which has a web interface that enables users to search logs, including custom fields on logs, historically.

The plan for using Graylog is that we dump everything into it from various sources such as the GUI, blockserver and genie_python.

Setting up Graylog using docker

Docker and docker compose can be used to spin up a local graylog server with all the dependencies - to do this use this file.

Adding inputs

Graylog requires inputs to be specified before it starts taking logs. This can be done through the web interface via System -> Inputs

Clone this wiki locally