<?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 having a doubt in splunk query in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/having-a-doubt-in-splunk-query/m-p/669967#M229717</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;I want to change the msg for a log i.e&lt;BR /&gt;&lt;BR /&gt;&amp;lt;list &amp;gt;&lt;BR /&gt;&amp;lt;Header&amp;gt;.....&amp;lt;/Header&amp;gt;&lt;BR /&gt;&amp;lt;status&amp;gt;&lt;BR /&gt;&amp;lt;Message&amp;gt;Thuihhh_4y3y27y234yy4 is pending&amp;lt;/Message&amp;gt;&lt;BR /&gt;&amp;lt;/status&amp;gt;&lt;BR /&gt;&amp;lt;/list&amp;gt;&lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;&amp;lt;list &amp;gt;&lt;BR /&gt;&amp;lt;Header&amp;gt;.....&amp;lt;/Header&amp;gt;&lt;BR /&gt;&amp;lt;status&amp;gt;&lt;BR /&gt;&amp;lt;Message&amp;gt;request is pending&amp;lt;/Message&amp;gt;&lt;BR /&gt;&amp;lt;/status&amp;gt;&lt;BR /&gt;&amp;lt;/list&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;how can i achieve using rex+sed commands in splunk&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 28 Nov 2023 06:17:52 GMT</pubDate>
    <dc:creator>Chandrasekhar6</dc:creator>
    <dc:date>2023-11-28T06:17:52Z</dc:date>
    <item>
      <title>having a doubt in splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/having-a-doubt-in-splunk-query/m-p/669967#M229717</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;I want to change the msg for a log i.e&lt;BR /&gt;&lt;BR /&gt;&amp;lt;list &amp;gt;&lt;BR /&gt;&amp;lt;Header&amp;gt;.....&amp;lt;/Header&amp;gt;&lt;BR /&gt;&amp;lt;status&amp;gt;&lt;BR /&gt;&amp;lt;Message&amp;gt;Thuihhh_4y3y27y234yy4 is pending&amp;lt;/Message&amp;gt;&lt;BR /&gt;&amp;lt;/status&amp;gt;&lt;BR /&gt;&amp;lt;/list&amp;gt;&lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;&amp;lt;list &amp;gt;&lt;BR /&gt;&amp;lt;Header&amp;gt;.....&amp;lt;/Header&amp;gt;&lt;BR /&gt;&amp;lt;status&amp;gt;&lt;BR /&gt;&amp;lt;Message&amp;gt;request is pending&amp;lt;/Message&amp;gt;&lt;BR /&gt;&amp;lt;/status&amp;gt;&lt;BR /&gt;&amp;lt;/list&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;how can i achieve using rex+sed commands in splunk&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Nov 2023 06:17:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/having-a-doubt-in-splunk-query/m-p/669967#M229717</guid>
      <dc:creator>Chandrasekhar6</dc:creator>
      <dc:date>2023-11-28T06:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: having a doubt in splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/having-a-doubt-in-splunk-query/m-p/669977#M229721</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex mode=sed "s/(&amp;lt;Message&amp;gt;).*( is pending)(&amp;lt;\/Message&amp;gt;)/\1request\2\3/"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 07:52:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/having-a-doubt-in-splunk-query/m-p/669977#M229721</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2023-11-28T07:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: having a doubt in splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/having-a-doubt-in-splunk-query/m-p/670018#M229735</link>
      <description>&lt;P&gt;While &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt; 's solution should work be aware that working with structured data using just regexes can lead to unforeseen problems.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 12:46:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/having-a-doubt-in-splunk-query/m-p/670018#M229735</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-11-28T12:46:59Z</dc:date>
    </item>
  </channel>
</rss>

