<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: splunk is trigerring duplicate events from syslog. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67585#M13643</link>
    <description>&lt;P&gt;_time   indextime   source  _raw&lt;BR /&gt;
1   8/22/13 3:50:44.287 AM  08/22/2013 03:54:22 /opt/splunk/var/syslog-ng/syslog.log    2013-08-22T03:50:44.287+01:00 10.35.90.213 08.22.2013 03:49:07,705 Id-00fbd1d452157c2343408da5 The filter 'Request document:' lXXXXXXXX&lt;BR /&gt;
2   8/22/13 3:50:44.287 AM  08/22/2013 03:50:46 /opt/splunk/var/syslog-ng/syslog.log    2013-08-22T03:50:44.287+01:00 10.35.90.213 08.22.2013 03:49:07,705 Id-00fbd1d452157c2343408da5 The filter 'Request document:' lXXXXXXXX&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2013 08:03:34 GMT</pubDate>
    <dc:creator>rakesh_498115</dc:creator>
    <dc:date>2013-08-22T08:03:34Z</dc:date>
    <item>
      <title>splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67549#M13607</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;I have been using syslog to store my server logs and splunk will be monitoring the syslog.log file located at /opt/splunk/var/syslog-ng/ path. Now while splunk montoring the files i could see duplicate events in my logs. when i checked the splunkd log file i could see at partiucular timestamps i.e &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;06-17-2013 07:18:48.691 +0100 INFO  WatchedFile - Will begin reading at offset=0 for file='/opt/splunk/var/syslog-ng/syslog.log'.&lt;BR /&gt;
06-17-2013 07:18:48.691 +0100 INFO  WatchedFile - Will begin reading at offset=0 for file='/opt/splunk/var/syslog-ng/syslog.log'.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;i could see splunk reading the file twice ..hence i could see duplicates events in my index. Posted you the snippet of splunkd log file.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;06-17-2013 07:18:30.689 +0100 INFO  WatchedFile - Will begin reading at offset=0 for file='/opt/splunk/var/syslog-ng/syslog.log'.
06-17-2013 07:18:33.690 +0100 INFO  WatchedFile - Will begin reading at offset=0 for file='/opt/splunk/var/syslog-ng/syslog.log'.
06-17-2013 07:18:36.690 +0100 INFO  WatchedFile - Will begin reading at offset=0 for file='/opt/splunk/var/syslog-ng/syslog.log'.
06-17-2013 07:18:39.690 +0100 INFO  WatchedFile - Will begin reading at offset=0 for file='/opt/splunk/var/syslog-ng/syslog.log'.
06-17-2013 07:18:42.690 +0100 INFO  WatchedFile - Will begin reading at offset=0 for file='/opt/splunk/var/syslog-ng/syslog.log'.
06-17-2013 07:18:45.692 +0100 INFO  WatchedFile - Will begin reading at offset=0 for file='/opt/splunk/var/syslog-ng/syslog.log'.
06-17-2013 07:18:48.691 +0100 INFO  WatchedFile - Will begin reading at offset=0 for file='/opt/splunk/var/syslog-ng/syslog.log'.
06-17-2013 07:18:48.691 +0100 INFO  WatchedFile - Will begin reading at offset=0 for file='/opt/splunk/var/syslog-ng/syslog.log'.
06-17-2013 07:18:50.551 +0100 INFO  BatchReader - Removed from queue file='/opt/splunk/var/syslog-ng/syslog.log'.
06-17-2013 07:18:56.561 +0100 INFO  TcpOutputProc - Connected to idx=host1:8089
06-17-2013 07:19:26.563 +0100 INFO  TcpOutputProc - Connected to idx=host2:8089
06-17-2013 07:19:56.576 +0100 INFO  TcpOutputProc - Connected to idx=host3:8089
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can any one help me.. wats happening here .why splunk is reading a file a twice and generating duplicate events ??&lt;/P&gt;

&lt;P&gt;for Syslog-log rotation i have defined the following configuration in syslog-ng file&lt;/P&gt;

&lt;P&gt;//syslog-ng logrotation configuration&lt;/P&gt;

&lt;P&gt;/etc/logrotate.d/syslog-ng &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/var/syslog-ng/syslog.log {
        size 30M
        copytruncate
        create 750 splunk splunk
        rotate 500
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;crontab - entry to check the syslog size every 5 min and rotate&lt;/P&gt;

&lt;P&gt;// crontab&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#Added entry to rotate logs generated from syslog-ng
*/5 * * * * /usr/sbin/logrotate /etc/logrotate.d/syslog-ng
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I cleary see duplicates . You can find the same with the screenshot below.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com/logrotate1.bmp" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2013 14:08:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67549#M13607</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2013-06-18T14:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67550#M13608</link>
      <description>&lt;P&gt;Hi rakesh_498115&lt;/P&gt;

&lt;P&gt;probably some duplicated input/monitor config, use cmd tool &lt;CODE&gt;btool&lt;/CODE&gt; to check for any duplicates&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk cmd btool inputs list
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;see docs for more information &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.3/Troubleshooting/CommandlinetoolsforusewithSupport#btool"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.3/Troubleshooting/CommandlinetoolsforusewithSupport#btool&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2013 14:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67550#M13608</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2013-06-18T14:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67551#M13609</link>
      <description>&lt;P&gt;Hi Mus..i have checked using this..no duplicate monitoring files are there...only at certain intervals i am seeing duplicates from syslog.log file ..and when i check the splunkd.log ..i could two events at the same time for same file...:(&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2013 14:20:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67551#M13609</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2013-06-18T14:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67552#M13610</link>
      <description>&lt;P&gt;are you using crcSalt=&lt;SOURCE&gt; or followTail=true in your inputs.conf? If so, remove them. crcSalt can lead to duplicates and followTail is often misunderstood - see this answer why &lt;A href="http://splunk-base.splunk.com/answers/57819/when-is-it-appropriate-to-set-followtail-to-true"&gt;http://splunk-base.splunk.com/answers/57819/when-is-it-appropriate-to-set-followtail-to-true&lt;/A&gt;&lt;/SOURCE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2013 06:32:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67552#M13610</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2013-06-19T06:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67553#M13611</link>
      <description>&lt;P&gt;btw it seams you got a 'major' problem with duplicates all over your Splunk &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;A href="http://splunk-base.splunk.com/answers/51468/how-do-we-disable-dupliacte-events-to-display-in-the-search-results"&gt;http://splunk-base.splunk.com/answers/51468/how-do-we-disable-dupliacte-events-to-display-in-the-search-results&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2013 06:49:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67553#M13611</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2013-06-19T06:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67554#M13612</link>
      <description>&lt;P&gt;Hi Mus . i was not using followtail or crcSalt in my inputs.conf.. i have the following stanza in my inputs.conf...&lt;/P&gt;

&lt;P&gt;[monitor:///opt/splunk/var/syslog-ng/syslog.log]&lt;BR /&gt;
queue = parsingQueue&lt;BR /&gt;
index = mydata&lt;BR /&gt;
sourcetype = productinfo&lt;/P&gt;

&lt;P&gt;where could be the problem ?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2013 07:52:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67554#M13612</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2013-06-19T07:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67555#M13613</link>
      <description>&lt;P&gt;is there an universal forwarder running on this host as well, which is monitoring this file as well? &lt;BR /&gt;
what happens if you remove this stanza from inputs.conf and the syslog.log file gets changed? &lt;BR /&gt;
was it ever working, I mean did you ever got single events or were there always duplicates?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2013 08:11:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67555#M13613</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2013-06-19T08:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67556#M13614</link>
      <description>&lt;P&gt;Hi Mus, Thanks for Continous help. To answer your questions.. yeah Universal forwarder is running on this host and i am getting single events most of the time but at some regular events i am seeing the duplicate events..that is there i checked the splunkd.log which has two trigerring events like dis&lt;/P&gt;

&lt;P&gt;06-17-2013 07:18:48.691 +0100 INFO WatchedFile - Will begin reading at offset=0 for file='/opt/splunk/var/syslog-ng/syslog.log'. 06-17-2013 07:18:48.691 +0100 INFO WatchedFile - Will begin reading at offset=0 for file='/opt/splunk/var/syslog-ng/syslog.log'.&lt;/P&gt;

&lt;P&gt;so i suspected this could be the issue?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2013 10:07:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67556#M13614</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2013-06-19T10:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67557#M13615</link>
      <description>&lt;P&gt;I have only one montoring script for this path..&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2013 10:27:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67557#M13615</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2013-06-19T10:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67558#M13616</link>
      <description>&lt;P&gt;what to you mean with 'I have one monitoring script'?&lt;BR /&gt;
Is your syslog.log file getting rotated at the time you get duplicated events?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2013 12:01:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67558#M13616</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2013-06-19T12:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67559#M13617</link>
      <description>&lt;P&gt;not exaclty at the time..sometimes events are duplicated before the rotation of syslog.log file...&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2013 19:05:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67559#M13617</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2013-06-19T19:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67560#M13618</link>
      <description>&lt;P&gt;Hi Mus..any Update on the problem solution pls... Any Settings neets to be checked or monitored ..??&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 07:50:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67560#M13618</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2013-06-24T07:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67561#M13619</link>
      <description>&lt;P&gt;pls answer all my question: try what I asked you to test and provide feedback.....&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 06:40:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67561#M13619</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2013-06-25T06:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67562#M13620</link>
      <description>&lt;P&gt;Hi Mus.. yeah i done all the testings suggested by you..but then i am seeing duplicate events coming from my syslog.log file .. and these duplicates are not coming regularly...i can see duplicates only at definite intervals.. checked the log rotation time it is not same as the logrotation time.. pls tell me wat can be done further ??&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 09:08:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67562#M13620</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2013-06-25T09:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67563#M13621</link>
      <description>&lt;P&gt;so you really removed it from inputs.conf, restarted splunk and were still getting duplicates during this test? there must be something wrong.....if so, disable the forwarder and see if then still getting duplicates... if there are still event from syslog file, then there is something REALLY wrong????&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 09:14:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67563#M13621</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2013-06-25T09:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67564#M13622</link>
      <description>&lt;P&gt;yeah MuS . i removed followTail option from inputs.conf ,restarted and tested again i am seeing duplicates....disabled the forwarder then i am not all getting any events even though i have data updating in syslog file.. by the way i am using splunk 5.3.2 forwarder and splunk 4.3.2 Search Head .&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 17:36:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67564#M13622</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2013-06-25T17:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67565#M13623</link>
      <description>&lt;P&gt;so your file is being picked up by the UF. now check all inputs.conf of the UF if there are any double entries for the file syslog.log. check if your log rotation is done by 'logadm -c' because there was a bug about that (SPL-44773) but this was fixed with 4.3.3. btw where did you get 5.3.2 forwarder from? most recent version is 5.0.3 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2013 06:52:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67565#M13623</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2013-06-26T06:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67566#M13624</link>
      <description>&lt;P&gt;hmm..yeah its 5.0.3 only .. Can you pls tell how can i check log rotation logadm -c ??&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2013 07:49:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67566#M13624</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2013-06-26T07:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67567#M13625</link>
      <description>&lt;P&gt;no, ask your sysadmin if you don't know how to check it&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2013 07:52:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67567#M13625</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2013-06-26T07:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: splunk is trigerring duplicate events from syslog.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67568#M13626</link>
      <description>&lt;P&gt;I had the exact same problem with syslog (and others).&lt;/P&gt;

&lt;P&gt;Try changing the inputs.conf for monitor:///var/log (or whichever stanza controls your syslogs:&lt;/P&gt;

&lt;P&gt;Blacklist .gz&lt;/P&gt;

&lt;P&gt;Whitelist .log$&lt;/P&gt;

&lt;P&gt;Basically, you want to ignore all rotated logs, and just tail the current log.  It worked for me.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:53:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-is-trigerring-duplicate-events-from-syslog/m-p/67568#M13626</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-14T14:53:00Z</dc:date>
    </item>
  </channel>
</rss>

