<?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: Map on splunk 6 in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95724#M24706</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;
Can I change color of the base Splunk 6 default map?&lt;BR /&gt;
If possible, how can i change this?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Aug 2015 02:30:30 GMT</pubDate>
    <dc:creator>khyoung7410</dc:creator>
    <dc:date>2015-08-20T02:30:30Z</dc:date>
    <item>
      <title>Map on splunk 6</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95718#M24700</link>
      <description>&lt;P&gt;Is there a way to use the google map app or something similar in splunk 6?&lt;BR /&gt;
I have syslogs containing  latitude and longitude which I would like to display on a map.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2013 12:45:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95718#M24700</guid>
      <dc:creator>wragabrr</dc:creator>
      <dc:date>2013-10-12T12:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Map on splunk 6</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95719#M24701</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Viz/Visualizationreference#Maps"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/Viz/Visualizationreference#Maps&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2013 14:54:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95719#M24701</guid>
      <dc:creator>Linegod</dc:creator>
      <dc:date>2013-10-12T14:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Map on splunk 6</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95720#M24702</link>
      <description>&lt;P&gt;This looks promising. Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2013 18:30:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95720#M24702</guid>
      <dc:creator>wragabrr</dc:creator>
      <dc:date>2013-10-12T18:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Map on splunk 6</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95721#M24703</link>
      <description>&lt;P&gt;Here is an example of mapping Blue Coat Dest IP Location to a Splunk 6 native map using the Splunk CIM Web data model.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;map&amp;gt;
        &amp;lt;title&amp;gt;Countries Count by GEOIP&amp;lt;/title&amp;gt;
        &amp;lt;searchString&amp;gt;
| pivot Web Web count(Web) AS "Count of Proxy Events"  SPLITROW dest AS dest FILTER Last_Logged_On_User is $userid$   
SORT 100 dest ROWSUMMARY 0 COLSUMMARY 0 NUMCOLS 0 SHOWOTHER 1 | iplocation dest | table * | geostats count by dest 
        &amp;lt;/searchString&amp;gt;
        &amp;lt;earliestTime&amp;gt;$field1.earliest$&amp;lt;/earliestTime&amp;gt;
        &amp;lt;latestTime&amp;gt;$field1.latest$&amp;lt;/latestTime&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;option name="mapping.data.maxClusters"&amp;gt;100&amp;lt;/option&amp;gt;
        &amp;lt;option name="mapping.map.center"&amp;gt;(0,0)&amp;lt;/option&amp;gt;
        &amp;lt;option name="mapping.map.zoom"&amp;gt;2&amp;lt;/option&amp;gt;
        &amp;lt;option name="mapping.markerLayer.markerMaxSize"&amp;gt;50&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.markerOpacity"&amp;gt;0.8&amp;lt;/option&amp;gt;
        &amp;lt;option name="mapping.tileLayer.maxZoom"&amp;gt;7&amp;lt;/option&amp;gt;
        &amp;lt;option name="mapping.tileLayer.minZoom"&amp;gt;0&amp;lt;/option&amp;gt;
      &amp;lt;/map&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 21 Sep 2014 23:34:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95721#M24703</guid>
      <dc:creator>mcronkrite</dc:creator>
      <dc:date>2014-09-21T23:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Map on splunk 6</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95722#M24704</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I've created a new app that provides a couple more map visualizations options then the built in splunk ones.&lt;BR /&gt;
It can do marker maps and cluster maps (similar to the ones existing in Splunk).&lt;/P&gt;

&lt;P&gt;But it can also do heat maps and "shape" maps.&lt;/P&gt;

&lt;P&gt;See: &lt;A href="https://apps.splunk.com/app/1887/"&gt;https://apps.splunk.com/app/1887/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You'll find more screenshots here: &lt;A href="https://github.com/pvanisacker/heremaps/tree/master/appserver/static"&gt;https://github.com/pvanisacker/heremaps/tree/master/appserver/static&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The app is still in early state of development so if you spot any issues, let me know. And the app only supports 6.1 for now.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 08:48:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95722#M24704</guid>
      <dc:creator>pietervi</dc:creator>
      <dc:date>2014-10-20T08:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Map on splunk 6</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95723#M24705</link>
      <description>&lt;P&gt;If you want to display a map.. you can use simple xml's map element....&lt;BR /&gt;
But if you want to display a map inside advanced xml..  there  is no direct way to achieve it...&lt;BR /&gt;
A Work Around is there...&lt;BR /&gt;
You can create a map dashboard using simple xml and load its url inside  your advanced xml using iframeInclue module &lt;BR /&gt;
and attach a css to your simple xml map module with below classes&lt;BR /&gt;
body, td {&lt;BR /&gt;
    min-width: 0 !important;&lt;BR /&gt;
    font-family: Arial,Helvetica,sans-serif !important;&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;Refernce for IframeInclude - &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/AdvancedDev/UseHTML"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/AdvancedDev/UseHTML&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 09:35:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95723#M24705</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2014-11-28T09:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Map on splunk 6</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95724#M24706</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
Can I change color of the base Splunk 6 default map?&lt;BR /&gt;
If possible, how can i change this?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2015 02:30:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95724#M24706</guid>
      <dc:creator>khyoung7410</dc:creator>
      <dc:date>2015-08-20T02:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Map on splunk 6</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95725#M24707</link>
      <description>&lt;P&gt;Change the color means.. Do you want to change the tiles..&lt;BR /&gt;
If you want to change the tile please refer...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;option name="mapping.tileLayer.url"&amp;gt;http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png&amp;lt;/option&amp;gt;
   &amp;lt;option name="mapping.tileLayer.subdomains"&amp;gt;[a,b,c]&amp;lt;/option&amp;gt;
   &amp;lt;option name="mapping.tileLayer.maxZoom"&amp;gt;18&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#map"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#map&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;if you want to change the plot colors.. &lt;BR /&gt;
please refer &lt;CODE&gt;mapping.seriesColors&lt;/CODE&gt; in the same URL&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2015 09:20:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95725#M24707</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2015-08-20T09:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Map on splunk 6</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95726#M24708</link>
      <description>&lt;P&gt;Yes I want to change the tiles color. But not change..&lt;BR /&gt;
Please show me example&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 08:57:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95726#M24708</guid>
      <dc:creator>khyoung7410</dc:creator>
      <dc:date>2015-08-21T08:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Map on splunk 6</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95727#M24709</link>
      <description>&lt;P&gt;Add these properties to your map tag &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;map&amp;gt;
   &amp;lt;option name="mapping.tileLayer.url"&amp;gt;http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png&amp;lt;/option&amp;gt;
   &amp;lt;option name="mapping.tileLayer.subdomains"&amp;gt;[a,b,c]&amp;lt;/option&amp;gt;
   &amp;lt;option name="mapping.tileLayer.maxZoom"&amp;gt;18&amp;lt;/option&amp;gt;
   &amp;lt;option name="mapping.tileLayer.attribution"&amp;gt;
     Map data (c) 2012 OpenStreetMap contributors, CC-BY-SA.
   &amp;lt;/option&amp;gt;
&amp;lt;/map&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can get different layers URl from this site&lt;BR /&gt;
&lt;A href="http://wiki.openstreetmap.org/wiki/OpenLayers"&gt;http://wiki.openstreetmap.org/wiki/OpenLayers&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:05:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Map-on-splunk-6/m-p/95727#M24709</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2015-08-21T10:05:13Z</dc:date>
    </item>
  </channel>
</rss>

