<?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: i want to match the text &amp;quot;followed the escaped error:&amp;quot; and remove the following  text till the delimiter dot. it should cut other fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/i-want-to-match-the-text-quot-followed-the-escaped-error-quot/m-p/357270#M105690</link>
    <description>&lt;P&gt;it should not cut other following fields only it should till dot&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jun 2017 11:52:45 GMT</pubDate>
    <dc:creator>DataOrg</dc:creator>
    <dc:date>2017-06-19T11:52:45Z</dc:date>
    <item>
      <title>i want to match the text "followed the escaped error:" and remove the following  text till the delimiter dot. it should cut other fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/i-want-to-match-the-text-quot-followed-the-escaped-error-quot/m-p/357269#M105689</link>
      <description>&lt;P&gt;followed the escaped error: "An error has happened executing a dash statement. hello good morning&lt;BR /&gt;
followed the escaped error: "6g is not a valid for Value of the statement. happy morning&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 11:46:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/i-want-to-match-the-text-quot-followed-the-escaped-error-quot/m-p/357269#M105689</guid>
      <dc:creator>DataOrg</dc:creator>
      <dc:date>2017-06-19T11:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: i want to match the text "followed the escaped error:" and remove the following  text till the delimiter dot. it should cut other fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/i-want-to-match-the-text-quot-followed-the-escaped-error-quot/m-p/357270#M105690</link>
      <description>&lt;P&gt;it should not cut other following fields only it should till dot&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 11:52:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/i-want-to-match-the-text-quot-followed-the-escaped-error-quot/m-p/357270#M105690</guid>
      <dc:creator>DataOrg</dc:creator>
      <dc:date>2017-06-19T11:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: i want to match the text "followed the escaped error:" and remove the following  text till the delimiter dot. it should cut other fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/i-want-to-match-the-text-quot-followed-the-escaped-error-quot/m-p/357271#M105691</link>
      <description>&lt;P&gt;Can you try replace command -&lt;/P&gt;

&lt;P&gt;E.g. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults | eval text="followed the escaped error: \"An error has happened executing a dash statement. hello good morning" | eval text=replace(text,"\:[^\.]+","")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Jun 2017 12:02:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/i-want-to-match-the-text-quot-followed-the-escaped-error-quot/m-p/357271#M105691</guid>
      <dc:creator>dineshraj9</dc:creator>
      <dc:date>2017-06-19T12:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: i want to match the text "followed the escaped error:" and remove the following  text till the delimiter dot. it should cut other fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/i-want-to-match-the-text-quot-followed-the-escaped-error-quot/m-p/357272#M105692</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval text="followed the escaped error: \"An error has happened executing a dash statement. hello good morning" 
| rex field=text mode=sed "s/\:[^\.]+//"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Jun 2017 13:58:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/i-want-to-match-the-text-quot-followed-the-escaped-error-quot/m-p/357272#M105692</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-19T13:58:01Z</dc:date>
    </item>
  </channel>
</rss>

