Hi all, I'm using a dockerized Elastic Stack v 6.5.3.
My Kibana container has been configured to use the regionmap:
regionmap:
layers:
- name: "Warsaw Districts"
url: "https://realmdevstrg.blob.core.windows.net/json/pl-warsaw-geojson.json"
fields:
- name: "name"
description: "Name"
- name: "regionId"
description: "Region.Id"
Please note that in the above, the regionId is the field I use for joining.
I've got a business process that does some work and emits results for each of the regions, here is a saved search result (middle column is the join field), containing 16 regional results:
I've created a region map, using the above saved search visualization and set the join field to the middle column of the saved search. The aggregated value is an average of the right-hand side column.
Having enabled the region map I've noticed that only 5/16 regions are displayed. I've verified the saved search results and the contents of the geojson file (see config). Can you tell me what is wrong, eventually how to diagnose this?



Why might be the join failing?