Link to Dashboard from Region Map & Coordinate Map

Changing the format of a specific field to URL format (via Index Pattern) enables us to hyperlink the field in a visualization. This is the only way to currently link a field from within a specific visualization.

I tried this in a Search query (via Discovery) and in data table aggregation visualisation, and it's working

Is there any way to use the same link from Region Map & Coordiante Map, means add a hyper link on dispalyed buckets on map, so when user cliack on that term, it will go a new dashaboard filtred on that term.

Thank You

Elastic Maps, Kibana's new mapping application, supports Index Pattern formatters and URL formatters. This enhancement has not been included in any released version but has been merged into the 7.2 branch.

Thank You @Nathan_Reese
Will be great feature if Kibana team can add possibility to dispaly multi metrics value
1 metric will be the main one who is responsible of the circle size
The other metrics are displayed like the URL is dispalyed in https://github.com/elastic/kibana/pull/33017

Will be great feature if Kibana team can add possibility to dispaly multi metrics value
1 metric will be the main one who is responsible of the circle size
The other metrics are displayed like the URL

Aggregation metrics are calculated from looking at all documents in a bucket. When using aggregated data, there is no access to a single document. Therefore, grid aggregation results will not be able to show a URL for a specific document.

Region maps are implemented in Elastic Maps as vector layer with joins. In this case, you will be able to show the URL of source vector and aggregation metrics from the terms join.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.