Install and Setup Rsyslog Server on Ubuntu 22.04
In this tutorial, you will learn how to install and setup rsyslog server on Ubuntu 22.04. Rsyslog is a multi-threaded implementation of syslogd (a system utility providing support for message logging), with features that include:
reliable syslog over TCP, SSL/TLS and RELPon-demand disk bufferingemail alertingwriting to MySQL or PostgreSQL databases (via separate output plugins)permitted sender listsfiltering on any part of the syslog...
Forward Apache Logs to Central Log Server with Rsyslog
In this tutorial, you will learn how to forward Apache logs to central log server with rsyslog. Apache do not log to syslog by default. So, what if you want to forward them logs to central system where you can easily manage them? In that case, there are various tools which can be used to read and...
Setup Rsyslog Server on Debian 10
In this tutorial, you will learn how to setup rsyslog server on Debian 10. Rsyslog is a multi-threaded implementation of syslogd (a system utility providing support for message logging), with features that include:
reliable syslog over TCP, SSL/TLS and RELPon-demand disk bufferingemail alertingwriting to MySQL or PostgreSQL databases (via separate output plugins)permitted sender listsfiltering on any part of the syslog...
Setup Rsyslog Server on Ubuntu 20.04
In this tutorial, you will learn how to setup rsyslog server on Ubuntu 20.04. Rsyslog is a multi-threaded implementation of syslogd (a system utility providing support for message logging), with features that include:
reliable syslog over TCP, SSL/TLS and RELPon-demand disk bufferingemail alertingwriting to MySQL or PostgreSQL databases (via separate output plugins)permitted sender listsfiltering on any part of the syslog...
Install and Configure NXLog CE on Ubuntu 20.04
In this guide, we are going to learn how to install and configure NXLog CE on Ubuntu 20.04.
NXLog is a cross-platform log collection and centralization tool. It collects logs from various types of log sources, formats, and platforms and forwards them securely and reliably to a central log server.
NXLog Community Edition is feature-full. Read about these features on their...
Install and Setup Adiscon LogAnalyzer on CentOS 8
In this guide, we are going to learn how to install and Setup Adiscon LogAnalyzer on CentOS 8. Adiscon LogAnalyzer is a web interface to syslog/Rsyslog and other network event data. It provides easy browsing, analysis of real time network events and reporting services.
Install and Setup Adiscon LogAnalyzer on CentOS 8
In this demo, we will be collecting logs using...
Configure NXLog to Forward System Logs to Rsyslog Server on Ubuntu
In this guide, we are going to learn how to configure NXLog to forward system logs to Rsyslog server on Ubuntu. There are various NXLog log collection solutions. In this guide, we are going to configure the opensource version of NXLog.
Configure NXLog to Forward System Logs to Rsyslog Server on Ubuntu
Download NXLog CE Installer
NXLog is not available on the...
How To Configure Log Rotation with Logrotate on Ubuntu 18.04 LTS
One of the most essential task for a system administrator is the ability to manage log files. Log rotation is an automated process in which dated log files are archived. It provides a way to limit the total size of the logs retained. In this tutorial, we are going to learn how to configure log rotation with logrotate on...
How to Configure Remote Logging with Rsyslog on Ubuntu 18.04
In this tutorial, we are going to learn how to configure remote logging with Rsyslog on Ubuntu 18.04
Log files are files that contain messages about the system, including the kernel, services, and applications running on it. There are different log files for different information. For example, there is a default system log file, a log file just for security...
A Basic Introduction to Rsyslog Filters
Hello folks, welcome to our tutorial on a basic introduction to rsyslog filters. In this tutorial, we are going to learn different ways of filtering log messages on a system using rsyslog.
Rsyslog is the default logging utility on most Linux systems. Its main configuration file is /etc/rsyslog.conf where global directives, modules, and rules that consist of filter and action parts...