<?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 write rex to remove? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-rex-to-remove/m-p/631223#M219247</link>
    <description>&lt;P&gt;rex works with pattern matching - is it just this exact string you want to remove or are there similar strings? If so, what pattern do the strings follow? This is key to determining what regular expression to use.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2023 17:10:15 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-02-16T17:10:15Z</dc:date>
    <item>
      <title>How to write rex to remove?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-rex-to-remove/m-p/631205#M219239</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have the bellow event:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{"log":"2023-02-16t14:14:25.827471424z stderr F I0216 14:14:25.827359 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 connection.go:153]&lt;/P&gt;
&lt;P&gt;connecting to UNIX:///csi/csi.sock"&lt;/P&gt;
&lt;P&gt;I need to remove&amp;nbsp;2023-02-16t14:14:25.827471424z stderr F I0216 14:14:25.827359 and have tried rex but unable to do so, just wondered if someone could help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 17:05:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-rex-to-remove/m-p/631205#M219239</guid>
      <dc:creator>joe06031990</dc:creator>
      <dc:date>2023-02-16T17:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rex issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-rex-to-remove/m-p/631221#M219246</link>
      <description>&lt;P&gt;By "remove" do you mean you want to get rid of that text or extract it into fields?&lt;/P&gt;&lt;P&gt;What regular expressions (&lt;FONT face="courier new,courier"&gt;rex&lt;/FONT&gt; commands) have you tried so far?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 16:59:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-rex-to-remove/m-p/631221#M219246</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-02-16T16:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to write rex to remove?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-rex-to-remove/m-p/631223#M219247</link>
      <description>&lt;P&gt;rex works with pattern matching - is it just this exact string you want to remove or are there similar strings? If so, what pattern do the strings follow? This is key to determining what regular expression to use.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 17:10:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-rex-to-remove/m-p/631223#M219247</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-02-16T17:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rex issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-rex-to-remove/m-p/631295#M219270</link>
      <description>&lt;P&gt;Yeah I want to completely remove&amp;nbsp;&lt;SPAN&gt;2023-02-16t14:14:25.827471424z stderr F I0216 14:14:25.827359.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 08:39:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-rex-to-remove/m-p/631295#M219270</guid>
      <dc:creator>joe06031990</dc:creator>
      <dc:date>2023-02-17T08:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Rex issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-rex-to-remove/m-p/631298#M219271</link>
      <description>&lt;LI-CODE lang="markup"&gt;| replace "2023-02-16t14:14:25.827471424z stderr F I0216 14:14:25.827359" WITH "" IN _raw&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 17 Feb 2023 09:06:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-rex-to-remove/m-p/631298#M219271</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-02-17T09:06:03Z</dc:date>
    </item>
  </channel>
</rss>

