rsyslog 8.2312.0-ok2 source package in openKylin
Changelog
rsyslog (8.2312.0-ok2) nile; urgency=medium * Build with DEB_BUILD_OPTIONS=nocheck for riscv64. -- liwenjun <email address hidden> Fri, 05 Jul 2024 14:44:41 +0800
rsyslog (8.2312.0-ok2) nile; urgency=medium * Build with DEB_BUILD_OPTIONS=nocheck for riscv64. -- liwenjun <email address hidden> Fri, 05 Jul 2024 14:44:41 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | admin | |
Huanghe V3.0 | release | main | admin | |
Nile V2.0 | release | main | admin | |
Nile V2.0 | proposed | main | admin |
File | Size | SHA-256 Checksum |
---|---|---|
rsyslog_8.2312.0.orig.tar.gz | 3.2 MiB | 774032006128a896437f5913e132aa27dbfb937cd8847e449522d5a12d63d03e |
rsyslog_8.2312.0-ok2.debian.tar.xz | 21.3 KiB | f42070f3c9e34feed3305a429a562d5956f865e2dc570460b5c0ec54491d832a |
rsyslog_8.2312.0-ok2.dsc | 3.2 KiB | 9eb45172fa09e3be600fd7832f18771da55bd222dccbe4962a68cd3e86dca6ae |
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 RELP
* on-demand disk buffering
* email alerting
* writing to MySQL or PostgreSQL databases (via separate output plugins)
* permitted sender lists
* filtering on any part of the syslog message
* on-the-wire message compression
* fine-grained output format control
* failover to backup destinations
* enterprise-class encrypted syslog relaying
.
It is the default syslogd on Debian systems.
These plugins allow rsyslog to send and receive ZeroMQ syslog
messages via the CZMQ library.
This plugin allows rsyslog to write syslog messages to Elasticsearch, a
distributed, multitenant-capable full-text search engine with a RESTful web
interface and schema-free JSON documents.
This netstream plugin allows rsyslog to send and receive encrypted syslog
messages via the syslog-
These plugins allow rsyslog to write and/or receive GSSAPI authenticated and
encrypted syslog messages. GSSAPI is commonly used for Kerberos
authentication.
This plugin allows rsyslog to write syslog messages to Redis, a
key-value database in a similar vein to memcache but the dataset
is non-volatile.
These plugins allow rsyslog to send and receive syslog messages via Apache
Kafka, a distributed and scalable message broker offering strong durability
and fault-tolerance guarantees.
These plugins allow rsyslog to augment syslog messages with Kubernetes
metadata.
This plugin allows rsyslog to write syslog messages to MongoDB, a
scalable, high-performance, open source NoSQL database.
This plugin allows rsyslog to write syslog messages into a MySQL database.
This netstream plugin allows rsyslog to send and receive encrypted syslog
messages via the syslog-
This plugin allows rsyslog to write syslog messages into a PostgreSQL
database.
These plugins allow rsyslog to send and receive syslog messages via the
RELP protocol. RELP ensures reliable transport over the network even on
connection loss or if a peer becomes unavailable.
This plugin allows rsyslog to send syslog messages via SNMPv1 and SNMPv2c
traps. By default, SNMPv2c is preferred.