You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/dashboards/widgets/geomap.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The geomap widget visualizes geographic data with shaded regions or points. It c
18
18
- View user sessions filtered by employee.
19
19
- Monitor performance metrics like load time, core web vitals, and percent of views with errors.
20
20
21
-
{{< img src="/dashboards/widgets/geomap/geomap-points.png" alt="Geomap visualization with the points overlay" >}}
21
+
{{< img src="/dashboards/widgets/geomap/geomap_zoom_region.mp4" alt="Zooming to a region in the Geomap widget" video=true >}}
22
22
23
23
## Setup
24
24
@@ -33,7 +33,7 @@ The geomap widget visualizes geographic data with shaded regions or points. It c
33
33
**Note**: Support for data sources varies based on the visualization layer you select.
34
34
{{< tabs >}}
35
35
{{% tab "Regions" %}}
36
-
| Data source | Notes |
36
+
| Data source | Notes |
37
37
| -------------- | -------- |
38
38
|Log Events | The group by tag must include a country ISO Code (alpha-2 ISO format) or a country subdivision ISO Code (ISO-3166-2 format). You can use the [GeoIP Processor][1] to do this, or manually include the [tags on ingest][2]. See the [Log search documentation][3] to configure a log event query.|
39
39
|Metric | The group by tag must include a country ISO Code (alpha-2 ISO format) or a country subdivision ISO Code (ISO-3166-2 format). You can [generate metrics from ingested logs][4], or manually include the [tags on ingest][2]. See the [querying documentation][5] to configure a metric query.|
@@ -52,7 +52,7 @@ The geomap widget visualizes geographic data with shaded regions or points. It c
52
52
53
53
{{% tab "Points" %}}
54
54
| Data source | Notes |
55
-
| ----------- | ----- |
55
+
| ----------- | ----- |
56
56
|Log Events | The group by tag must include a country ISO Code following the alpha-2 ISO format. You can use the [GeoIP Processor][1] to do this, or manually include the [tags on ingest][2]. See the [Log search documentation][3] to configure a log event query. |
57
57
|RUM | See the [RUM documentation][4] to configure a RUM query. |
58
58
@@ -63,7 +63,7 @@ The geomap widget visualizes geographic data with shaded regions or points. It c
63
63
{{% /tab %}}
64
64
{{< /tabs >}}
65
65
66
-
3. Optional: Configure your view box to specify where you want to focus the map initially.
66
+
3.(Optional) Under **Visual Options**, use the **Set widget default view** dropdown to select where to initially focus the map. Select **Custom** to define a custom region, or search for the name of a country, state, or province.
0 commit comments