<?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 plotting count on gmaps in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194250#M44881</link>
    <description>&lt;P&gt;Hi I am trying to plot TOTALPLANTA on GMaps but not able to do this. . &lt;/P&gt;

&lt;P&gt;Data used is as below:&lt;/P&gt;

&lt;P&gt;cityy   TOTAL_PLANTA    latitude    longitude&lt;BR /&gt;
GASTAO VIDIGAL  48  -20.8   -50.1667&lt;BR /&gt;
INUBIA PAULISTA 29  -21.75  -50.9667&lt;BR /&gt;
SANTA MERCEDES  12  -21.35  -51.75&lt;BR /&gt;
SANTO ANDRE 12  -7.2167 -36.6333&lt;BR /&gt;
CAMPINAS    7025    -22.1667    -42.6833&lt;BR /&gt;
CAMPINAS    44  -22.1667    -42.6833&lt;BR /&gt;
INUBIA PAULISTA 4271    -21.75  -50.9667&lt;BR /&gt;
VERA CRUZ   148 -2.95   -40.1833&lt;/P&gt;

&lt;P&gt;Query is  :&lt;BR /&gt;
source="results.csv" | table cityy,latitude,longitude,TOTAL_PLANTA | eval _geo=(latitude+","+longitude)&lt;/P&gt;

&lt;P&gt;can any one correct me so that i can plot total planta count exactly on gmaps&lt;/P&gt;

&lt;P&gt;thanking you,&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2014 12:16:27 GMT</pubDate>
    <dc:creator>kavyatim</dc:creator>
    <dc:date>2014-03-19T12:16:27Z</dc:date>
    <item>
      <title>plotting count on gmaps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194250#M44881</link>
      <description>&lt;P&gt;Hi I am trying to plot TOTALPLANTA on GMaps but not able to do this. . &lt;/P&gt;

&lt;P&gt;Data used is as below:&lt;/P&gt;

&lt;P&gt;cityy   TOTAL_PLANTA    latitude    longitude&lt;BR /&gt;
GASTAO VIDIGAL  48  -20.8   -50.1667&lt;BR /&gt;
INUBIA PAULISTA 29  -21.75  -50.9667&lt;BR /&gt;
SANTA MERCEDES  12  -21.35  -51.75&lt;BR /&gt;
SANTO ANDRE 12  -7.2167 -36.6333&lt;BR /&gt;
CAMPINAS    7025    -22.1667    -42.6833&lt;BR /&gt;
CAMPINAS    44  -22.1667    -42.6833&lt;BR /&gt;
INUBIA PAULISTA 4271    -21.75  -50.9667&lt;BR /&gt;
VERA CRUZ   148 -2.95   -40.1833&lt;/P&gt;

&lt;P&gt;Query is  :&lt;BR /&gt;
source="results.csv" | table cityy,latitude,longitude,TOTAL_PLANTA | eval _geo=(latitude+","+longitude)&lt;/P&gt;

&lt;P&gt;can any one correct me so that i can plot total planta count exactly on gmaps&lt;/P&gt;

&lt;P&gt;thanking you,&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 12:16:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194250#M44881</guid>
      <dc:creator>kavyatim</dc:creator>
      <dc:date>2014-03-19T12:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: plotting count on gmaps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194251#M44882</link>
      <description>&lt;P&gt;Hi - Even I have the same problem. How do I show sum of events on a GMAP when I do not have the base events data and only want to map the summary depiction? For example in above example provided by 'kavyatim' I want to show the cities on GMAP based on their lat - long and depict the total number of plants I have in each city on the GMAP. Pls help with a solution...&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 15:24:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194251#M44882</guid>
      <dc:creator>ncbshiva</dc:creator>
      <dc:date>2014-03-19T15:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: plotting count on gmaps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194252#M44883</link>
      <description>&lt;P&gt;If running Splunk 6.0+...&lt;/P&gt;

&lt;P&gt;source="results.csv" | geostats latfield=latitude longfield=longitude by city&lt;/P&gt;

&lt;P&gt;Then you can just use the internal maps, with internal iplocation and geostats mapping.&lt;/P&gt;

&lt;P&gt;Just get this app to learn how:  &lt;A href="http://apps.splunk.com/app/1603/"&gt;http://apps.splunk.com/app/1603/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 15:29:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194252#M44883</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-03-19T15:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: plotting count on gmaps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194253#M44884</link>
      <description>&lt;P&gt;Hi Thank you for your answer,&lt;BR /&gt;
I used the same  above query given by you but getting error as below :&lt;BR /&gt;
Error in 'xyseries' command: At least one data field must be specified &lt;BR /&gt;
sum(TOTAL_PLANTA) is 3 lacs,my requirement is to depict this sum on gmaps and this needed to be spread as per lat and long from results.csv when  i zoom in.&lt;/P&gt;

&lt;P&gt;I know this is possible in splunk and &lt;BR /&gt;
kindly help me in writing query and results as required.&lt;/P&gt;

&lt;P&gt;Thanking you.  .&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2014 09:13:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194253#M44884</guid>
      <dc:creator>kavyatim</dc:creator>
      <dc:date>2014-03-20T09:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: plotting count on gmaps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194254#M44885</link>
      <description>&lt;P&gt;And also i tried with following queries:&lt;BR /&gt;
source="results.csv" | table latitude,longitude,cityy,TOTAL_PLANTA |geostats latfield=latitude longfield=longitude  sum(TOTAL_PLANTA)&lt;BR /&gt;
source="results.csv" | table latitude,longitude,cityy,TOTAL_PLANTA |geostats latfield=latitude longfield=longitude  sum(TOTAL_PLANTA) by cityy  globallimit=10&lt;BR /&gt;
But not able to get required results,sum is not plotting on gmaps.&lt;BR /&gt;
But no results on gmaps&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:11:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194254#M44885</guid>
      <dc:creator>kavyatim</dc:creator>
      <dc:date>2020-09-28T16:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: plotting count on gmaps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194255#M44886</link>
      <description>&lt;P&gt;I am not able to understand why  i am not able to plot results on gmaps when data is straight forward.&lt;/P&gt;

&lt;P&gt;I have lat, long,cityy,as well as count which need to be plotted as per lat and long. . &lt;/P&gt;

&lt;P&gt;I posted sample data above can any one help me to get this soon please&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2014 09:16:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194255#M44886</guid>
      <dc:creator>kavyatim</dc:creator>
      <dc:date>2014-03-20T09:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: plotting count on gmaps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194256#M44887</link>
      <description>&lt;P&gt;source="results.csv" | geostats latfield=latitude longfield=longitude count by cityy globallimit=10&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2014 12:53:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/plotting-count-on-gmaps/m-p/194256#M44887</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-03-20T12:53:05Z</dc:date>
    </item>
  </channel>
</rss>

