<?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 strip certain data from field in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/strip-certain-data-from-field/m-p/465684#M99579</link>
    <description>&lt;P&gt;my event has a field Transaction:=InpatUPMC_050_Close_WorklistLoad and i am looking to strip the InpatUPMC_050_ part&lt;/P&gt;

&lt;P&gt;i tried the rex field=source mode=sed "s/Transaction:=InpatUPMC_050_Close_//g"  but does not work.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 04:51:33 GMT</pubDate>
    <dc:creator>MOHITJOSHI</dc:creator>
    <dc:date>2020-09-30T04:51:33Z</dc:date>
    <item>
      <title>strip certain data from field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/strip-certain-data-from-field/m-p/465684#M99579</link>
      <description>&lt;P&gt;my event has a field Transaction:=InpatUPMC_050_Close_WorklistLoad and i am looking to strip the InpatUPMC_050_ part&lt;/P&gt;

&lt;P&gt;i tried the rex field=source mode=sed "s/Transaction:=InpatUPMC_050_Close_//g"  but does not work.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:51:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/strip-certain-data-from-field/m-p/465684#M99579</guid>
      <dc:creator>MOHITJOSHI</dc:creator>
      <dc:date>2020-09-30T04:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: strip certain data from field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/strip-certain-data-from-field/m-p/465685#M99580</link>
      <description>&lt;P&gt;Try replace function:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval source=replace(source, "Transaction:=InpatUPMC_050_Close_", "")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Apr 2020 06:04:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/strip-certain-data-from-field/m-p/465685#M99580</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2020-04-02T06:04:25Z</dc:date>
    </item>
  </channel>
</rss>

