<?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 How to extract an unescaped value? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-an-unescaped-value/m-p/592763#M206331</link>
    <description>&lt;P&gt;I have the following data :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;query=&lt;/SPAN&gt;"&lt;SPAN class=""&gt;select field &lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;from&lt;/SPAN&gt; &lt;SPAN class=""&gt;table&lt;/SPAN&gt; &lt;SPAN class=""&gt;where&lt;/SPAN&gt; (status!&lt;SPAN class=""&gt;=&lt;/SPAN&gt;"&lt;SPAN class=""&gt;Y&lt;/SPAN&gt;")&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;and&lt;/SPAN&gt;&amp;nbsp;ids&lt;SPAN class=""&gt;.id&lt;/SPAN&gt; &lt;SPAN class=""&gt;IN&lt;/SPAN&gt; ["&lt;SPAN class=""&gt;123&lt;/SPAN&gt;","&lt;SPAN class=""&gt;145&lt;/SPAN&gt;"] &lt;SPAN class=""&gt;limit&lt;/SPAN&gt; &lt;SPAN class=""&gt;500&lt;/SPAN&gt;" &lt;SPAN class=""&gt;params=&lt;/SPAN&gt;"{}"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;How can I extract the field query ignoring the special characters?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My query &lt;STRONG&gt;.... | table query params&amp;nbsp;&lt;/STRONG&gt;Is cut off when it reaches the status field.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I extract everything regardless of the special characters?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any recommended format that I should change my logs to make them easier to parse?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2022 21:07:24 GMT</pubDate>
    <dc:creator>yk010123</dc:creator>
    <dc:date>2022-04-06T21:07:24Z</dc:date>
    <item>
      <title>How to extract an unescaped value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-an-unescaped-value/m-p/592763#M206331</link>
      <description>&lt;P&gt;I have the following data :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;query=&lt;/SPAN&gt;"&lt;SPAN class=""&gt;select field &lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;from&lt;/SPAN&gt; &lt;SPAN class=""&gt;table&lt;/SPAN&gt; &lt;SPAN class=""&gt;where&lt;/SPAN&gt; (status!&lt;SPAN class=""&gt;=&lt;/SPAN&gt;"&lt;SPAN class=""&gt;Y&lt;/SPAN&gt;")&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;and&lt;/SPAN&gt;&amp;nbsp;ids&lt;SPAN class=""&gt;.id&lt;/SPAN&gt; &lt;SPAN class=""&gt;IN&lt;/SPAN&gt; ["&lt;SPAN class=""&gt;123&lt;/SPAN&gt;","&lt;SPAN class=""&gt;145&lt;/SPAN&gt;"] &lt;SPAN class=""&gt;limit&lt;/SPAN&gt; &lt;SPAN class=""&gt;500&lt;/SPAN&gt;" &lt;SPAN class=""&gt;params=&lt;/SPAN&gt;"{}"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;How can I extract the field query ignoring the special characters?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My query &lt;STRONG&gt;.... | table query params&amp;nbsp;&lt;/STRONG&gt;Is cut off when it reaches the status field.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I extract everything regardless of the special characters?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any recommended format that I should change my logs to make them easier to parse?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 21:07:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-an-unescaped-value/m-p/592763#M206331</guid>
      <dc:creator>yk010123</dc:creator>
      <dc:date>2022-04-06T21:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract an unescaped value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-an-unescaped-value/m-p/592769#M206334</link>
      <description>&lt;P&gt;is this what you are looking for?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your search&amp;gt; | rex field=_raw "query=\"(?&amp;lt;query&amp;gt;.*)\"\s+params=\"(?&amp;lt;params&amp;gt;[^\"]+)" | table query params&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if not, then please give us some input examples and the expected output you are looking for.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 21:16:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-an-unescaped-value/m-p/592769#M206334</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2022-04-06T21:16:35Z</dc:date>
    </item>
  </channel>
</rss>

