1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
|
Source: rsyslog
Section: admin
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Michael Biebl <biebl@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: debhelper-compat (= 13),
dh-exec,
autoconf-archive,
zlib1g-dev,
libzstd-dev (>= 1.4.0),
libhiredis-dev,
default-libmysqlclient-dev,
libpq-dev,
libmongoc-dev,
libcurl4-openssl-dev,
librdkafka-dev (>= 0.9.1),
libkrb5-dev,
libgnutls28-dev,
libssl-dev,
librelp-dev (>= 1.4.0),
libestr-dev (>= 0.1.9),
liblognorm-dev (>= 2.0.3),
libfastjson-dev (>= 0.99.8),
libczmq-dev (>= 3.0.2),
libsnmp-dev,
uuid-dev,
libsystemd-dev (>= 209) [linux-any],
pkgconf,
bison,
flex,
procps <!nocheck>,
python3 <!nocheck>,
libfaketime <!nocheck>,
lsof [linux-any] <!nocheck>,
logrotate <!nocheck>,
iproute2 [linux-any] <!nocheck>,
curl <!nocheck>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/rsyslog
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/rsyslog
XSBC-Original-Vcs-Browser: https://salsa.debian.org/debian/rsyslog
XSBC-Original-Vcs-Git: https://salsa.debian.org/debian/rsyslog.git
Homepage: https://www.rsyslog.com/
Package: rsyslog
Architecture: any
Conflicts: system-log-daemon,
linux-kernel-log-daemon
Provides: system-log-daemon,
linux-kernel-log-daemon
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
Recommends: logrotate
Suggests: rsyslog-mysql | rsyslog-pgsql,
rsyslog-mongodb,
rsyslog-doc,
rsyslog-openssl | rsyslog-gnutls,
rsyslog-gssapi,
rsyslog-relp
Description: reliable system and kernel logging daemon
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.
Package: rsyslog-mysql
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
rsyslog (= ${binary:Version}),
dbconfig-common,
ucf
Recommends: default-mysql-client | virtual-mysql-client
Suggests: default-mysql-server | virtual-mysql-server
Description: MySQL output plugin for rsyslog
This plugin allows rsyslog to write syslog messages into a MySQL database.
Package: rsyslog-pgsql
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
rsyslog (= ${binary:Version}),
dbconfig-common,
ucf
Recommends: postgresql-client
Suggests: postgresql
Description: PostgreSQL output plugin for rsyslog
This plugin allows rsyslog to write syslog messages into a PostgreSQL
database.
Package: rsyslog-mongodb
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
rsyslog (= ${binary:Version}),
Recommends: mongodb-server
Description: MongoDB output plugin for rsyslog
This plugin allows rsyslog to write syslog messages to MongoDB, a
scalable, high-performance, open source NoSQL database.
Package: rsyslog-elasticsearch
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
rsyslog (= ${binary:Version}),
Description: Elasticsearch output plugin for rsyslog
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.
Package: rsyslog-kafka
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
rsyslog (= ${binary:Version}),
Description: Apache Kafka support for rsyslog
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.
Package: rsyslog-gssapi
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
rsyslog (= ${binary:Version})
Suggests: krb5-user
Description: GSSAPI authentication and encryption support for rsyslog
These plugins allow rsyslog to write and/or receive GSSAPI authenticated and
encrypted syslog messages. GSSAPI is commonly used for Kerberos
authentication.
Package: rsyslog-gnutls
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
rsyslog (= ${binary:Version})
Suggests: gnutls-bin
Description: TLS protocol support for rsyslog (GnuTLS)
This netstream plugin allows rsyslog to send and receive encrypted syslog
messages via the syslog-transport-tls IETF standard protocol using GnuTLS.
Package: rsyslog-openssl
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
rsyslog (= ${binary:Version})
Description: TLS protocol support for rsyslog (OpenSSL)
This netstream plugin allows rsyslog to send and receive encrypted syslog
messages via the syslog-transport-tls IETF standard protocol using OpenSSL.
Package: rsyslog-relp
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
rsyslog (= ${binary:Version})
Description: RELP protocol support for rsyslog
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.
Package: rsyslog-czmq
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
rsyslog (= ${binary:Version})
Description: ZeroMQ protocol support for rsyslog via CZMQ
These plugins allow rsyslog to send and receive ZeroMQ syslog
messages via the CZMQ library.
Package: rsyslog-hiredis
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
rsyslog (= ${binary:Version})
Description: Redis output plugin for rsyslog
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.
Package: rsyslog-snmp
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
rsyslog (= ${binary:Version})
Description: SNMP protocol support for rsyslog
This plugin allows rsyslog to send syslog messages via SNMPv1 and SNMPv2c
traps. By default, SNMPv2c is preferred.
Package: rsyslog-kubernetes
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
rsyslog (= ${binary:Version})
Description: Kubernetes metadata support for rsyslog
These plugins allow rsyslog to augment syslog messages with Kubernetes
metadata.
|