<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Logged &#187; logging</title>
	<atom:link href="http://www.syslog.org/logged/category/logging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.syslog.org/logged</link>
	<description>Event and Log Management</description>
	<lastBuildDate>Sun, 25 Jul 2010 21:40:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Reading Logs From A File In Syslog-NG</title>
		<link>http://www.syslog.org/logged/reading-logs-from-a-file-in-syslog-ng/</link>
		<comments>http://www.syslog.org/logged/reading-logs-from-a-file-in-syslog-ng/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 15:28:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[logging]]></category>
		<category><![CDATA[syslog-ng]]></category>

		<guid isPermaLink="false">http://www.syslog.org/logged/?p=262</guid>
		<description><![CDATA[I had previously written a little snippet on how to pull logs in from a file, however there is a substantial amount more to consider when configuring syslog-ng to read from a file, so I have dedicated this post to reading logs from a text file. The basic structure for reading logs from a text [...]<p>Post from: <a href="http://www.syslog.org/logged">Logged - Log Management Blog</a><br/><br/><a href="http://www.syslog.org/logged/reading-logs-from-a-file-in-syslog-ng/">Reading Logs From A File In Syslog-NG</a></p>
]]></description>
		<wfw:commentRss>http://www.syslog.org/logged/reading-logs-from-a-file-in-syslog-ng/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pot Of Syslog-NG Tricks Version 3</title>
		<link>http://www.syslog.org/logged/pot-of-syslog-ng-tricks-version-3/</link>
		<comments>http://www.syslog.org/logged/pot-of-syslog-ng-tricks-version-3/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 17:55:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[logging]]></category>
		<category><![CDATA[syslog-ng]]></category>

		<guid isPermaLink="false">http://www.syslog.org/logged/?p=243</guid>
		<description><![CDATA[Retaining the original hostname of the origin of syslog messages through a Syslog-NG relay In some environments, syslog messages are concentrated and relayed through an intermediate syslog server.  One of the big deficiencies of the stock syslogd that comes with many Linux/UNIX operating systems is that they don&#8217;t provide the ability to keep the hostname [...]<p>Post from: <a href="http://www.syslog.org/logged">Logged - Log Management Blog</a><br/><br/><a href="http://www.syslog.org/logged/pot-of-syslog-ng-tricks-version-3/">Pot Of Syslog-NG Tricks Version 3</a></p>
]]></description>
		<wfw:commentRss>http://www.syslog.org/logged/pot-of-syslog-ng-tricks-version-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Log Analysis and Log Correlation Basics</title>
		<link>http://www.syslog.org/logged/log-analysis-and-log-correlation-basics/</link>
		<comments>http://www.syslog.org/logged/log-analysis-and-log-correlation-basics/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 19:54:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Log Management]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[Correlation]]></category>
		<category><![CDATA[Log Analysis]]></category>

		<guid isPermaLink="false">http://www.syslog.org/logged/?p=187</guid>
		<description><![CDATA[Log data can provide benefits beyond the obvious notification of system events and security happenings.  Aggregated logs from a system or from multiple systems can provide a more complete picture of problems when those logs are correlated together.  To any experienced administrator, this is obvious.  Consider the following environment: In this scenario, the administrator is [...]<p>Post from: <a href="http://www.syslog.org/logged">Logged - Log Management Blog</a><br/><br/><a href="http://www.syslog.org/logged/log-analysis-and-log-correlation-basics/">Log Analysis and Log Correlation Basics</a></p>
]]></description>
		<wfw:commentRss>http://www.syslog.org/logged/log-analysis-and-log-correlation-basics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pot Of Syslog-NG Tricks Version 2</title>
		<link>http://www.syslog.org/logged/pot-of-syslog-ng-tricks-version-2/</link>
		<comments>http://www.syslog.org/logged/pot-of-syslog-ng-tricks-version-2/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 03:04:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[logging]]></category>
		<category><![CDATA[syslog-ng]]></category>

		<guid isPermaLink="false">http://www.syslog.org/logged/?p=179</guid>
		<description><![CDATA[Correcting bad or duplicate time and date stamps Trying to accept logs from applications or devices into syslog-ng, but end up seeing two date and time fields in the resulting log coming out of syslog-ng?  This happens because syslog-ng is not able to understand the format that the date and time stamp arrive in.  Here&#8217;s [...]<p>Post from: <a href="http://www.syslog.org/logged">Logged - Log Management Blog</a><br/><br/><a href="http://www.syslog.org/logged/pot-of-syslog-ng-tricks-version-2/">Pot Of Syslog-NG Tricks Version 2</a></p>
]]></description>
		<wfw:commentRss>http://www.syslog.org/logged/pot-of-syslog-ng-tricks-version-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing A Log and Event Monitoring Program</title>
		<link>http://www.syslog.org/logged/designing-a-log-and-event-monitoring-program/</link>
		<comments>http://www.syslog.org/logged/designing-a-log-and-event-monitoring-program/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 02:25:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Policy]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://www.syslog.org/logged/?p=133</guid>
		<description><![CDATA[Ultimately, as with all IT security programs, log monitoring programs are designed to address risks to data confidentiality, integrity and availability.  Risks come in many types: Hardware failure System compromise User error Rogue administrator An organization&#8217;s program around log &#38; event monitoring needs to be based on the specific risks that exist in that organization.  [...]<p>Post from: <a href="http://www.syslog.org/logged">Logged - Log Management Blog</a><br/><br/><a href="http://www.syslog.org/logged/designing-a-log-and-event-monitoring-program/">Designing A Log and Event Monitoring Program</a></p>
]]></description>
		<wfw:commentRss>http://www.syslog.org/logged/designing-a-log-and-event-monitoring-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Syslog-NG on Windows</title>
		<link>http://www.syslog.org/logged/running-syslog-ng-on-windows/</link>
		<comments>http://www.syslog.org/logged/running-syslog-ng-on-windows/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 01:43:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[syslog-ng]]></category>

		<guid isPermaLink="false">http://www.syslog.org/logged/?p=154</guid>
		<description><![CDATA[This post describes running syslog-ng as a server on Windows.  In another post, we describe how to send Windows Event Logs to syslog. There are many great commercial syslog servers for Windows.  There are not many options for those looking for a free alternative.  One option is Aonaware.  Another option is to install syslog-ng through [...]<p>Post from: <a href="http://www.syslog.org/logged">Logged - Log Management Blog</a><br/><br/><a href="http://www.syslog.org/logged/running-syslog-ng-on-windows/">Running Syslog-NG on Windows</a></p>
]]></description>
		<wfw:commentRss>http://www.syslog.org/logged/running-syslog-ng-on-windows/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Pot Of Syslog-NG Tricks Version 1</title>
		<link>http://www.syslog.org/logged/pot-of-syslog-ng-tricks-version-1/</link>
		<comments>http://www.syslog.org/logged/pot-of-syslog-ng-tricks-version-1/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 21:24:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[logging]]></category>
		<category><![CDATA[syslog-ng]]></category>

		<guid isPermaLink="false">http://www.syslog.org/logged/?p=148</guid>
		<description><![CDATA[Fixing Duplicate Date and/or Hostname Problems Some devices send syslog messages with improperly formatted headers, which can cause syslog-ng to append a new set of header information, meaning that the host name and/or date appear twice in the logs.  A simple way to solve this is using a template: source s_net { udp();}; destination d_file [...]<p>Post from: <a href="http://www.syslog.org/logged">Logged - Log Management Blog</a><br/><br/><a href="http://www.syslog.org/logged/pot-of-syslog-ng-tricks-version-1/">Pot Of Syslog-NG Tricks Version 1</a></p>
]]></description>
		<wfw:commentRss>http://www.syslog.org/logged/pot-of-syslog-ng-tricks-version-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring SUDO for Effective Activity Monitoring Via Syslog</title>
		<link>http://www.syslog.org/logged/configuring-sudo-for-effective-activity-monitoring-via-syslog/</link>
		<comments>http://www.syslog.org/logged/configuring-sudo-for-effective-activity-monitoring-via-syslog/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 22:26:43 +0000</pubDate>
		<dc:creator>mutex</dc:creator>
				<category><![CDATA[Accountability]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Policy]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[SUDO]]></category>

		<guid isPermaLink="false">http://www.syslog.org/logged/?p=123</guid>
		<description><![CDATA[I have discussed in previous posts the importance of administrators using SUDO to provide individual accountability.  SUDO provides command-by-command accounting of actions performed by administrators, with logs sent as standard syslog events looking like this: Feb  4 19:23:23 bsd sudo:    jerry : TTY=pts/0 ; PWD=/usr/home/jerry ; USER=root ; COMMAND=/bin/ps -x Feb  4 19:23:34 bsd sudo:    [...]<p>Post from: <a href="http://www.syslog.org/logged">Logged - Log Management Blog</a><br/><br/><a href="http://www.syslog.org/logged/configuring-sudo-for-effective-activity-monitoring-via-syslog/">Configuring SUDO for Effective Activity Monitoring Via Syslog</a></p>
]]></description>
		<wfw:commentRss>http://www.syslog.org/logged/configuring-sudo-for-effective-activity-monitoring-via-syslog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Segregating Logs From Different Log Files On A Centralized Log Server Using Syslog-NG</title>
		<link>http://www.syslog.org/logged/segregating-logs-from-different-log-files-on-a-centralized-log-server-using-syslog-ng/</link>
		<comments>http://www.syslog.org/logged/segregating-logs-from-different-log-files-on-a-centralized-log-server-using-syslog-ng/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 20:22:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Log Management]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[syslog-ng]]></category>

		<guid isPermaLink="false">http://www.syslog.org/logged/?p=103</guid>
		<description><![CDATA[In this post, I will demonstrate a way to capture logs from a series of log files, and relay those logs to a central log server, where the logs will be separated into log files, as they existed on the original host. Reading from files Syslog-ng has the ability to pull log data from files, [...]<p>Post from: <a href="http://www.syslog.org/logged">Logged - Log Management Blog</a><br/><br/><a href="http://www.syslog.org/logged/segregating-logs-from-different-log-files-on-a-centralized-log-server-using-syslog-ng/">Segregating Logs From Different Log Files On A Centralized Log Server Using Syslog-NG</a></p>
]]></description>
		<wfw:commentRss>http://www.syslog.org/logged/segregating-logs-from-different-log-files-on-a-centralized-log-server-using-syslog-ng/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring The Snare Windows Client And Syslog-NG To Work Together</title>
		<link>http://www.syslog.org/logged/configuring-the-snare-windows-client-and-syslog-ng-to-work-together/</link>
		<comments>http://www.syslog.org/logged/configuring-the-snare-windows-client-and-syslog-ng-to-work-together/#comments</comments>
		<pubDate>Wed, 13 May 2009 23:57:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[Snare]]></category>
		<category><![CDATA[syslog-ng]]></category>
		<category><![CDATA[Windows Logging]]></category>

		<guid isPermaLink="false">http://www.syslog.org/logged/?p=89</guid>
		<description><![CDATA[In a previous post, we looked at installing Snare to log Windows events to a syslog server.  Here, we will configure syslog-ng to accept messages from Snare and implement a few simple customizations, including storing the logs in individual files.  We will assume that Snare is operational for the purposes of this guide.  Please see [...]<p>Post from: <a href="http://www.syslog.org/logged">Logged - Log Management Blog</a><br/><br/><a href="http://www.syslog.org/logged/configuring-the-snare-windows-client-and-syslog-ng-to-work-together/">Configuring The Snare Windows Client And Syslog-NG To Work Together</a></p>
]]></description>
		<wfw:commentRss>http://www.syslog.org/logged/configuring-the-snare-windows-client-and-syslog-ng-to-work-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
