Graylog: Your Comprehensive Guide to Getting Started Open Source Log Management [YouTube Release]

Additional Resources:

My Graylog 5 Forum Post with commands

Connecting With Us

Lawrence Systems Shirts and Swag

β–ΊπŸ‘• https://lawrence.video/swag/

AFFILIATES & REFERRAL LINKS

Amazon Affiliate Store
:shopping_cart: Lawrence Systems's Amazon Page

Ubiquiti Affiliate
:shopping_cart: Ubiquiti Store United States

All Of Our Affiliates that help us out and can get you discounts!
:shopping_cart: https://www.lawrencesystems.com/partners-and-affiliates/

Gear we use on Kit
:shopping_cart: Kit

Try ITProTV free of charge and get 30% off!
:shopping_cart: Learn technology and pass IT certifications with ITProTV

Use OfferCode LTSERVICES to get 10% off your order at
:shopping_cart: Tech Supply Direct - Refurbished Tech at Unbeatable Prices

Digital Ocean Offer Code
:shopping_cart: DigitalOcean | Cloud Hosting for Builders

HostiFi UniFi Cloud Hosting Service
:shopping_cart: HostiFi - UniFi Cloud Hosting

Protect you privacy with a VPN from Private Internet Access
:shopping_cart: Buy VPN with Credit Card or PayPal | Private Internet Access

Patreon
:moneybag: lawrencesystems | creating Tech Tutorials & Reviews | Patreon

:stopwatch: Time Stamps :stopwatch:
00:00 :arrow_forward: What is Graylog
01:47 :arrow_forward: Graylog Docker Setup
03:35 :arrow_forward: How To Set Graylog Admin password
04:05 :arrow_forward: Graylog Docker Compose Variables
05:28 :arrow_forward: Storing Logs on External Mount
07:17 :arrow_forward: How To Setup Email in Graylog
08:38 :arrow_forward: Defining Input Ports in Docker
10:01 :arrow_forward: Managing Graylog with Docker
11:27 :arrow_forward: How Graylolg Parses Data
12:56 :arrow_forward: How to Send Logs From pfsense to Graylog
13:28 :arrow_forward: Creating Users
14:11 :arrow_forward: Creating Inputs
15:29 :arrow_forward: Creating Extractors
18:24 :arrow_forward: Creating Graylog Indices
19:59 :arrow_forward: Creating Graylog Streams
21:52 :arrow_forward: Graylog Alerts and Notifications

#opensource #logging #graylog

1 Like

I really appreciate the professionalism that went into that video, it was well made. I followed it and everything worked great, I also added a grafana container to it for better dash boards.

Some thoughts from me, in docker compose no need to expose ports you aren’t using (like 9200/tcp), the containers communicate internally on the network you defined using hostnames. Also probably have to be careful telling users to hash passwords via command line as it will sit in their bash history.