<?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 replace using SED command ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350160#M103683</link>
    <description>&lt;P&gt;Thanks a ton &lt;BR /&gt;
Got it ,it was a bit lazy stuff by me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jun 2017 09:31:01 GMT</pubDate>
    <dc:creator>m7787580</dc:creator>
    <dc:date>2017-06-20T09:31:01Z</dc:date>
    <item>
      <title>how to replace using SED command ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350153#M103676</link>
      <description>&lt;P&gt;Hi Splunker,&lt;/P&gt;

&lt;P&gt;I would like to know and learn how to replace ^ns4: with &amp;lt;&lt;/P&gt;

&lt;P&gt;Please find below dummy data.&lt;/P&gt;

&lt;P&gt;^ns4:ChannelName&amp;gt;PublicSales&lt;BR /&gt;
^ns4:Result&amp;gt;SUCCESS^/ns4:Result&amp;gt;&lt;/P&gt;

&lt;P&gt;Probably here HTML tags are  not visible therefore not able  to provide you the exact information.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 16:31:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350153#M103676</guid>
      <dc:creator>m7787580</dc:creator>
      <dc:date>2017-06-19T16:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace using SED command ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350154#M103677</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;the syntax for this is:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| rex mode=sed field=&amp;lt;fieldname&amp;gt; "s/&amp;lt;whatyouwannachange&amp;gt;/&amp;lt;whatitshouldbeafterwards&amp;gt;/g"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Your solution:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| rex mode=sed field=_raw "s/\^ns4\:/\&amp;lt;/g"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 16:51:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350154#M103677</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2017-06-19T16:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace using SED command ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350155#M103678</link>
      <description>&lt;P&gt;you can display html codes by clicking the 101010 button and entering your text there&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 16:52:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350155#M103678</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2017-06-19T16:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace using SED command ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350156#M103679</link>
      <description>&lt;P&gt;you can substitute the _raw field with whatever field you use&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 16:54:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350156#M103679</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2017-06-19T16:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace using SED command ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350157#M103680</link>
      <description>&lt;P&gt;Thanks a lot &lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 08:40:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350157#M103680</guid>
      <dc:creator>m7787580</dc:creator>
      <dc:date>2017-06-20T08:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace using SED command ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350158#M103681</link>
      <description>&lt;P&gt;Hi Pyro_wood,&lt;/P&gt;

&lt;P&gt;What is 101010.&lt;BR /&gt;
I am not able to understand.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:17:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350158#M103681</guid>
      <dc:creator>m7787580</dc:creator>
      <dc:date>2017-06-20T09:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace using SED command ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350159#M103682</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;its a button that opens up a form. This will allow you to fill in code without having trouble when it comes to formatting issues or html tags.&lt;/P&gt;

&lt;P&gt;Take a look at this picture, this should look familliar.&lt;BR /&gt;
&lt;IMG src="https://www2.pic-upload.de/img/33368511/2017_06_20_11_19_36_how_to_replace_using_SED_command_Question_Splunk_Answers_Opera.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:24:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350159#M103682</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2017-06-20T09:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace using SED command ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350160#M103683</link>
      <description>&lt;P&gt;Thanks a ton &lt;BR /&gt;
Got it ,it was a bit lazy stuff by me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:31:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-replace-using-SED-command/m-p/350160#M103683</guid>
      <dc:creator>m7787580</dc:creator>
      <dc:date>2017-06-20T09:31:01Z</dc:date>
    </item>
  </channel>
</rss>

