<?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 plot  some count  on gmaps instead of  plotting  count of  events for given geo in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-plot-some-count-on-gmaps-instead-of-plotting-count-of/m-p/161624#M45683</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;I have a 23 faults in XXXX city with X  as latitude and Y  as longitude,&lt;BR /&gt;
Now I want to plot fault count (23) on gmaps for the given lat and long.&lt;/P&gt;

&lt;P&gt;The event count in my data for city XXXX is one, I know we can plot this 1 on  gmaps for given lat/long but  instead of ploting this one i want to plot 23 on gmaps.&lt;/P&gt;

&lt;P&gt;kindly note that there are no repeated cities and lat/long in my data,each row is unique.&lt;/P&gt;

&lt;P&gt;So I cannot proceed with and geo  commands.&lt;/P&gt;

&lt;P&gt;Can anyone thing over it and help me to plot count on gmaps for given lat/long.&lt;/P&gt;</description>
    <pubDate>Tue, 13 May 2014 12:24:02 GMT</pubDate>
    <dc:creator>kavyatim</dc:creator>
    <dc:date>2014-05-13T12:24:02Z</dc:date>
    <item>
      <title>how to plot  some count  on gmaps instead of  plotting  count of  events for given geo</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-plot-some-count-on-gmaps-instead-of-plotting-count-of/m-p/161624#M45683</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;I have a 23 faults in XXXX city with X  as latitude and Y  as longitude,&lt;BR /&gt;
Now I want to plot fault count (23) on gmaps for the given lat and long.&lt;/P&gt;

&lt;P&gt;The event count in my data for city XXXX is one, I know we can plot this 1 on  gmaps for given lat/long but  instead of ploting this one i want to plot 23 on gmaps.&lt;/P&gt;

&lt;P&gt;kindly note that there are no repeated cities and lat/long in my data,each row is unique.&lt;/P&gt;

&lt;P&gt;So I cannot proceed with and geo  commands.&lt;/P&gt;

&lt;P&gt;Can anyone thing over it and help me to plot count on gmaps for given lat/long.&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2014 12:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-plot-some-count-on-gmaps-instead-of-plotting-count-of/m-p/161624#M45683</guid>
      <dc:creator>kavyatim</dc:creator>
      <dc:date>2014-05-13T12:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to plot  some count  on gmaps instead of  plotting  count of  events for given geo</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-plot-some-count-on-gmaps-instead-of-plotting-count-of/m-p/161625#M45684</link>
      <description>&lt;P&gt;Try using iplocation and the geostats command vs. the gmaps app.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;clientip=* | iplocation clientip allfields=true | geostats count by clientip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or to see more good stuff with it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;clientip=* | iplocation clientip allfields=true | geostats translatetoxy=false count by clientip,City,Continent,Country,Region,MetroCode,Timezone,lat,lon
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;clientip=* | iplocation clientip allfields=true | geostats translatetoxy=false count by clientip,City,Continent,Country,Region,MetroCode,Timezone,lat,lon | table clientip * | sort - geobin
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 May 2014 13:40:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-plot-some-count-on-gmaps-instead-of-plotting-count-of/m-p/161625#M45684</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-05-13T13:40:42Z</dc:date>
    </item>
  </channel>
</rss>

