Overview

Device Geomap displays the geographic distribution of your network devices discovered through Network Device Monitoring (NDM). Using the Geomap Widget points visualization, it plots devices on a geographical map based on their configured locations, allowing you to visualize site coverage, assess connectivity, and monitor regional network health. Use it to identify device outages, latency issues, or coverage gaps across distributed environments.

Network Device Geomap tab displaying the location of mapped devices.

Prerequisites

  • Network Device Monitoring must be configured on your devices.
  • Devices must be tagged using the geolocation:<value> format, where <value> is the location identifier.

Configuring locations

Devices appear on the Device Geomap when they’re tagged with geolocation:<value> and mapped to geographic coordinates.

For example:

GeolocationLatitudeLongitude
nyc-office40.758896-73.98513
denver-office39.7433-104.9886
boston-office42.3601-71.0589
singapore1.3521103.8198

Configure device locations using the following steps:

  1. Tag devices using the geolocation:<value> format, where <value> is the location identifier. See the network device tagging documentation for more information.

    Network Device side panel of a device, highlighting the `geolocation:boston-office` tag.
  2. From the Device GeoMap page, click Add locations in the top right corner. This opens the Geomap locations settings page, which provides multiple tabs to manage device locations:

    • All: Displays all devices with geolocation tags, regardless of their mapping status.
    • Needs Coordinates: Shows devices tagged with geolocation values that don’t have corresponding location coordinates configured.
    • On Map: Lists tagged devices with configured coordinates that are displayed on the Geomap.
    • Unused: Shows location mappings (coordinates) that have been configured but are not associated with any tagged devices.
    Settings page of Device Geomap, highlighting the All tab.
  3. On the settings page, click + Add mapping and enter the location value along with its latitude and longitude coordinates in decimal degrees notation.

    Settings page of Device Geomap, displaying the Add Mapping screen with fields for location, latitude, and longitude.
  4. To bulk import locations, select Import from CSV from the + Add mapping dropdown. The CSV form provides a template you can download and use.

    Settings page of Device Geomap, displaying the Import from CSV option.

Viewing devices

After devices are added to the map, you can zoom in to click on an individual device or select a device cluster to view all devices in that location. Clicking on any device opens a side panel with detailed device information, including status, tags, and key metrics.

Troubleshooting

If you experience issues using Device Geomap, use the following troubleshooting guidelines. If you need further assistance, contact Datadog support.

Device appears in multiple locations

When a device is tagged with multiple geolocation tags, it displays at only one location on the map. However, when you click on any device cluster containing that device, it appears in the side panel for all tagged locations.

CSV upload fails

If your CSV file fails to upload despite appearing correct, verify the following:

  • No missing commas between fields
  • No extra spaces or special characters
  • Proper formatting according to the CSV template (available for download in the + Add mapping > Import from CSV form)

Tagged device does not appear on map

If a device doesn’t appear on the map after tagging:

  1. Verify that the location tag has coordinates configured on the Settings page.
  2. Allow a few minutes for tag updates to be reflected in the map.

Further Reading