pi-hosted/docs/graylog_install.md
2022-08-29 07:16:36 -04:00

1.8 KiB

Install and setup instructions for the Graylog Server

Introduction

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.

Screenshot

image

Installation

Pre-Installation Steps

First find Graylog in the listing of templates from the project.

image

Set all variables

image

  • GRAYLOG_PASSWORD_SECRET: At least a 16 character password is required.
  • GRAYLOG_HTTP_EXTERNAL_URI: This is the URI where you'll connect to the instance after its up and running. It is very important to include the trailing /. It should be formatted as http://192.168.1.1:7555/

Once done, just click Deploy the stack.

Keep in mind this process of deployment will take roughly 10 minutes to complete, and you will see the sys load variable on your Pi move into the red. Let it sit and process.

Connection Test

Once the servers are deployed and showing as up (running) you should be able to head to http://192.168.1.10:7555/ in your browser and you'll be greated by the login screen

image

Username: admin
Password: admin

I suggest you change this immediately unless you only plan to run this behind your firewalls with no external access. You have been warned.