<?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 remove the double quotes using regex in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-remove-the-double-quotes-using-regex/m-p/570227#M198743</link>
    <description>&lt;P&gt;This works fine . Thank You&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-SplunkTrust lia-component-message-view-widget-author-username"&gt;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957" target="_self"&gt;&lt;SPAN class="login-bold"&gt;richgalloway&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Oct 2021 13:50:40 GMT</pubDate>
    <dc:creator>dtccsundar</dc:creator>
    <dc:date>2021-10-08T13:50:40Z</dc:date>
    <item>
      <title>how to remove the double quotes using regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-remove-the-double-quotes-using-regex/m-p/570209#M198739</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;my regex was like below ,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;search| rex field=_raw "Status=(?&amp;lt;Status&amp;gt;\"\w+\s+\w+\".*?)," |stats count by Status&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My output is like below ,&lt;/P&gt;&lt;P&gt;Status&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; count&amp;nbsp;&lt;/P&gt;&lt;P&gt;"No Service"&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;250&lt;/P&gt;&lt;P&gt;Service&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 500&lt;/P&gt;&lt;P&gt;but i am in need of output as below ,&lt;/P&gt;&lt;P&gt;Status&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; count&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;No Service&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;250&lt;/P&gt;&lt;P&gt;Service&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;500&lt;/P&gt;&lt;P&gt;I am in need of status ("No Service") as No Service with double quotes in Output .Please let me know what i am missing here .&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 12:38:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-remove-the-double-quotes-using-regex/m-p/570209#M198739</guid>
      <dc:creator>dtccsundar</dc:creator>
      <dc:date>2021-10-08T12:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the double quotes using regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-remove-the-double-quotes-using-regex/m-p/570214#M198741</link>
      <description>&lt;P&gt;Perhaps a simple sed will do.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;... | rex mode=sed field=Status "s/\\\"//g"&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 08 Oct 2021 12:53:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-remove-the-double-quotes-using-regex/m-p/570214#M198741</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-10-08T12:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the double quotes using regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-remove-the-double-quotes-using-regex/m-p/570227#M198743</link>
      <description>&lt;P&gt;This works fine . Thank You&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-SplunkTrust lia-component-message-view-widget-author-username"&gt;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957" target="_self"&gt;&lt;SPAN class="login-bold"&gt;richgalloway&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 13:50:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-remove-the-double-quotes-using-regex/m-p/570227#M198743</guid>
      <dc:creator>dtccsundar</dc:creator>
      <dc:date>2021-10-08T13:50:40Z</dc:date>
    </item>
  </channel>
</rss>

