summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_high_database_rate.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rsyslog_high_database_rate.html')
-rw-r--r--doc/rsyslog_high_database_rate.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rsyslog_high_database_rate.html b/doc/rsyslog_high_database_rate.html
index fe355c35..7b1f984f 100644
--- a/doc/rsyslog_high_database_rate.html
+++ b/doc/rsyslog_high_database_rate.html
@@ -74,6 +74,7 @@ following simple config file, you log anything you receive to a MySQL database
and have buffering applied automatically.</p>
<textarea rows="11" cols="80">$ModLoad ommysql.so # load the output driver (use ompgsql.so for PostgreSQL)
$ModLoad imudp.so # network reception
+$UDPServerRun 514 # start a udp server at port 514
$ModLoad imuxsock.so # local message reception
$WorkDirectory /rsyslog/work # default location for work (spool) files