<?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 modify my geostats search to map each destination port field and how many times it was seen by latitude and longitude? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229568#M14255</link>
    <description>&lt;P&gt;I have multiple columns:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source address: saddr
dest address: daddr
times seen: times_seen
destination port: dport
latitude: slat
longitude: slong
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My report data is presented as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;saddr  daddr  dport  times_seen slat slong

saddr  daddr  0      12         lat  long  
saddr  daddr  1      22         lat  long  
saddr  daddr  0      15         lat  long  
saddr  daddr  1      7          lat  long  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'd like to see on my geostats map each dport and how many times it was seen by lat and long on the bubble.  I'm getting everything working except for the addition of the "times_seen" block.  Anytime I try to evaluate or add the "times_seen" I either get no results or an error.&lt;/P&gt;

&lt;P&gt;I'm using:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="the_index" | geostats latitude=slat longitude=slong count by dport
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 29 Sep 2020 11:16:48 GMT</pubDate>
    <dc:creator>richnsanders_70</dc:creator>
    <dc:date>2020-09-29T11:16:48Z</dc:date>
    <item>
      <title>How to modify my geostats search to map each destination port field and how many times it was seen by latitude and longitude?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229568#M14255</link>
      <description>&lt;P&gt;I have multiple columns:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source address: saddr
dest address: daddr
times seen: times_seen
destination port: dport
latitude: slat
longitude: slong
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My report data is presented as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;saddr  daddr  dport  times_seen slat slong

saddr  daddr  0      12         lat  long  
saddr  daddr  1      22         lat  long  
saddr  daddr  0      15         lat  long  
saddr  daddr  1      7          lat  long  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'd like to see on my geostats map each dport and how many times it was seen by lat and long on the bubble.  I'm getting everything working except for the addition of the "times_seen" block.  Anytime I try to evaluate or add the "times_seen" I either get no results or an error.&lt;/P&gt;

&lt;P&gt;I'm using:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="the_index" | geostats latitude=slat longitude=slong count by dport
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:16:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229568#M14255</guid>
      <dc:creator>richnsanders_70</dc:creator>
      <dc:date>2020-09-29T11:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my geostats search to map each destination port field and how many times it was seen by latitude and longitude?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229569#M14256</link>
      <description>&lt;P&gt;index="the_index" | geostats count(dport) latitude=slat longitude=slong by dport&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 18:31:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229569#M14256</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2016-10-04T18:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my geostats search to map each destination port field and how many times it was seen by latitude and longitude?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229570#M14257</link>
      <description>&lt;P&gt;I appreciate the answer, but this combines all my ports into one value, I'd like to see the bubble show me how many of EACH port at each lat/long.  What I'm already using shows me in the bubble the ports it sees, but if it sees port 0 three times, once with 17 hits, once with 10 hits and once with 5 hits, it does not appear to combine the values and show port 0 with 32 hits.  Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 18:44:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229570#M14257</guid>
      <dc:creator>richnsanders_70</dc:creator>
      <dc:date>2016-10-04T18:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my geostats search to map each destination port field and how many times it was seen by latitude and longitude?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229571#M14258</link>
      <description>&lt;P&gt;index="the_index" | geostats count(dport)  latitude=slat longitude=slong by dport&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 18:46:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229571#M14258</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2016-10-04T18:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my geostats search to map each destination port field and how many times it was seen by latitude and longitude?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229572#M14259</link>
      <description>&lt;P&gt;That seems to have done it, I was going way overboard in trying to solve this when it was such as simple answer. &lt;/P&gt;

&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 18:59:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229572#M14259</guid>
      <dc:creator>richnsanders_70</dc:creator>
      <dc:date>2016-10-04T18:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my geostats search to map each destination port field and how many times it was seen by latitude and longitude?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229573#M14260</link>
      <description>&lt;P&gt;Any time!  Feel free to upvote &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 19:01:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229573#M14260</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2016-10-04T19:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my geostats search to map each destination port field and how many times it was seen by latitude and longitude?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229574#M14261</link>
      <description>&lt;P&gt;I did, i think!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 19:06:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229574#M14261</guid>
      <dc:creator>richnsanders_70</dc:creator>
      <dc:date>2016-10-04T19:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my geostats search to map each destination port field and how many times it was seen by latitude and longitude?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229575#M14262</link>
      <description>&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 19:07:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-modify-my-geostats-search-to-map-each-destination-port/m-p/229575#M14262</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2016-10-04T19:07:52Z</dc:date>
    </item>
  </channel>
</rss>

