<?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: Search query is not fully resolved when using a &amp;quot;$&amp;quot; in a in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176294#M50627</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Try incorporating the search in "CDATA" ( as shown below ) and let us know if it works or not.&lt;/P&gt;

&lt;P&gt;&amp;lt;![CDATA[sourcetype="WMI:WinEventLog:Security" EventCode=529 OR EventCode=530 OR EventCode=531 OR EventCode=532 OR EventCode=533 OR EventCode=534 OR EventCode=535 OR EventCode=536 OR EventCode=537 OR (EventCode=680 AND Error_Code!="0x0") OR (EventCode=4625 AND Account_Name="$" OR Kontoname="$")]]&amp;gt;&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Amit Saxena&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 15:28:10 GMT</pubDate>
    <dc:creator>amit_saxena</dc:creator>
    <dc:date>2020-09-28T15:28:10Z</dc:date>
    <item>
      <title>Search query is not fully resolved when using a "$" in a</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176293#M50626</link>
      <description>&lt;P&gt;Hi Base,&lt;/P&gt;

&lt;P&gt;i´m encouter a problem when creating a dashboard with simple xml. I want to select a couple of events with a large eventselection pharse:&lt;/P&gt;

&lt;P&gt;sourcetype="WMI:WinEventLog:Security" EventCode=529 OR EventCode=530 OR EventCode=531 OR EventCode=532 OR EventCode=533 OR EventCode=534 OR EventCode=535 OR EventCode=536 OR EventCode=537 OR (EventCode=680 AND Error_Code!="0x0") OR (EventCode=4625 AND Account_Name="&lt;EM&gt;$" OR Kontoname="&lt;/EM&gt;$")&lt;/P&gt;

&lt;P&gt;when I put this in an simple xml element f.e. chart or table I get the error Search query is not fully resolved. When I put this into the search view everything works fine. When I remove the "$" the search also works in sxml.&lt;/P&gt;

&lt;P&gt;Do anyone know whats going on here?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:28:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176293#M50626</guid>
      <dc:creator>ndcl</dc:creator>
      <dc:date>2020-09-28T15:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Search query is not fully resolved when using a "$" in a</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176294#M50627</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Try incorporating the search in "CDATA" ( as shown below ) and let us know if it works or not.&lt;/P&gt;

&lt;P&gt;&amp;lt;![CDATA[sourcetype="WMI:WinEventLog:Security" EventCode=529 OR EventCode=530 OR EventCode=531 OR EventCode=532 OR EventCode=533 OR EventCode=534 OR EventCode=535 OR EventCode=536 OR EventCode=537 OR (EventCode=680 AND Error_Code!="0x0") OR (EventCode=4625 AND Account_Name="$" OR Kontoname="$")]]&amp;gt;&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Amit Saxena&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:28:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176294#M50627</guid>
      <dc:creator>amit_saxena</dc:creator>
      <dc:date>2020-09-28T15:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Search query is not fully resolved when using a "$" in a</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176295#M50628</link>
      <description>&lt;P&gt;Use like this&lt;BR /&gt;
&lt;SEARCHSTRING&gt;&amp;lt;![CDATA[sourcetype="WMI:WinEventLog:Security" EventCode=529 OR EventCode=530 OR EventCode=531 OR EventCode=532 OR EventCode=533 OR EventCode=534 OR EventCode=535 OR EventCode=536 OR EventCode=537 OR (EventCode=680 AND Error_Code!="0x0") OR (EventCode=4625 AND Account_Name="$" OR Kontoname="$")]]&amp;gt;&lt;/SEARCHSTRING&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:28:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176295#M50628</guid>
      <dc:creator>amit_saxena</dc:creator>
      <dc:date>2020-09-28T15:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Search query is not fully resolved when using a "$" in a</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176296#M50629</link>
      <description>&lt;P&gt;it does not work even with CDATA... &lt;/P&gt;

&lt;P&gt;If I use the above example I get the following error:  No search query provided.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2013 12:57:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176296#M50629</guid>
      <dc:creator>ndcl</dc:creator>
      <dc:date>2013-12-12T12:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search query is not fully resolved when using a "$" in a</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176297#M50630</link>
      <description>&lt;P&gt;Could this be a bug with tokens?&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/109861/multiple-dollar-signs-in-data-cause-issues-when-searching"&gt;http://answers.splunk.com/answers/109861/multiple-dollar-signs-in-data-cause-issues-when-searching&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you remove one of the dollar signs does it work ok? and if you replace them both with asterisks (*) does it work?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2013 15:34:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176297#M50630</guid>
      <dc:creator>aelliott</dc:creator>
      <dc:date>2013-12-12T15:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Search query is not fully resolved when using a "$" in a</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176298#M50631</link>
      <description>&lt;P&gt;you are right when I remove or replace the $ then it works. I also thought it is related to the token bug, but in this search, I do not use tokens. In another search, I use tokens very early in the selection part and one after in a sub search. This search results in the same error. The part between them looks similar to the sample above. When I remove the second token, the search works. Maybe it has something to do with the amount of brackets I use in the search… one is ok. If I use 2 then the search fail when I user a “$” no matter if I use tokens or not.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2013 18:12:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176298#M50631</guid>
      <dc:creator>ndcl</dc:creator>
      <dc:date>2013-12-12T18:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Search query is not fully resolved when using a "$" in a</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176299#M50632</link>
      <description>&lt;P&gt;btw: If I make this search to a seaved search and use it in sxml the search also works...&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2013 18:31:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176299#M50632</guid>
      <dc:creator>ndcl</dc:creator>
      <dc:date>2013-12-12T18:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Search query is not fully resolved when using a "$" in a</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176300#M50633</link>
      <description>&lt;P&gt;I guess someone attempted 2 dollar signs back to back will work everywhere $$ &lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/60771/escaping-in-sideview-search-module"&gt;http://answers.splunk.com/answers/60771/escaping-in-sideview-search-module&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2013 20:47:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176300#M50633</guid>
      <dc:creator>aelliott</dc:creator>
      <dc:date>2013-12-12T20:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search query is not fully resolved when using a "$" in a</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176301#M50634</link>
      <description>&lt;P&gt;yep, escaping in simple xml works, but you have to "unescape" if you use it outside sxml...&lt;/P&gt;

&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2014 14:25:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-query-is-not-fully-resolved-when-using-a-quot-quot-in-a/m-p/176301#M50634</guid>
      <dc:creator>ndcl</dc:creator>
      <dc:date>2014-01-20T14:25:20Z</dc:date>
    </item>
  </channel>
</rss>

