<?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: How to use custom tiles in Splunk maps offline, without using a separate map server? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-custom-tiles-in-Splunk-maps-offline-without-using-a/m-p/279566#M17739</link>
    <description>&lt;P&gt;Hi @MuS,&lt;/P&gt;

&lt;P&gt;Got it working. Was the wrong browser. The boxes I mentioned were an indication that the tiles (png) failed to load.&lt;BR /&gt;
Splunkmaps indeed won't support the zoom levels 10 to 19, but the tiles I downloaded did, which was the whole idea in the first place. See my question &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks for the example url which put me on the right track. &lt;/P&gt;

&lt;P&gt;Regards, RBosch&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jul 2016 13:33:11 GMT</pubDate>
    <dc:creator>RBosch</dc:creator>
    <dc:date>2016-07-22T13:33:11Z</dc:date>
    <item>
      <title>How to use custom tiles in Splunk maps offline, without using a separate map server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-custom-tiles-in-Splunk-maps-offline-without-using-a/m-p/279562#M17735</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;The current map functionality in Splunk does not give enough zoom level analysis and also does not have street level information about the world.&lt;/P&gt;

&lt;P&gt;This can be achieved by using a custom map tile in a separate map server which requires internet connectivity. &lt;/P&gt;

&lt;P&gt;The Splunk server in my organization does not have internet connectivity and I want to use the custom map tiles for greater flexibility in maps.&lt;/P&gt;

&lt;P&gt;Any ideas??&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 15:48:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-custom-tiles-in-Splunk-maps-offline-without-using-a/m-p/279562#M17735</guid>
      <dc:creator>shashankraina</dc:creator>
      <dc:date>2016-02-11T15:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use custom tiles in Splunk maps offline, without using a separate map server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-custom-tiles-in-Splunk-maps-offline-without-using-a/m-p/279563#M17736</link>
      <description>&lt;P&gt;Hi shashankraina,&lt;/P&gt;

&lt;P&gt;You can store your map tiles inside &lt;CODE&gt;etc/apps/YourAppName/appserver/static/YourMaptilesDirectory/&lt;/CODE&gt; and use it like this in your map dashboard:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;option name="mapping.tileLayer.url"&amp;gt;/static/app/YourAppName/YourMaptilesDirectory/{z}/{x}/{y}.png&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 21:27:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-custom-tiles-in-Splunk-maps-offline-without-using-a/m-p/279563#M17736</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2016-02-11T21:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use custom tiles in Splunk maps offline, without using a separate map server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-custom-tiles-in-Splunk-maps-offline-without-using-a/m-p/279564#M17737</link>
      <description>&lt;P&gt;Hi MuS,&lt;/P&gt;

&lt;P&gt;I tried your suggestion for the search app:&lt;BR /&gt;
I placed the tiles in &lt;CODE&gt;${SPLUNK_HOME}/etc/apps/search/appserver/static/YourMaptilesDirectory&lt;/CODE&gt;&lt;BR /&gt;
 and placed &lt;CODE&gt;/static/app/search/YourMaptilesDirectory/{z}/{x}/{y}.png&lt;/CODE&gt;. But no luck.&lt;/P&gt;

&lt;P&gt;I decided to test by run a random search and select a map. The provided by Splunk works and I can zoom in to a point. To select the tiles I placed earlier, I clicked Format, Tiles and filled in the form with &lt;CODE&gt;/static/app/search/YourMaptilesDirectory/{z}/{x}/{y}.png&lt;/CODE&gt;. I altered the zoomlevel-range to the zoomlevels I downloaded (10-19).&lt;BR /&gt;
What I get are small boxes here and there with crosses in them, which means that the files could not be loaded.&lt;/P&gt;

&lt;P&gt;The system is isolated, so can't test with the openstreetmap tileserver.&lt;/P&gt;

&lt;P&gt;I hope you or anyone else could shed a light on the problem.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;RBosch&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 14:19:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-custom-tiles-in-Splunk-maps-offline-without-using-a/m-p/279564#M17737</guid>
      <dc:creator>RBosch</dc:creator>
      <dc:date>2016-07-07T14:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use custom tiles in Splunk maps offline, without using a separate map server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-custom-tiles-in-Splunk-maps-offline-without-using-a/m-p/279565#M17738</link>
      <description>&lt;P&gt;@RBosch, Splunk supports map zoom level between 0-9 not 10-19 see docs &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/SearchReference/Geostats"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/SearchReference/Geostats&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I have in my custom map directory 349526 png files and can access them by calling this URL &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; http[s]://yoursplunkservername:yourport/en-GB/static/app/appname/mapdirectory/9/1/1.png
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please verify this, also check the Splunk web logs for any hint.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 23:39:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-custom-tiles-in-Splunk-maps-offline-without-using-a/m-p/279565#M17738</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2016-07-08T23:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to use custom tiles in Splunk maps offline, without using a separate map server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-custom-tiles-in-Splunk-maps-offline-without-using-a/m-p/279566#M17739</link>
      <description>&lt;P&gt;Hi @MuS,&lt;/P&gt;

&lt;P&gt;Got it working. Was the wrong browser. The boxes I mentioned were an indication that the tiles (png) failed to load.&lt;BR /&gt;
Splunkmaps indeed won't support the zoom levels 10 to 19, but the tiles I downloaded did, which was the whole idea in the first place. See my question &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks for the example url which put me on the right track. &lt;/P&gt;

&lt;P&gt;Regards, RBosch&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 13:33:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-custom-tiles-in-Splunk-maps-offline-without-using-a/m-p/279566#M17739</guid>
      <dc:creator>RBosch</dc:creator>
      <dc:date>2016-07-22T13:33:11Z</dc:date>
    </item>
  </channel>
</rss>

