Log Management with rsyslog [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:dpi:dpi_components:platform:mon_stat:rsyslog [2024/10/18 11:19] – created elena.krasnobryzhen:dpi:dpi_components:platform:mon_stat:rsyslog [2025/04/29 07:36] (current) elena.krasnobryzh
Line 11: Line 11:
 rsyslog can receive and transmit logs over the **syslog** protocol across a network, using both TCP and UDP through the standard port 514.   rsyslog can receive and transmit logs over the **syslog** protocol across a network, using both TCP and UDP through the standard port 514.  
  
-Scripts for integrating SCAT logs with syslog and systemd units for their execution:   +Scripts for integrating SSG logs with syslog and systemd units for their execution:   
-  * ''parser.bash'' — monitors SCAT logs and converts them to rsyslog format using the logger module.  +  * ''parser.bash'' — monitors SSG logs and converts them to rsyslog format using the logger module.  
   * ''bng_logmon.service'' — systemd units to launch the scripts.     * ''bng_logmon.service'' — systemd units to launch the scripts.  
   * ''bng.conf'' — an example configuration for sending logs to a remote server, which can be used as is or modified for more flexible settings.     * ''bng.conf'' — an example configuration for sending logs to a remote server, which can be used as is or modified for more flexible settings.  
Line 30: Line 30:
  
 =====Configuration=====   =====Configuration=====  
-The rsyslog daemon is configured according to the settings described in its official documentation.  +The rsyslog daemon is configured according to the settings described in its [[https://www.rsyslog.com/doc/index.html|official documentation]].