<?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: How to extract everything after a carriage return? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-everything-after-a-carriage-return/m-p/277924#M83875</link>
    <description>&lt;P&gt;Hi ruhjuh,&lt;/P&gt;

&lt;P&gt;try this regex:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search here | rex "pay:[\r\n](?&amp;lt;site&amp;gt;[^$]+)" | table site
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;it will match &lt;CODE&gt;Car House Boat etc&lt;/CODE&gt; from your example.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Tue, 20 Oct 2015 23:17:03 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2015-10-20T23:17:03Z</dc:date>
    <item>
      <title>How to extract everything after a carriage return?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-everything-after-a-carriage-return/m-p/277921#M83872</link>
      <description>&lt;P&gt;Is it possible to get everything after a carriage return?&lt;/P&gt;

&lt;P&gt;Example &lt;/P&gt;

&lt;P&gt;Bills to pay:&lt;BR /&gt;
Car&lt;BR /&gt;
House&lt;BR /&gt;
Boat&lt;BR /&gt;
etc&lt;/P&gt;

&lt;P&gt;I tried to use rex :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"[\r\n]+(?&amp;lt;Sites&amp;gt;.*)" 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but this did not work.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 22:56:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-everything-after-a-carriage-return/m-p/277921#M83872</guid>
      <dc:creator>ruhjuh</dc:creator>
      <dc:date>2015-10-20T22:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract everything after a carriage return?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-everything-after-a-carriage-return/m-p/277922#M83873</link>
      <description>&lt;P&gt;What do you want to get from the provided example?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 23:03:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-everything-after-a-carriage-return/m-p/277922#M83873</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-10-20T23:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract everything after a carriage return?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-everything-after-a-carriage-return/m-p/277923#M83874</link>
      <description>&lt;P&gt;I'd like to get from the example "Car House Boat etc" &lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 23:10:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-everything-after-a-carriage-return/m-p/277923#M83874</guid>
      <dc:creator>ruhjuh</dc:creator>
      <dc:date>2015-10-20T23:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract everything after a carriage return?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-everything-after-a-carriage-return/m-p/277924#M83875</link>
      <description>&lt;P&gt;Hi ruhjuh,&lt;/P&gt;

&lt;P&gt;try this regex:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search here | rex "pay:[\r\n](?&amp;lt;site&amp;gt;[^$]+)" | table site
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;it will match &lt;CODE&gt;Car House Boat etc&lt;/CODE&gt; from your example.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 23:17:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-everything-after-a-carriage-return/m-p/277924#M83875</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-10-20T23:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract everything after a carriage return?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-everything-after-a-carriage-return/m-p/277925#M83876</link>
      <description>&lt;P&gt;That worked fantastically. Thanks. &lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 23:24:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-everything-after-a-carriage-return/m-p/277925#M83876</guid>
      <dc:creator>ruhjuh</dc:creator>
      <dc:date>2015-10-20T23:24:11Z</dc:date>
    </item>
  </channel>
</rss>

