The official example works with a field name without a dot e.g. point. But when I use dotted field names e.g. source.geo.location or even point.location if you wish, nothing shows up in the map.
I mean my fields are nested alright, it works everywhere else so I don't get why it wouldn't work with Maps. Am I missing something or is this truly a bug?
The official example works with a field name without a dot e.g.
point
. But when I use dotted field names e.g.source.geo.location
or evenpoint.location
if you wish, nothing shows up in the map.Then create index pattern
textindex3*
and setup a map against the source.geo.location geospatial field.==> nothing shows up in the Map (a localization should show up in Russia, given those coordinates)
This issue happens only when the field name contains a dot.
OpenSearch & OpenSearch Dashboards v 2.14.0
Debian 12 (bookworm)
Default plugins installed