<?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 combine duplicate Latitude and longitude values in the stats tale of a cluster map in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-combine-duplicate-Latitude-and-longitude-values-in-the/m-p/493706#M137672</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;index=newfortinet user=AARIBEB msg="URL belongs to a denied category in policy" direction=outgoing action=blocked
|stats sum(count) by dstip
|sort - count
|iplocation dstip
|where Country="Namibia"
|geostats count by Country globallimit=0
|fields - geobin
|eval tmp=Namibia."_".latitude."_".longitude
|dedup tmp
|fields Namibia, latitude, longitude
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hi, @schalkrust &lt;BR /&gt;
How about it?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2019 14:03:05 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2019-11-26T14:03:05Z</dc:date>
    <item>
      <title>How to combine duplicate Latitude and longitude values in the stats tale of a cluster map</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-combine-duplicate-Latitude-and-longitude-values-in-the/m-p/493705#M137671</link>
      <description>&lt;P&gt;I just want to clean up my search of 'noise'as my stats table gets populated by duplicate values from the save latitude and longitude values.&lt;/P&gt;

&lt;P&gt;index=newfortinet user=AARIBEB msg="URL belongs to a denied category in policy" direction=outgoing action=blocked &lt;BR /&gt;
|stats sum(count) by dstip&lt;BR /&gt;
|sort - count&lt;BR /&gt;
|iplocation dstip&lt;BR /&gt;
|where Country="Namibia"&lt;BR /&gt;
|geostats count by Country globallimit=0&lt;BR /&gt;
|fields - geobin&lt;/P&gt;

&lt;P&gt;See attached result screanshot&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8008i8F7883871DF7EFBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 13:37:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-combine-duplicate-Latitude-and-longitude-values-in-the/m-p/493705#M137671</guid>
      <dc:creator>schalkrust</dc:creator>
      <dc:date>2019-11-26T13:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine duplicate Latitude and longitude values in the stats tale of a cluster map</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-combine-duplicate-Latitude-and-longitude-values-in-the/m-p/493706#M137672</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=newfortinet user=AARIBEB msg="URL belongs to a denied category in policy" direction=outgoing action=blocked
|stats sum(count) by dstip
|sort - count
|iplocation dstip
|where Country="Namibia"
|geostats count by Country globallimit=0
|fields - geobin
|eval tmp=Namibia."_".latitude."_".longitude
|dedup tmp
|fields Namibia, latitude, longitude
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hi, @schalkrust &lt;BR /&gt;
How about it?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 14:03:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-combine-duplicate-Latitude-and-longitude-values-in-the/m-p/493706#M137672</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2019-11-26T14:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine duplicate Latitude and longitude values in the stats tale of a cluster map</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-combine-duplicate-Latitude-and-longitude-values-in-the/m-p/493707#M137673</link>
      <description>&lt;P&gt;Just add this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | dedup Namibia latitude longitude
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Nov 2019 23:24:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-combine-duplicate-Latitude-and-longitude-values-in-the/m-p/493707#M137673</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-26T23:24:57Z</dc:date>
    </item>
  </channel>
</rss>

