You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable_tcp true,false Enable TCP listener. Defaults to true.
247
-
enable_udp true,false Enable UDP listener. Defaults to true.
248
-
enable_relp true,false Enable RELP listener. Defaults to true (v6.3.6+).
249
-
remote_ruleset_tcp true,false Disables the remote ruleset when the TCP listener is enabled.
250
-
remote_ruleset_udp true,false Disables the remote ruleset when the UDP listener is enabled.
251
-
remote_ruleset_relp true,false Disables the remote ruleset when the RELP listener is enabled.
252
-
enable_onefile true,false Only one logfile per remote host. Defaults to false.
253
-
relay_server true,false If the server should be able to relay the received logs to another server. The rsyslog::client must also be set up. Defaults to false.
254
-
server_dir STRING Folder where logs will be stored on the server. Defaults to '/srv/log'
255
-
custom_config STRING Specify your own template to use for server config. Defaults to undef. Example usage: custom_config => 'rsyslog/my_config.erb'
256
-
content STRING Specify the content of the server config, instead of using a template. Defaults to undef.
257
-
port STRING/INTEGER Port to listen on for messages via UDP and TCP. Defaults to 514
258
-
relp_port STRING/INTEGER Port to listen on for messages via RELP. Defaults to 20514
259
-
address STRING The IP address to bind to. Applies to UDP listener only. Defaults to '*'.
260
-
high_precision_timestamps true,false Whether or not to use high precision timestamps. Defaults to false.
261
-
ssl true,false Enable SSL support. Defaults to false.
262
-
ssl_ca STRING Path to SSL CA certificate. Defaults to undef.
263
-
ssl_cert STRING Path to SSL certificate. Defaults to undef.
264
-
ssl_key STRING Path to SSL private key. Defaults to undef.
265
-
ssl_permitted_peer STRING List of permitted peers. Defaults to undef.
266
-
ssl_auth_mode STRING SSL auth mode. Defaults to anon.
267
-
log_templates HASH Provides a hash defining custom logging templates using the `$template` configuration parameter. Defaults to false.
268
-
log_filters HASH Provides a hash defining custom logging filters using the `if/then` configurations parameter. Defaults to false.
269
-
actionfiletemplate_cust STRING If set this defines the `ActionFileDefaultTemplate custom formatting` which sets customisations over the default log format for remote and local logging. Must be used with actionfiletemplate to take effect. Defaults to false.
270
-
actionfiletemplate STRING If set this defines the `ActionFileDefaultTemplate` which sets the default logging format for remote and local logging. Defaults to false.
271
-
rotate STRING Enables rotation of logfiles. Valid values: year, month, day. Defaults to undef.
272
-
rules Array of hashes Array of hashes for configuring custom rules for the server. If set, this replaces the default rules. See documentation above. Defaults to undef.
273
-
274
-
RSYSLOG::CLIENT CLASS PARAMETERS VALUES DESCRIPTION
log_remote true,false Log Remotely. Defaults to true.
277
-
spool_size STRING Max size for disk queue if remote server failed. Defaults to '1g'.
278
-
remote_type 'tcp','udp','relp' Which protocol to use when logging remotely. Defaults to 'tcp'.
279
-
remote_forward_format STRING Which forward format for remote servers should be used. Only used if remote_servers is false.
280
-
log_local true,false Log locally. Defaults to false.
281
-
log_auth_local true,false Just log auth facility locally. Defaults to false.
282
-
split_config true,false Splits the client config into 00_client_config.conf, 50_client_remote.conf and 99_client_local.conf. Defaults to false.
283
-
custom_config STRING Specify your own template to use for client config. Defaults to undef. Example usage: custom_config => 'rsyslog/my_config.erb'
284
-
custom_params TODO TODO
285
-
server STRING Rsyslog server to log to. Will be used in the client configuration file. Only used, if remote_servers is false.
286
-
port '514' Remote server port. Only used if remote_servers is false.
287
-
remote_servers Array of hashes Array of hashes with remote servers. See documentation above. Defaults to false.
288
-
ssl true,false Enable SSL support. Defaults to false.
289
-
ssl_ca STRING SSL CA file location. Defaults to undef.
290
-
ssl_cert STRING Path to SSL certificate. Defaults to undef.
291
-
ssl_key STRING Path to SSL private key. Defaults to undef.
292
-
ssl_permitted_peer STRING List of permitted peers. Defaults to undef.
293
-
ssl_auth_mode STRING SSL auth mode. Defaults to anon.
294
-
log_templates HASH Provides a hash defining custom logging templates using the `$template` configuration parameter.
295
-
log_filters HASH Provides a hash defining custom logging filters using the `if/then` configurations parameter.
296
-
actionfiletemplate_cust STRING If set this defines the `ActionFileDefaultTemplate custom formatting` which sets customisations over the default log format for remote and local logging. Must be used with actionfiletemplate to take effect. Defaults to false.
297
-
actionfiletemplate STRING If set this defines the `ActionFileDefaultTemplate` which sets the default logging format for remote and local logging.
298
-
high_precision_timestamps true,false Whether or not to use high precision timestamps.
299
-
300
-
RSYSLOG::DATABASE CLASS PARAMETERS VALUES DESCRIPTION
0 commit comments