<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page syslog 
             and everything recently tagged syslog -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>syslog on SWiK</title>
        <doap:name>syslog</doap:name>
        <doap:description>&lt;p&gt;Syslog is a protocol for sending log messags over an &lt;a class="wikilink" href="http://swik.net/IP"&gt;IP&lt;/a&gt; network. It has been standardized by the &lt;span class="caps"&gt;IETF&lt;/span&gt; (&lt;a rel="nofollow" href="http://tools.ietf.org/wg/syslog/"&gt;documents&lt;/a&gt; here)&lt;/p&gt;


	&lt;p&gt;Originally developed as part of &lt;a class="wikilink" href="http://swik.net/Sendmail"&gt;Sendmail&lt;/a&gt;, SysLog became the defacto standard for &lt;a class="wikilink" href="http://swik.net/Unix"&gt;Unix&lt;/a&gt; and &lt;a class="wikilink" href="http://swik.net/Linux"&gt;Linux&lt;/a&gt; systems.&lt;/p&gt;


	&lt;p&gt;A &amp;#8220;syslog server&amp;#8221; or &amp;#8220;syslog daemon&amp;#8221; is typically the recipient of syslog messages.&lt;/p&gt;


	&lt;p&gt;&lt;a class="wikilink" href="http://swik.net/SourceLabs"&gt;SourceLabs&lt;/a&gt; includes the ability to capture, sort, search and correlate Syslog messages with millions of records as part of its &lt;a rel="nofollow" href="http://www.sourcelabs.com"&gt;Self-Support Suite for Linux and Open Source Java&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;a rel="nofollow" href="http://www.syslog.org/forum/"&gt;Forums&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;a rel="nofollow" href="http://www.syslog.org/wiki/Main/Tools"&gt;Tools&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;a rel="nofollow" href="http://www.syslog.org/wiki/Main/HowTo"&gt;How-to&lt;/a&gt;&lt;/p&gt;
</doap:description>
        <description>Syslog is a protocol for sending log messags over an IP network. It has been standardized by the IETF (documents here)


	Originally developed as part of Sendmail, SysLog became the defacto standard for Unix and Linux systems.


	A &amp;#8220;syslog server&amp;#8221; or &amp;#8220;syslog daemon&amp;#8221; is typically the recipient of syslog messages.


	SourceLabs includes the ability to capture, sort, search and correlate Syslog messages with millions of records as part of its Self-Support Suite for Linux and</description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/syslog</link>
        <doap:homepage></doap:homepage>
                <category>linux</category>
        <category>Unix</category>
        <category>logging</category>
        <category>log</category>
        <category>SourceLabs</category>

        <pubDate>Thu, 30 Aug 2007 06:29:00 -0700</pubDate>
        <lastBuildDate>Fri, 14 Mar 2008 14:46:21 -0700</lastBuildDate>
            
        <item>
            <title>Aanval - Console, Appliance and Training Information</title>
            <link>http://swik.net/snort/del.icio.us%2Ftag%2Fsnort/Aanval+-+Console%2C+Appliance+and+Training+Information/b45ip</link>
            <description></description>
            
            <pubDate>Fri, 16 May 2008 03:06:31 -0700</pubDate>
        </item>
            
        <item>
            <title>Advanced Log Processing</title>
            <link>http://swik.net/Netcat/del.icio.us+tag%2Fnetcat/Advanced+Log+Processing/b4gor</link>
            <description></description>
            
            <pubDate>Mon, 21 Apr 2008 07:20:46 -0700</pubDate>
        </item>
            
        <item>
            <title>Using Syslog information with SourceLabs Linux Self-Support</title>
            <link>http://swik.net/syslog/Using+Syslog+information+with+SourceLabs+Linux+Self-Support</link>
            <description>&lt;p&gt;Below is documentation for using &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.sourcelabs.com&quot;&gt;SourceLabs&lt;/a&gt; Self-Support Suite for &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Linux&quot;&gt;Linux&lt;/a&gt; and Open Source &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Java&quot;&gt;Java&lt;/a&gt; to gather, organize, and search Syslog messages.&lt;/p&gt;


	&lt;p&gt;You can setup syslog to connect to the relay.  In this release, we only support syslog over &lt;span class=&quot;caps&quot;&gt;UDP&lt;/span&gt;.  To set this up, you need to modify your syslogd config file.  Often this is in /etc/syslog.conf&lt;/p&gt;


	&lt;p&gt;To get started, you can add&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;.&lt;/strong&gt;                             @relayMachineName:4657&lt;/p&gt;


	&lt;p&gt;This will send all your syslog messages to a machine named relayMachineName over port 4657.  Port 4657 is the default port the relay listens to for Syslog &lt;span class=&quot;caps&quot;&gt;UDP&lt;/span&gt; messages.  You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).&lt;/p&gt;


	&lt;p&gt;To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.&lt;/p&gt;


	&lt;p&gt;Syslog-ng:&lt;/p&gt;


	&lt;p&gt;You can also setup syslog-ng to use the relay.  For the current version of the relay, you will need to use &lt;span class=&quot;caps&quot;&gt;UDP&lt;/span&gt; logging to the relay instead of &lt;span class=&quot;caps&quot;&gt;TCP&lt;/span&gt;.  To set this up, you need to modify your syslog-ng config file.  Often this is in /etc/syslog-ng.conf&lt;/p&gt;


To get started, you can add&lt;br&gt;
&lt;code&gt;
destination d_relay { udp(&quot;relayMachineName &quot;, port(4657)); };
log { source(s_sys); destination(d_relay); };
&lt;/code&gt;

	&lt;p&gt;Assuming that you are using a default syslog-ng configuration where source ‘s_sys’ represents all syslog messages (modify source as necessary for  your configuration),this will send all your syslog messages to a machine named relayMachineName over port 4657.  Port 4657 is the default port the relay listens to for Syslog &lt;span class=&quot;caps&quot;&gt;UDP&lt;/span&gt; messages.  You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).&lt;/p&gt;


	&lt;p&gt;To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.&lt;/p&gt;


	&lt;p&gt;Find more &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.sourcelabs.com&quot;&gt;information about SourceLabs Self-Support Suite for LInux and Open Source Java&lt;/a&gt;&lt;/p&gt;
</description>
                        <category>linux</category>
            <category>centos</category>
            <category>RedHat</category>
            <category>syslog</category>
            <category>SuSE</category>
            <category>SourceLabs</category>
            <category>logging</category>
            <category>Ubuntu</category>
            <category>Debian</category>
            <category>support</category>

            <pubDate>Mon, 24 Mar 2008 12:31:39 -0700</pubDate>
        </item>
            
        <item>
            <title>Hugo van der Kooij: EMAIL: MailScanner</title>
            <link>http://swik.net/Postfix/del.icio.us%2Ftag%2Fpostfix/Hugo+van+der+Kooij%3A+EMAIL%3A+MailScanner/b3fiw</link>
            <description></description>
            
            <pubDate>Mon, 03 Mar 2008 01:40:39 -0800</pubDate>
        </item>
            
        <item>
            <title>syslogd supporting MySQL and TCP :: rsyslog</title>
            <link>http://swik.net/User:daveg/del.icio.us%2Fdaveg/syslogd+supporting+MySQL+and+TCP+%3A%3A+rsyslog/b1yxp</link>
            <description>Rsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control</description>
            
            <pubDate>Thu, 31 Jan 2008 13:26:06 -0800</pubDate>
        </item>
            
        <item>
            <title>Snare EventLog Agent for Windows - Event Log transfer to Snare &amp; Syslog servers - Open Source</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Snare+EventLog+Agent+for+Windows+-+Event+Log+transfer+to+Snare+%26+Syslog+servers+-+Open+Source/b1rqv</link>
            <description></description>
            
            <pubDate>Thu, 24 Jan 2008 15:05:23 -0800</pubDate>
        </item>
            
        <item>
            <title>Output Modules</title>
            <link>http://swik.net/snort/del.icio.us%2Ftag%2Fsnort/Output+Modules/bzccy</link>
            <description></description>
            
            <pubDate>Wed, 02 Jan 2008 11:42:46 -0800</pubDate>
        </item>
            
        <item>
            <title>syslogd supporting MySQL and TCP :: rsyslog</title>
            <link>http://swik.net/User:jeyrb/del.icio.us%2Fuser%2Fjey/syslogd+supporting+MySQL+and+TCP+%3A%3A+rsyslog/by1v2</link>
            <description></description>
            
            <pubDate>Sun, 30 Dec 2007 12:08:39 -0800</pubDate>
        </item>
            
        <item>
            <title>OSSEC</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/OSSEC/bx40m</link>
            <description>Open Source Host-based Intrusion Detection System. Performs log analysis, interity checking, Windows registry monitoring, rootkit detection, real-time alerting and active response.`</description>
            
            <pubDate>Thu, 20 Dec 2007 19:58:53 -0800</pubDate>
        </item>
            
        <item>
            <title>Aanval - Console, Appliance and Training Information</title>
            <link>http://swik.net/snort/del.icio.us%2Ftag%2Fsnort/Aanval+-+Console%2C+Appliance+and+Training+Information/bxs8m</link>
            <description></description>
            
            <pubDate>Tue, 18 Dec 2007 10:34:57 -0800</pubDate>
        </item>
            
        <item>
            <title>Splunk &gt; The IT Search Engine</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Splunk+%3E+The+IT+Search+Engine/bxixk</link>
            <description></description>
            
            <pubDate>Sun, 16 Dec 2007 06:14:12 -0800</pubDate>
        </item>
            
        <item>
            <title>Snare EventLog Agent for Windows - Event Log transfer to Snare &amp; Syslog servers - Open Source</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Snare+EventLog+Agent+for+Windows+-+Event+Log+transfer+to+Snare+%26+Syslog+servers+-+Open+Source/bw3c5</link>
            <description></description>
            
            <pubDate>Wed, 12 Dec 2007 11:42:26 -0800</pubDate>
        </item>
            
        <item>
            <title>postfix debian syslog tuning</title>
            <link>http://swik.net/Postfix/del.icio.us%2Ftag%2Fpostfix/postfix+debian+syslog+tuning/busbk</link>
            <description></description>
            
            <pubDate>Tue, 20 Nov 2007 18:07:10 -0800</pubDate>
        </item>
            
        <item>
            <title>influenced dot net &quot; Blog Archive &quot; Fine tuning Postfix mail logs</title>
            <link>http://swik.net/Postfix/del.icio.us%2Ftag%2Fpostfix/influenced+dot+net+%22+Blog+Archive+%22+Fine+tuning+Postfix+mail+logs/buryp</link>
            <description></description>
            
            <pubDate>Tue, 20 Nov 2007 16:07:13 -0800</pubDate>
        </item>
            
        <item>
            <title>socklog - system and kernel logging services</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/socklog+-+system+and+kernel+logging+services/bsn7r</link>
            <description></description>
            
            <pubDate>Sun, 04 Nov 2007 20:24:23 -0800</pubDate>
        </item>
            
        <item>
            <title>SourceForge.net: Project Lasso</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/SourceForge.net%3A+Project+Lasso/bsidy</link>
            <description></description>
            
            <pubDate>Sat, 03 Nov 2007 05:24:30 -0700</pubDate>
        </item>
            
        <item>
            <title>Fun with OSGi: Some use for the database bundle</title>
            <link>http://swik.net/OSGi/del.icio.us%2Ftag%2FOSGi/Fun+with+OSGi%3A+Some+use+for+the+database+bundle/bsaq7</link>
            <description></description>
            
            <pubDate>Thu, 01 Nov 2007 11:25:05 -0700</pubDate>
        </item>
            
        <item>
            <title>Fun with OSGi: Some use for the database bundle</title>
            <link>http://swik.net/User:jeyrb/del.icio.us%2Fsubscriptions%2Fjey/Fun+with+OSGi%3A+Some+use+for+the+database+bundle/bsabl</link>
            <description></description>
            
            <pubDate>Thu, 01 Nov 2007 10:21:21 -0700</pubDate>
        </item>
            
        <item>
            <title>Windows イベントログを SYSLOG で管理する -- NTsyslog | Windows - P-SOC</title>
            <link>http://swik.net/License:GPL/del.icio.us+tag%2Fgpl/Windows+%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E3%83%AD%E3%82%B0%E3%82%92+SYSLOG+%E3%81%A7%E7%AE%A1%E7%90%86%E3%81%99%E3%82%8B+--+NTsyslog+%7C+Windows+-+P-SOC/bqxs5</link>
            <description></description>
            
            <pubDate>Mon, 22 Oct 2007 08:32:53 -0700</pubDate>
        </item>
            
        <item>
            <title>Syslog and Windows</title>
            <link>http://swik.net/License:GPL/del.icio.us+tag%2Fgpl/Syslog+and+Windows/bqxs2</link>
            <description></description>
            
            <pubDate>Mon, 22 Oct 2007 08:32:52 -0700</pubDate>
        </item>
            
        <item>
            <title>Octopussy Project</title>
            <link>http://swik.net/XML/del.icio.us%2Ftag%2Fxml/Octopussy+Project/bqgmt</link>
            <description>Octopussy - Perl/XML Logs Analyzer, Alerter &amp;amp; Reporter.</description>
            
            <pubDate>Sun, 14 Oct 2007 21:16:16 -0700</pubDate>
        </item>
            
        <item>
            <title>Evtsys : UNIX Software Documentation : Documents and Documentation : Tools, Documents, and Policies - Engineering Computer Network</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Evtsys+%3A+UNIX+Software+Documentation+%3A+Documents+and+Documentation+%3A+Tools%2C+Documents%2C+and+Policies+-+Engineering+Computer+Network/bp9hu</link>
            <description>The Eventlog to Syslog utility is a program that runs on Windows, monitoring eventlog messages. When a new message appears in the eventlog, it is read, formatted, and forwarded to a UNIX syslog server.</description>
            
            <pubDate>Fri, 12 Oct 2007 20:08:07 -0700</pubDate>
        </item>
            
        <item>
            <title>Welcome to LogReport</title>
            <link>http://swik.net/Postfix/del.icio.us%2Ftag%2Fpostfix/Welcome+to+LogReport/bp05h</link>
            <description></description>
            
            <pubDate>Thu, 11 Oct 2007 07:45:42 -0700</pubDate>
        </item>
            
        <item>
            <title>Bug #26986 - Comment #8</title>
            <link>http://swik.net/Kubuntu/del.icio.us%2Ftag%2Fkubuntu/Bug+%2326986+-+Comment+%238/boj67</link>
            <description></description>
            
            <pubDate>Mon, 01 Oct 2007 12:56:12 -0700</pubDate>
        </item>
            
        <item>
            <title>PEAR :: Package :: Log</title>
            <link>http://swik.net/User:osdeinfo/del.icio.us%2Fosde.info/PEAR+%3A%3A+Package+%3A%3A+Log/bob0d</link>
            <description></description>
            
            <pubDate>Thu, 27 Sep 2007 09:04:08 -0700</pubDate>
        </item>
            
        <item>
            <title>Aanval - Commercial &amp; Free Intrusion Detection Console / IDS / GUI / Interface</title>
            <link>http://swik.net/snort/del.icio.us%2Ftag%2Fsnort/Aanval+-+Commercial+%26+Free+Intrusion+Detection+Console+%2F+IDS+%2F+GUI+%2F+Interface/bndkw</link>
            <description>Snort &amp;amp; syslog correlation system</description>
            
            <pubDate>Sat, 15 Sep 2007 12:18:23 -0700</pubDate>
        </item>
            
        <item>
            <title>Logging with syslog-ng</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Logging+with+syslog-ng/bk0on</link>
            <description></description>
            
            <pubDate>Wed, 29 Aug 2007 14:09:04 -0700</pubDate>
        </item>
            
        <item>
            <title>Snare EventLog Agent for Windows - Event Log transfer to Snare &amp; Syslog servers - Open Source</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Snare+EventLog+Agent+for+Windows+-+Event+Log+transfer+to+Snare+%26+Syslog+servers+-+Open+Source/bkfon</link>
            <description></description>
            
            <pubDate>Sat, 25 Aug 2007 11:04:44 -0700</pubDate>
        </item>
            
        <item>
            <title>SourceForge.net: Project Lasso</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/SourceForge.net%3A+Project+Lasso/bj8m5</link>
            <description></description>
            
            <pubDate>Thu, 23 Aug 2007 22:04:53 -0700</pubDate>
        </item>
            
        <item>
            <title>Downloads</title>
            <link>http://swik.net/snort/del.icio.us%2Ftag%2Fsnort/Downloads/bjzgl</link>
            <description></description>
            
            <pubDate>Wed, 22 Aug 2007 05:15:28 -0700</pubDate>
        </item>
                </channel>
</rss>
