- Lab
- A Cloud Guru
Configuring systemd Journaling
Journals and their importance to `systemd` are a major change from the previous model of Linux logging, namely `Syslog` and its variants. As even the format of the logs or journal has changed, this is a true disruptor, or it could have been if the `systemd` team hadn't put in some key migration and integration features—such as forwarding to `syslog` and the excellent `journalctl` command, which we'll use heavily in this lab. In this lab, you'll gain the skills needed with `journalctl`: * From simple querying to viewing boot session entries * Monitoring a service, user's entries by UID, times, and ranges of entries * Extending your journal entries with standardized explanations from the Message Catalog.
Path Info
Table of Contents
-
Challenge
Query and View Journal Entries Including Boot Sessions
- View journal entries for a user and the system.
- View available boot sessions and entries.
-
Challenge
Monitor Services, CGroups, and Ranges
- Monitor a service's entries.
- View a user's scope entries.
- View entries based on times and ranges.
-
Challenge
Query User and Process Entries, and Add Explanations
- Find a user's UID and journal entries for it.
- Find a process ID and view its entries.
- View the Message Catalog.
- Enhance journal entries with explanations.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.