<?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: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276360#M83364</link>
    <description>&lt;P&gt;Use the tics (ctrl + ~) &lt;/P&gt;

&lt;P&gt;If the above extraction doesn't work then you can try extracting the field at search time.. &lt;/P&gt;

&lt;P&gt;It also looks like you have an uneven amount of parenthesis&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2016 18:35:20 GMT</pubDate>
    <dc:creator>skoelpin</dc:creator>
    <dc:date>2016-07-20T18:35:20Z</dc:date>
    <item>
      <title>After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276355#M83359</link>
      <description>&lt;P&gt;&lt;CODE&gt;Bad regex value: '(?i) .*? (?P&amp;lt;foo-bar&amp;gt;\[a-f0-9]+\-[a-f0-9]+\-[a-f0-9]+\-[a-f0-9]+\-[a-f0-9]+)(?= )', of param: props.conf / [wsp-prod] / EXTRACT-foo-bar; why: unrecognized character after (?P&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Bad regex value: '(?i) .*? (?P[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+)(?= )', of param: props.conf / [wsp-prod] / EXTRACT-foo-bar; why: unrecognized character after (?P&lt;/P&gt;

&lt;P&gt;the regex is: &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;EXTRACT-foo-bar = (?i) .*? (?P&amp;lt;foo-bar&amp;gt;[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+)(?= )&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:17:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276355#M83359</guid>
      <dc:creator>gozulin</dc:creator>
      <dc:date>2016-07-20T18:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276356#M83360</link>
      <description>&lt;P&gt;You need to include &lt;CODE&gt;&amp;lt;NAME&amp;gt;&lt;/CODE&gt; after the &lt;CODE&gt;?P&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;It should look like this &lt;BR /&gt;
&lt;CODE&gt;EXTRACT-StatusCode=&amp;lt;a:StatusCode&amp;gt;(?&amp;lt;StatusCode&amp;gt;\d*)&amp;lt;/a:StatusCode&amp;gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:22:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276356#M83360</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-07-20T18:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276357#M83361</link>
      <description>&lt;P&gt;The actual regex is altered when I copy paste it...There is a [foo-bar] after the P. (replace the square brackets with "Less Than" and "Greater Than" symbols . It's just not showing up because of the way this website parses comments...&lt;/P&gt;

&lt;P&gt;Update: figured out how to insert code...&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;EXTRACT-foo-bar = (?i) .*? (?P&amp;lt;foo-bar&amp;gt;[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+)(?= )&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:26:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276357#M83361</guid>
      <dc:creator>gozulin</dc:creator>
      <dc:date>2016-07-20T18:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276358#M83362</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;EXTRACT-foo-bar = (?i) .*? (?P&amp;lt;NAME&amp;gt;[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+)(?= )&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:28:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276358#M83362</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-07-20T18:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276359#M83363</link>
      <description>&lt;P&gt;That's exactly how I have it, only instead of the string NAME, it's the string foo-bar . &lt;/P&gt;

&lt;P&gt;How are you able to type greater than and less than symbols with a word in between. When I do it, they and the word inside them disappear when I post my comment. &lt;/P&gt;

&lt;P&gt;Lemme try this again: Remove the spaces before and after the foo-bar string to get my actual text:&lt;/P&gt;

&lt;P&gt;EXTRACT-foo-bar = (?i) .*? (?P&amp;lt; foo-bar &amp;gt;[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+)(?= )&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:31:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276359#M83363</guid>
      <dc:creator>gozulin</dc:creator>
      <dc:date>2016-07-20T18:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276360#M83364</link>
      <description>&lt;P&gt;Use the tics (ctrl + ~) &lt;/P&gt;

&lt;P&gt;If the above extraction doesn't work then you can try extracting the field at search time.. &lt;/P&gt;

&lt;P&gt;It also looks like you have an uneven amount of parenthesis&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:35:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276360#M83364</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-07-20T18:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276361#M83365</link>
      <description>&lt;P&gt;The last parenthesis was a type, this is the full query. There are 4 parentheses total:&lt;/P&gt;

&lt;P&gt;Remove the spaces before and after the foo-bar string to get my actual text:&lt;/P&gt;

&lt;P&gt;EXTRACT-foo-bar = (?i) .*? (?P &amp;lt; foo-bar &amp;gt; [a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+)(?= )&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:39:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276361#M83365</guid>
      <dc:creator>gozulin</dc:creator>
      <dc:date>2016-07-20T18:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276362#M83366</link>
      <description>&lt;P&gt;You need to wrap your expression with parenthesis.. The lookahead needs to have a parenthesis after it.. I'd also recommend ditching the spaces &lt;/P&gt;

&lt;P&gt;Also, why not extract the field at search time? This will allow you test test your regular expression without having to restart your indexer service each time &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:42:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276362#M83366</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-07-20T18:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276363#M83367</link>
      <description>&lt;P&gt;There are no spaces in the actual query. I just don't know enough about how to post code on this website that won't mess with my formatting, as it is, if i write anything wrapped in &amp;lt; and &amp;gt; here without spaces, the entire string disappears from my post! (annoying as hell)&lt;/P&gt;

&lt;P&gt;Here is a picture so you can see:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://imgur.com/a/670j4"&gt;http://imgur.com/a/670j4&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;There is a parenthesis after the lookahead, right after the last "[a-f0-9]+" string. Isn't there? That's what puzzles me.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:46:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276363#M83367</guid>
      <dc:creator>gozulin</dc:creator>
      <dc:date>2016-07-20T18:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276364#M83368</link>
      <description>&lt;P&gt;Use the tics (ctrl + ~) to put it in code mode to prevent using spaces.. &lt;/P&gt;

&lt;P&gt;You need to wrap the entire expression in parenthesis.. Also, please read the the suggestion I gave you above if you want to solve this problem. &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;Also, why not extract the field at search time? This will allow you test test your regular expression without having to restart your indexer service each time&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:51:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276364#M83368</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-07-20T18:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276365#M83369</link>
      <description>&lt;P&gt;&lt;CODE&gt;(?P&amp;lt;NAME&amp;gt;[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+(?= ))&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:54:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276365#M83369</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-07-20T18:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276366#M83370</link>
      <description>&lt;P&gt;When you say "wrap the entire expression in parenthesis", do you mean like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`((?i) .*? (?P &amp;lt;foo-bar&amp;gt; [a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+)(?= ))`
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Because that did not work.&lt;/P&gt;

&lt;P&gt;I don't know why it's not being extracted at search time, I am not the engineer who wrote this config, i'm just doing the migration and trying to fix any syntactic mistakes in the process. I am not testing my expression by restarting anything, I am testing it in &lt;A href="https://regex101.com/"&gt;https://regex101.com/&lt;/A&gt; which also complains about it, so I'm assuming that it has the same issue splunk has with it, and if I solve it there, splunk will take it too.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:58:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276366#M83370</guid>
      <dc:creator>gozulin</dc:creator>
      <dc:date>2016-07-20T18:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276367#M83371</link>
      <description>&lt;P&gt;Give me some text and I will write the regex for you to test.. &lt;/P&gt;

&lt;P&gt;I would also recommend doing it at search time rather than index time so you can test it.. &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 19:00:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276367#M83371</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-07-20T19:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276368#M83372</link>
      <description>&lt;P&gt;Why are you writing &lt;CODE&gt;&amp;lt;NAME&amp;gt;&lt;/CODE&gt; instead of &lt;CODE&gt;&amp;lt;foo-bar&amp;gt;&lt;/CODE&gt; ? I'm confused.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 19:01:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276368#M83372</guid>
      <dc:creator>gozulin</dc:creator>
      <dc:date>2016-07-20T19:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276369#M83373</link>
      <description>&lt;P&gt;Don't have text to give because I don't know what it does. You can't tell what it's supposed to do either?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 19:07:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276369#M83373</guid>
      <dc:creator>gozulin</dc:creator>
      <dc:date>2016-07-20T19:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276370#M83374</link>
      <description>&lt;P&gt;First, you should never modify a configuration file with a .config that you have no idea of what it does.. &lt;/P&gt;

&lt;P&gt;This regex will extract a field which will look something like this &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;f9+a7-b3-c6+d7-e8&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;What you need to do is extract this at search time so you can see this work in motion.. Go to your Splunk GUI, go to the left side of the screen below "fields" and click &lt;CODE&gt;extract fields&lt;/CODE&gt; then &lt;CODE&gt;I'd prefer to write this regular expression myself&lt;/CODE&gt; then paste this in..&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;(?P&amp;lt;foo-bar&amp;gt;[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+)(?= ))&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This will name your field &lt;CODE&gt;foo-bar&lt;/CODE&gt; and will look for the pattern &lt;CODE&gt;f9+a7-b3-c6+d7-e8&lt;/CODE&gt; and extract it.. Then hit preview to see what it extracts &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 19:33:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276370#M83374</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-07-20T19:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276371#M83375</link>
      <description>&lt;P&gt;If you leave a blank like after your introduction text here vvvvvv&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;--- And then leave 4 lines before your text here
Then you will have a code segment created that will not be modified in any way.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Jul 2016 13:28:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276371#M83375</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-21T13:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading from 5.0 to 6.4, getting a regex error issue at startup related to dashes, i think</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276372#M83376</link>
      <description>&lt;P&gt;I use &lt;CODE&gt;&lt;A href="http://www.RegEx101.com" target="test_blank"&gt;http://www.RegEx101.com&lt;/A&gt;&lt;/CODE&gt; to validate.  It shows many errors.  I made some guesses (You did not give us any event text to use to validate the RegEx so we can only guess).  Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(?i) .*? (?&amp;lt;foo_bar&amp;gt;[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+-[a-f0-9]+)(?= )
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The problem is the hyphen in the name.  Splunk, does not allow this (the same as all PCRE engines).  You can do it with an underscore and then at &lt;CODE&gt;search time&lt;/CODE&gt; you can rename it like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rename foo_bar AS foo-bar
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You might also be able to create a &lt;CODE&gt;Field Alias&lt;/CODE&gt; but it is unclear  whether the hyphen will be tolerated there (worth a try):&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.5/Knowledge/Addaliasestofields"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.5/Knowledge/Addaliasestofields&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 13:37:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-upgrading-from-5-0-to-6-4-getting-a-regex-error-issue-at/m-p/276372#M83376</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-21T13:37:40Z</dc:date>
    </item>
  </channel>
</rss>

