<?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: Is there an alternative to using &amp;gt; in a search string? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-alternative-to-using-gt-in-a-search-string/m-p/417214#M167783</link>
    <description>&lt;P&gt;@gpradeepkumarreddy -&lt;/P&gt;

&lt;P&gt;We converted your comment to an answer, because this is the correct answer to his issue. &lt;/P&gt;

&lt;P&gt;To mark your code, you can either use the code button on your browser &lt;CODE&gt;101 010&lt;/CODE&gt; or you can put the grave accent (&lt;CODE&gt;) ... the one that is to the left of the&lt;/CODE&gt;1&lt;CODE&gt;above the&lt;/CODE&gt;~&lt;CODE&gt;on an American keyboard... before and after your code.  That will prevent the interface from treating your&lt;/CODE&gt;&amp;gt;` as html. &lt;/P&gt;</description>
    <pubDate>Tue, 21 Aug 2018 18:31:26 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2018-08-21T18:31:26Z</dc:date>
    <item>
      <title>Is there an alternative to using &gt; in a search string?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-alternative-to-using-gt-in-a-search-string/m-p/417211#M167780</link>
      <description>&lt;P&gt;&lt;STRONG&gt;My basic question is as follows&lt;/STRONG&gt;:  Is there a text alternative for specifying greater or less than, rather than using the symbol?  &lt;/P&gt;

&lt;P&gt;This is why I ask:&lt;/P&gt;

&lt;P&gt;I have a search that queries failed login attempts greater than 10 across all servers in the index.  It works a treat!&lt;BR /&gt;
I've added that search to a Splunk Dashboard, and it populates beautifully and serves us well.&lt;/P&gt;

&lt;P&gt;However, unlike every other section in the dashboard, clicking an entry returns a permission error: &lt;EM&gt;You don't have permission to access /en-US/app/search/search on this server.&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;If I edit the search string to remove "search count&amp;gt;10 ", the links are clickable and go straight to the search app.  I tested on a second dashboard search with the same results.&lt;/P&gt;

&lt;P&gt;I don't' know if this is an issue with Splunk, or more likely our SSO blocking &lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt; as the URL is passed to the search application.&lt;/P&gt;

&lt;P&gt;Rather than explore allowing &amp;gt; in the URLs,  I'd prefer to just specify an alternate term, if such a term exists.&lt;/P&gt;

&lt;P&gt;PS - this is my first post.  I did look for an answer to this, and apologize if it exists and I just didn't find it!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 14:19:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-an-alternative-to-using-gt-in-a-search-string/m-p/417211#M167780</guid>
      <dc:creator>psymonkey</dc:creator>
      <dc:date>2018-08-21T14:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an alternative to using &gt; in a search string?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-alternative-to-using-gt-in-a-search-string/m-p/417212#M167781</link>
      <description>&lt;P&gt;Did you try encoding using &lt;CODE&gt;&amp;amp;gt;&lt;/CODE&gt; or &lt;CODE&gt;&amp;amp;lt;&lt;/CODE&gt;   use them without spaces.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 15:58:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-an-alternative-to-using-gt-in-a-search-string/m-p/417212#M167781</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2018-08-21T15:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an alternative to using &gt; in a search string?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-alternative-to-using-gt-in-a-search-string/m-p/417213#M167782</link>
      <description>&lt;P&gt;@psymonkey, use &lt;A href="https://www.advancedinstaller.com/user-guide/xml-escaped-chars.html"&gt;XML Escape characters&lt;/A&gt; while creating &lt;CODE&gt;&amp;lt;drilldown&amp;gt;&lt;/CODE&gt; to a search query. If you are on Splunk 6.6 or higher you can use Splunk UI to create Drilldown action to create a &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/DrilldownLinkToSearch"&gt;Drilldown Link to Search&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;This way you do not have to escape XML characters as they will be automatically escaped in back-end Simple XML code &lt;CODE&gt;&amp;lt;drilldown&amp;gt;&lt;/CODE&gt; code.&lt;/P&gt;

&lt;P&gt;You can also create &lt;CODE&gt;&amp;lt;![CDATA[&lt;/CODE&gt; section as mentioned in the above documentation to use XML special characters in search query for drilldown without escaping.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 16:15:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-an-alternative-to-using-gt-in-a-search-string/m-p/417213#M167782</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-08-21T16:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an alternative to using &gt; in a search string?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-alternative-to-using-gt-in-a-search-string/m-p/417214#M167783</link>
      <description>&lt;P&gt;@gpradeepkumarreddy -&lt;/P&gt;

&lt;P&gt;We converted your comment to an answer, because this is the correct answer to his issue. &lt;/P&gt;

&lt;P&gt;To mark your code, you can either use the code button on your browser &lt;CODE&gt;101 010&lt;/CODE&gt; or you can put the grave accent (&lt;CODE&gt;) ... the one that is to the left of the&lt;/CODE&gt;1&lt;CODE&gt;above the&lt;/CODE&gt;~&lt;CODE&gt;on an American keyboard... before and after your code.  That will prevent the interface from treating your&lt;/CODE&gt;&amp;gt;` as html. &lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 18:31:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-an-alternative-to-using-gt-in-a-search-string/m-p/417214#M167783</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2018-08-21T18:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an alternative to using &gt; in a search string?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-alternative-to-using-gt-in-a-search-string/m-p/417215#M167784</link>
      <description>&lt;P&gt;Thank you both for your quick responses, and apologies for the delay in getting back to you.  I've been on vacation.  &lt;/P&gt;

&lt;P&gt;Unfortunately this doesn't work for me, the modified search returns no results in the dashboard, where there were several when using the &amp;gt;.&lt;/P&gt;

&lt;P&gt;It is possible that I've done something incorrectly - I simply replaced the &amp;gt; with &amp;gt;, (no spaces) and also tried &lt;CODE&gt;&amp;amp;gt;&lt;/CODE&gt; with no luck.&lt;/P&gt;

&lt;P&gt;I'll keep digging - thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 12:34:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-an-alternative-to-using-gt-in-a-search-string/m-p/417215#M167784</guid>
      <dc:creator>psymonkey</dc:creator>
      <dc:date>2018-08-28T12:34:51Z</dc:date>
    </item>
  </channel>
</rss>

