<?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: GEO MAP for Meraki Devices in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289468#M6849</link>
    <description>&lt;P&gt;Great work!!!! Happy to see the results!!! Thanks,&lt;/P&gt;</description>
    <pubDate>Wed, 12 Nov 2025 17:32:40 GMT</pubDate>
    <dc:creator>DanielS</dc:creator>
    <dc:date>2025-11-12T17:32:40Z</dc:date>
    <item>
      <title>GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289372#M6833</link>
      <description>&lt;P&gt;I am looking for a way to present the Meraki Device Status metrics on a map/geo visual in the new dashboards.&lt;/P&gt;
&lt;P&gt;Each device has these properties. I can also add Tags like country=france.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GregOReilly_0-1762880495914.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30880iE3E887D496547925/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GregOReilly_0-1762880495914.png" alt="GregOReilly_0-1762880495914.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Has anyone worked this out?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 12:08:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289372#M6833</guid>
      <dc:creator>GregOReilly</dc:creator>
      <dc:date>2026-03-27T12:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289377#M6834</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47954"&gt;@GregOReilly&lt;/a&gt;&amp;nbsp;you have Latitude and Longitude which are the most important details to graph on a map.&amp;nbsp;&lt;BR /&gt;I attach some examples so you can play with this data and then create a DQL of your own with the data of the Meraki devices.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;data
    record(flightNo="DT123", geo.location.latitude=48.2195335, geo.location.longitude=16.3784883), //Vienna
    record(flightNo="DT123", geo.location.latitude=41.3826807, geo.location.longitude=2.1770239), //Barcelona
    record(flightNo="DT456", geo.location.latitude=48.2195335, geo.location.longitude=16.3784883), //Vienna
    record(flightNo="DT456", geo.location.latitude=48.1379879, geo.location.longitude=11.575182), //Munich
    record(flightNo="DT354", geo.location.latitude=48.2195335, geo.location.longitude=16.3784883), //Vienna
    record(flightNo="DT354", geo.location.latitude = 51.509865, geo.location.longitude = -0.118092), //London
    record(flightNo="DT985", geo.location.latitude=48.2195335, geo.location.longitude=16.3784883), //Vienna
    record(flightNo="DT985", geo.location.latitude = 52.520008, geo.location.longitude = 13.404954), //Berlin
    record(flightNo="DT111", geo.location.latitude=48.2195335, geo.location.longitude=16.3784883), //Vienna
    record(flightNo="DT111", geo.location.latitude = 48.864716, geo.location.longitude = 2.349014) //Paris
| summarize by:{flightNo}, geo.location.latitude=collectArray(geo.location.latitude), geo.location.longitude=collectArray(geo.location.longitude)&lt;/LI-CODE&gt;&lt;P&gt;Another example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;data
    record(latitude = 51.509865, longitude = -0.118092, value = 255),
    record(latitude = 48.864716, longitude = 2.349014, value = 72),
    record(latitude = 40.73061, longitude = -73.935242, value = 31),
    record(latitude = 35.652832, longitude = 139.839478, value = 84),
    record(latitude = -33.865143, longitude = 151.2099, value = 15),
    record(latitude = 55.751244, longitude = 37.618423, value = 66),
    record(latitude = 52.520008, longitude = 13.404954, value = 87),
    record(latitude = 41.902609, longitude = 12.494847, value = 48),
    record(latitude = 39.9042, longitude = 116.407394, value = 19),
    record(latitude = 19.432608, longitude = -99.133209, value = 5)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remember to choose this type of graphs under visualization:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielS_0-1762881399618.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30882i178DF9ABC82224C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielS_0-1762881399618.png" alt="DanielS_0-1762881399618.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 17:18:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289377#M6834</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2025-11-11T17:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289383#M6835</link>
      <description>&lt;P&gt;Thanks for the your speedy response....so I can dynamically translate my LONG and LAT values into meaningful/workable map data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GregOReilly_0-1762882338927.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30884i95C7D2A5D1A114C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GregOReilly_0-1762882338927.png" alt="GregOReilly_0-1762882338927.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 17:32:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289383#M6835</guid>
      <dc:creator>GregOReilly</dc:creator>
      <dc:date>2025-11-11T17:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289384#M6836</link>
      <description>&lt;P&gt;Yes sir, luckily you have the more important info just there. I have a case where I need to query an API by IP to retrieve Lat and Long.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 17:37:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289384#M6836</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2025-11-11T17:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289385#M6837</link>
      <description>&lt;P&gt;We have the devices and each device already has the long and lat values as you can see. Can we perform lookup where we translate each value pair to a country/city?&lt;/P&gt;&lt;P&gt;I tried to add a tag country=france and this is not readable in the DQL/Metrics.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 17:47:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289385#M6837</guid>
      <dc:creator>GregOReilly</dc:creator>
      <dc:date>2025-11-11T17:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289387#M6838</link>
      <description>&lt;P&gt;Yes, you can use the new &lt;A href="https://docs.dynatrace.com/docs/shortlink/grail-lookup-data" target="_blank"&gt;Lookup data in Grail.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I've tried your part of data with random values to have an example for you.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielS_0-1762883649039.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30885iFDEB72521973E2D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielS_0-1762883649039.png" alt="DanielS_0-1762883649039.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 17:54:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289387#M6838</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2025-11-11T17:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289413#M6845</link>
      <description>&lt;P&gt;Brilliant - going to try this today!&lt;/P&gt;&lt;P&gt;Thank you - Greg&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 09:57:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289413#M6845</guid>
      <dc:creator>GregOReilly</dc:creator>
      <dc:date>2025-11-12T09:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289421#M6847</link>
      <description>&lt;P&gt;Thank you Daniel - this is fantastic! We now have a much nicer Meraki Dashboard that we had before!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GregOReilly_0-1762949860604.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30887i73AD4C24C05B4ACE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GregOReilly_0-1762949860604.png" alt="GregOReilly_0-1762949860604.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 12:18:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289421#M6847</guid>
      <dc:creator>GregOReilly</dc:creator>
      <dc:date>2025-11-12T12:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289468#M6849</link>
      <description>&lt;P&gt;Great work!!!! Happy to see the results!!! Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 17:32:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289468#M6849</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2025-11-12T17:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289509#M6850</link>
      <description>&lt;P&gt;I have actually another use case. Its simple, but effective.&lt;/P&gt;&lt;P&gt;Synthetic tests....lets say we have &lt;A href="http://www.domain.co.uk" target="_blank"&gt;www.domain.co.uk&lt;/A&gt;&amp;nbsp;and &lt;A href="http://www.domain..ie" target="_blank"&gt;www.domain.ie.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Instead of mapping the location of the test agent - I want to map co.uk tests to the UK. And tests with domains .ie to Ireland.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would this be possible, perhaps if I add country= or location= to the tests?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 10:09:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289509#M6850</guid>
      <dc:creator>GregOReilly</dc:creator>
      <dc:date>2025-11-13T10:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289567#M6851</link>
      <description>&lt;P&gt;I use&amp;nbsp;&lt;A href="https://ip-api.com/" target="_blank"&gt;https://ip-api.com/&lt;/A&gt;&amp;nbsp;with the IP address of the domain, and this site gave you lat and long to be used on the map.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 19:23:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/289567#M6851</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2025-11-13T19:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/296760#M7153</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Thanks to everyone!&lt;/STRONG&gt; I’ve gone through the discussions about visualizing Meraki device information in a map view using coordinates. This helped me create a dashboard with the same view successfully!&lt;BR /&gt;&lt;BR /&gt;And&amp;nbsp; I would now like to extend it further by showcasing device status directly on the same map view. Specifically, the extended view and this view should highlight/populate impacts or issues whenever they occurs on a Meraki device , so that device status is immediately visible in context.&lt;BR /&gt;&lt;BR /&gt;Device Status like the below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Device Status.png" style="width: 169px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32478i8D24D5AD522019FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Device Status.png" alt="Device Status.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Is it possible to implement this extended view? If yes, I would appreciate your guidance on how best to present it.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 16:02:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/296760#M7153</guid>
      <dc:creator>vijayakumarYal</dc:creator>
      <dc:date>2026-03-26T16:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/296783#M7160</link>
      <description>&lt;P&gt;hello, yes off course, your dataset:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;data
    record(deviceId="DV001", latitude=51.509865, longitude=-0.118092, status="alerting"),   // London
    record(deviceId="DV002", latitude=48.864716, longitude=2.349014, status="online"),     // Paris
    record(deviceId="DV003", latitude=40.73061, longitude=-73.935242, status="offline"),   // New York
    record(deviceId="DV004", latitude=35.652832, longitude=139.839478, status="online"),   // Tokyo
    record(deviceId="DV005", latitude=-33.865143, longitude=151.2099, status="dormant"),   // Sydney
    record(deviceId="DV006", latitude=55.751244, longitude=37.618423, status="alerting"),  // Moscow
    record(deviceId="DV007", latitude=52.520008, longitude=13.404954, status="online"),    // Berlin
    record(deviceId="DV008", latitude=41.902609, longitude=12.494847, status="offline"),   // Rome
    record(deviceId="DV009", latitude=39.9042, longitude=116.407394, status="dormant"),    // Beijing
    record(deviceId="DV010", latitude=19.432608, longitude=-99.133209, status="online")    // Mexico City&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and your expected result should be:&lt;/P&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="map.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32487iB6EAC65AF8C847CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="map.png" alt="map.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Mar 2026 22:29:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/296783#M7160</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2026-03-26T22:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/296801#M7161</link>
      <description>&lt;P&gt;Almost forgot about this thread, hopefully the Network / Meraki engineers in Dynatrace are making note. Being able to see SITE and DEVICE health across an organisation is a critical feature. Luckily thanks to this, I now use the same approach for servers, network devices, clouds(I use the LONG LAT to map region and problems).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very nice"!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 08:50:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/296801#M7161</guid>
      <dc:creator>GregOReilly</dc:creator>
      <dc:date>2026-03-27T08:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/296940#M7162</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35788"&gt;@DanielS&lt;/a&gt;&amp;nbsp;, Thanks for your quick response! I think&amp;nbsp;adding the device status manually as a data record won’t provide accurate or detailed insights. Actually, I have thought&amp;nbsp;to fetch the device status in real-time using DQL so that we can display the alert status in a dot/world map view.&lt;BR /&gt;&lt;BR /&gt;For example, If I set “DV006” with the status “alerting,” it will always display as alerting even if the device has no actual impact, but I want something which gives clear communication as the device is impacted.&lt;/P&gt;&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;    record(deviceId="DV006", latitude=55.751244, longitude=37.618423, status="alerting"),  // Moscow
    record(deviceId="DV007", latitude=52.520008, longitude=13.404954, status="online"),    // Berlin
    record(deviceId="DV008", latitude=41.902609, longitude=12.494847, status="offline"),&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 14:41:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/296940#M7162</guid>
      <dc:creator>vijayakumarYal</dc:creator>
      <dc:date>2026-03-30T14:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: GEO MAP for Meraki Devices</title>
      <link>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/297028#M7166</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/102789"&gt;@vijayakumarYal&lt;/a&gt;&amp;nbsp;yes, what i share is only to let you know that you can do it. Is only a test dataset, the idea is that you can use real time data through fetch and your ingested data.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 17:35:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/GEO-MAP-for-Meraki-Devices/m-p/297028#M7166</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2026-03-31T17:35:58Z</dc:date>
    </item>
  </channel>
</rss>

