Skip to content

Update Geomap widget setup instructions #28882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 2, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/en/dashboards/widgets/geomap.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ The geomap widget visualizes geographic data with shaded regions or points. It c

## Setup

{{< img src="dashboards/widgets/geomap/geomap_setup2.png" alt="Geomap Graph your data section of widget configuration">}}
{{< img src="dashboards/widgets/geomap/geomap_setup3.png" alt="Geomap Graph your data section of widget configuration">}}

### Configuration
1. Choose the visualization layer:
* **Regions**: Aggregate measures at a country level.
* **Regions**: Aggregate measures at a country or country subdivisions level.
* **Points**: Overlay events as points on the map to display geographic event data.

2. Choose the data to graph: <br>
Expand All @@ -35,8 +35,8 @@ The geomap widget visualizes geographic data with shaded regions or points. It c
{{% tab "Regions" %}}
| Data source | Notes |
| -------------- | -------- |
|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.|
|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.|
|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.|
|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.|
|RUM | See the [RUM documentation][6] to configure a RUM query. |
|SLO | See the [SLO search documentation][7] to configure an SLO query. |
|Security Signals <br> Application Security <br> Audit Trail | See the [Log search documentation][3] to configure a query. |
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading