blob: a58f5c6991e2b5eddc9675b9ec8556c40466be94 (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>global() configuration object</title>
</head>
<body>
<h1>global() configuration object</h1>
<p>The global configuration object permits to set global parameters.
Note that each parameter can only be set once and cannot be re-set
thereafter. If a parameter is set multiple times, the behaviour is
unpredictable.
<p>The following paramters can be set:
<ul>
<li>workDirectory
<li>dropMsgsWithMaliciousDNSPtrRecords
<li>localHostname
<li>preserveFQDN
<li>defaultNetstreamDriverCAFile
<li>defaultNetstreamDriverKeyFile
<li>defaultNetstreamDriver
<li>maxMessageSize
</ul>
<p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>]
[<a href="rainerscript.html">RainerScript reference</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p>
<p><font size="2">This documentation is part of the
<a href="http://www.rsyslog.com/">rsyslog</a> project.<br>
Copyright © 2013 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and
<a href="http://www.adiscon.com/">Adiscon</a>.
Released under ASL 2.0 or higher.</font></p>
</body>
</html>
|