Project

General

Profile

Actions

Tracker #22569

open

Unified and structured logging

Added by Lukas Zapletal about 6 years ago. Updated about 5 years ago.

Status:
Assigned
Priority:
Normal
Category:
Logging
Target version:
-
% Done:

0%

Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

This effort aims to solve three problems: enriching logging information with context to improve filtering, adding possibility to transfer logs over network (Smart Proxy to Foreman server, Capsule to Satellite etc) and enabling integration with 3rd party logging systems (ELK, systemd, rsyslog, syslog-ng) for easier maintenance.

Currently we are using simple file appenders (production.log, proxy.log). The goal is to use system logging daemon which provides better control (configuration, throttling, alerting, filtering) and log rotation. The best fit for the future is to use native systemd-journald daemon for easy structured logging in foreman core and smart-proxy, backend systems can either use system journal or syslog as a fallback mechanism.

The journald version in RHEL 7.4 (219) is stable and capable enough for all we need, including logs transfer via systemd-journal-gateway which provides SSL secured HTTPS endpoint for remote logs download. System journal is enabled by default on all supported OSes (RHEL, Fedora, Debian/Ubuntu), in the default configuration on RHEL passes data into rsyslog effectively dropping all structured logging but users will be able to change that to leverage all features of system journal (e.g. filter logs by additional flags).

For best benefit of both journald and rsyslog users, in the default configuration Foreman and Proxy will log all data with extra fields but also include the most important fields in log lines in human-readable format for easy grepping. System journal users can still filter logs via native journald utilities while traditional log service users can also correlate data manually via grep.

Users will be able to configure Foreman also with syslog and traditional file appending and rotation when necessary. For this, we will add puppet variables and installer options to support that. Further integration will be possible via 3rd party plugins (ELK) that can pull information from systemd directly via systemd-journal-gateway or via rsyslog which has module to send data into Elasticsearch directly (omelasticsearch). Installer will have options to configure JSON output, but further manual configuration will be needed to get full integration.

Container environment is also important deployment type for the future, in OpenShift v3 environment it is recommended to have all logging on standard output in JSON notation. This is a feature of logging gem, it offers JSON formatter out of box and this will be supported, so Foreman logging stack will be prepared for the future.

The key concept is to have sane default, so users still see all log entries in traditional production.log in human-readable form but after few configuration changes, they can start using structured logging via system journal or grab logs into ELK.


Related issues 14 (5 open9 closed)

Related to Foreman - Feature #22493: Add new logging options to integrate with logging-journald gemClosedLukas Zapletal02/02/2018Actions
Related to Installer - Feature #22559: Configure foreman to log to system journalClosedEwoud Kohl van WijngaardenActions
Related to Installer - Feature #22570: Enable syslog for candlepinNewActions
Related to Katello - Feature #22296: Send X-Correlation-ID to Pulp REST APINewActions
Related to Installer - Feature #22584: Create syslog filter for pulpNew02/15/2018Actions
Related to Installer - Feature #22588: Installer support for JSON logging for Foreman and backend systemsNew02/15/2018Actions
Related to Foreman - Bug #23059: Unable to install foreman-journaldClosedLukas Zapletal03/29/2018Actions
Related to Smart Proxy - Refactor #25100: Replace Ruby logging stack with logging gemClosedLukas ZapletalActions
Related to foreman-tasks - Bug #25736: Pass id of request which triggered a task into the taskClosedAdam RuzickaActions
Related to Foreman - Feature #25895: Document on how to fetch logs from remote smart-proxiesNewActions
Related to Foreman - Refactor #25896: Syslog logging pattern should not include time or request idClosedLukas ZapletalActions
Related to Foreman - Feature #25899: Log org_name next to org_idClosedLukas ZapletalActions
Related to Katello - Refactor #25900: Do not cut request ID for Candlepin via X-Correlation-IDClosedLukas ZapletalActions
Related to foreman-tasks - Feature #26561: Allow logging to journald for smart-proxy dynflowClosedLukas ZapletalActions
Actions #1

Updated by Lukas Zapletal about 6 years ago

  • Related to Feature #22493: Add new logging options to integrate with logging-journald gem added
Actions #2

Updated by Lukas Zapletal about 6 years ago

  • Related to Feature #22559: Configure foreman to log to system journal added
Actions #3

Updated by Lukas Zapletal about 6 years ago

Actions #4

Updated by Lukas Zapletal about 6 years ago

  • Related to Feature #22296: Send X-Correlation-ID to Pulp REST API added
Actions #5

Updated by Lukas Zapletal about 6 years ago

Actions #6

Updated by Lukas Zapletal about 6 years ago

  • Related to Feature #22588: Installer support for JSON logging for Foreman and backend systems added
Actions #7

Updated by Lukas Zapletal about 6 years ago

  • Related to Bug #23059: Unable to install foreman-journald added
Actions #8

Updated by Lukas Zapletal almost 6 years ago

  • Bugzilla link set to 1581719
Actions #9

Updated by Lukas Zapletal over 5 years ago

  • Related to Refactor #25100: Replace Ruby logging stack with logging gem added
Actions #10

Updated by Lukas Zapletal about 5 years ago

  • Related to Bug #25736: Pass id of request which triggered a task into the task added
Actions #12

Updated by Lukas Zapletal about 5 years ago

  • Related to Feature #25895: Document on how to fetch logs from remote smart-proxies added
Actions #13

Updated by Lukas Zapletal about 5 years ago

  • Related to Refactor #25896: Syslog logging pattern should not include time or request id added
Actions #14

Updated by Lukas Zapletal about 5 years ago

Actions #15

Updated by Lukas Zapletal about 5 years ago

  • Related to Refactor #25900: Do not cut request ID for Candlepin via X-Correlation-ID added
Actions #16

Updated by Lukas Zapletal about 5 years ago

  • Related to Feature #26561: Allow logging to journald for smart-proxy dynflow added
Actions

Also available in: Atom PDF