I'm missing something obvious here, I know I am, but I have struggled to find an answer.
I have a small index of 20 documents in ES 7.10.2 with a GeoPoint in the top level, with other fields stored as objects and nested.
I have created an index pattern, and created a layer all is good so far. I can filter by any field I require, but when I attempt to add a tooltip I am only shown the top level fields and the location
I'm trying to simulate section 3 from here - Create a map with multiple layers and data sources | Kibana Guide [7.10] | Elastic but where the guide simple says
- Add a tooltip field and select agent , bytes , clientip , host , machine.os , request , response , and timestamp .
It does not explain how to make those fields show, or why they wouldn't show. Am I missing something in the mapping that makes these fields appear?