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
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ The geomap widget visualizes geographic data with shaded regions or points. It c
22
22
23
23
## Setup
24
24
25
-
{{< img src="dashboards/widgets/geomap/geomap_setup2.png" alt="Geomap Graph your data section of widget configuration">}}
25
+
{{< img src="dashboards/widgets/geomap/geomap_setup3.png" alt="Geomap Graph your data section of widget configuration">}}
26
26
27
27
### Configuration
28
28
1. Choose the visualization layer:
29
-
***Regions**: Aggregate measures at a country level.
29
+
***Regions**: Aggregate measures at a country or country subdivisions level.
30
30
***Points**: Overlay events as points on the map to display geographic event data.
31
31
32
32
2. Choose the data to graph: <br>
@@ -35,8 +35,8 @@ The geomap widget visualizes geographic data with shaded regions or points. It c
35
35
{{% tab "Regions" %}}
36
36
| Data source | Notes |
37
37
| -------------- | -------- |
38
-
|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.|
39
-
|Metric | The group by tag must include a country ISO Code following the alpha-2 ISO 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.|
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
+
|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.|
40
40
|RUM | See the [RUM documentation][6] to configure a RUM query. |
41
41
|SLO | See the [SLO search documentation][7] to configure an SLO query. |
42
42
|Security Signals <br> Application Security <br> Audit Trail | See the [Log search documentation][3] to configure a query. |
0 commit comments