Editing Rsyslogd

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
  Jan 24 07:14:12 MACHINE_NAME rsyslogd[953]: file '7' write error: [[No space left on device]] [v8.32.0 try http://www.rsyslog.com/e/2027]
 
  Jan 24 07:14:12 MACHINE_NAME rsyslogd[953]: file '7' write error: [[No space left on device]] [v8.32.0 try http://www.rsyslog.com/e/2027]
  
[[/etc/rsyslog.conf]]
 
  
* [[TCP port]] 514
+
[[TCP port]] 514
* [[UDP port]] [[514]]
 
  
 
  <code>[[systemctl status rsyslog]]</code>
 
  <code>[[systemctl status rsyslog]]</code>
  
== Activities ==
 
* Configure rsyslog to listen to TCP/UDP messages: https://kifarunix.com/how-to-configure-remote-logging-with-rsyslog-on-ubuntu-18-04/
 
  
 
+
Default Ubuntu 18.04 LTS configuration file:
== Related terms ==
+
<code>cat /etc/rsyslog.conf  | grep -v "#" | grep . </code>
* <code>[[logger]]</code>
+
<pre>
* <code>[[journalctl -u rsyslog]]</code>
+
module(load="imklog" permitnonkernelfacility="on")
* <code>rsyslog-elasticsearch</code> package
+
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
 +
$RepeatedMsgReduction on
 +
$FileOwner syslog
 +
$FileGroup adm
 +
$FileCreateMode 0640
 +
$DirCreateMode 0755
 +
$Umask 0022
 +
$PrivDropToUser syslog
 +
$PrivDropToGroup syslog
 +
$WorkDirectory /var/spool/rsyslog
 +
$IncludeConfig /etc/rsyslog.d/*.conf
 +
</pre>
  
 
== See also ==
 
== See also ==
* {{syslog}}
 
 
* {{logging}}
 
* {{logging}}
  

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Templates used on this page:

Advertising: