<?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 search and mark the locations on Google Maps in an HTML dashboard with IP addresses? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-and-mark-the-locations-on-Google-Maps-in-an-HTML/m-p/188142#M11688</link>
    <description>&lt;P&gt;I am trying to fully customize the dashboard in which i need to include Google Maps to show the different IP addresses.. How can write this search?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2015 04:26:37 GMT</pubDate>
    <dc:creator>kartik13</dc:creator>
    <dc:date>2015-03-18T04:26:37Z</dc:date>
    <item>
      <title>How to search and mark the locations on Google Maps in an HTML dashboard with IP addresses?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-and-mark-the-locations-on-Google-Maps-in-an-HTML/m-p/188142#M11688</link>
      <description>&lt;P&gt;I am trying to fully customize the dashboard in which i need to include Google Maps to show the different IP addresses.. How can write this search?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2015 04:26:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-and-mark-the-locations-on-Google-Maps-in-an-HTML/m-p/188142#M11688</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2015-03-18T04:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to search and mark the locations on Google Maps in an HTML dashboard with IP addresses?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-and-mark-the-locations-on-Google-Maps-in-an-HTML/m-p/188143#M11689</link>
      <description>&lt;OL&gt;
&lt;LI&gt;do your  query by ex: &lt;CODE&gt;your_base_search| iplocation device_ip | geostats latfield=lat longfield=lon count by  IP_address.&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;saved as dashboard&lt;/LI&gt;
&lt;LI&gt;after view my dashboard, go to &lt;STRONG&gt;edit &amp;gt; edit source XML&lt;/STRONG&gt; &lt;/LI&gt;
&lt;LI&gt;in your XML code  change &lt;CODE&gt;chart  or  table&lt;/CODE&gt;mark by &lt;CODE&gt;map&lt;/CODE&gt;  mark&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;after you saved it to see results&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;see my ex in two panel of my dashboard:&lt;BR /&gt;
- my query: &lt;CODE&gt;| inputlookup geomaps_data.csv | iplocation device_ip | geostats latfield=lat longfield=lon count by method&lt;/CODE&gt;&lt;BR /&gt;
- see my XML code dashboard:&lt;BR /&gt;
  Dashboard_example  - Maps&lt;BR /&gt;
  Geographical data plotting on integrated maps.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;map&amp;gt;
  &amp;lt;title&amp;gt;Common Map Options&amp;lt;/title&amp;gt;
  &amp;lt;searchString&amp;gt;| inputlookup geomaps_data.csv | iplocation device_ip | geostats latfield=lat longfield=lon count by method&amp;lt;/searchString&amp;gt;
  &amp;lt;option name="height"&amp;gt;400px&amp;lt;/option&amp;gt;

  &amp;lt;!-- use custom colors --&amp;gt;
  &amp;lt;option name="mapping.seriesColors"&amp;gt;[0x5379af,0x9ac23c,0xf7902b,0x956d95,0x6ab7c7,0xd85d3c,0xfac51c,0xdd86af]&amp;lt;/option&amp;gt;

  &amp;lt;!-- adjust marker opacity and size range --&amp;gt;
  &amp;lt;option name="mapping.markerLayer.markerOpacity"&amp;gt;0.8&amp;lt;/option&amp;gt;
  &amp;lt;option name="mapping.markerLayer.markerMinSize"&amp;gt;10&amp;lt;/option&amp;gt;
  &amp;lt;option name="mapping.markerLayer.markerMaxSize"&amp;gt;60&amp;lt;/option&amp;gt;

  &amp;lt;!-- set initial map center and zoom level --&amp;gt;
  &amp;lt;option name="mapping.map.center"&amp;gt;(30.810646,-10.556976)&amp;lt;/option&amp;gt;
  &amp;lt;option name="mapping.map.zoom"&amp;gt;2&amp;lt;/option&amp;gt;
&amp;lt;/map&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;..........&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;save see results below:&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/284iF5AB42AEF07E2A2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:20:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-and-mark-the-locations-on-Google-Maps-in-an-HTML/m-p/188143#M11689</guid>
      <dc:creator>fdi01</dc:creator>
      <dc:date>2015-03-18T11:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to search and mark the locations on Google Maps in an HTML dashboard with IP addresses?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-and-mark-the-locations-on-Google-Maps-in-an-HTML/m-p/188144#M11690</link>
      <description>&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 10:37:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-and-mark-the-locations-on-Google-Maps-in-an-HTML/m-p/188144#M11690</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2015-03-25T10:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to search and mark the locations on Google Maps in an HTML dashboard with IP addresses?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-and-mark-the-locations-on-Google-Maps-in-an-HTML/m-p/188145#M11691</link>
      <description>&lt;P&gt;Can i use google map api to add some features through javascript .??&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 10:38:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-and-mark-the-locations-on-Google-Maps-in-an-HTML/m-p/188145#M11691</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2015-03-25T10:38:55Z</dc:date>
    </item>
  </channel>
</rss>

