<?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 remove other values in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-remove-other-values/m-p/380248#M170473</link>
    <description>&lt;P&gt;how to remove other values from this search syntax&lt;/P&gt;

&lt;P&gt;index=main sourcetype=access_combined_wcookie productId&lt;BR /&gt;
| chart count by clientip | iplocation clientip &lt;BR /&gt;
| geostats count by clientip globallimit=5&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:15:09 GMT</pubDate>
    <dc:creator>mkhedr</dc:creator>
    <dc:date>2020-09-30T01:15:09Z</dc:date>
    <item>
      <title>how to remove other values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-remove-other-values/m-p/380248#M170473</link>
      <description>&lt;P&gt;how to remove other values from this search syntax&lt;/P&gt;

&lt;P&gt;index=main sourcetype=access_combined_wcookie productId&lt;BR /&gt;
| chart count by clientip | iplocation clientip &lt;BR /&gt;
| geostats count by clientip globallimit=5&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:15:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-remove-other-values/m-p/380248#M170473</guid>
      <dc:creator>mkhedr</dc:creator>
      <dc:date>2020-09-30T01:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove other values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-remove-other-values/m-p/380249#M170474</link>
      <description>&lt;P&gt;Hi mkhedr,&lt;/P&gt;

&lt;P&gt;the docs of &lt;CODE&gt;geostats&lt;/CODE&gt; &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Geostats#Optional_arguments"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Geostats#Optional_arguments&lt;/A&gt; say this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;globallimit 
Syntax: globallimit=&amp;lt;int&amp;gt; 
Description: Controls the number of named categories to add to each pie chart. There is one additional category called "OTHER" under which all other split-by values are grouped. Setting globallimit=0 removes all limits and all categories are rendered. Currently the grouping into "OTHER" only works intuitively for count and additive statistics. Default: 10
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Run the same search with &lt;CODE&gt;| geostats count by clientip globallimit=0&lt;/CODE&gt; and the &lt;EM&gt;other&lt;/EM&gt; group is no longer available.&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jul 2019 22:50:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-remove-other-values/m-p/380249#M170474</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2019-07-07T22:50:10Z</dc:date>
    </item>
  </channel>
</rss>

