Is there a way to set the color and size of markers on kibana coordinate map based on some other field values i.e. rtt below ? Or to display selected fields in tooltip ?
{
"_index": "index-pinger",
"_type": "_doc",
"_id": "Irek-3",
"_version": 3,
"found": true,
"_source": {
"rtt": "0.500",
"geoip": {
"continent_name": "North America",
"city_name": "Bowie",
"country_iso_code": "US",
"region_name": "Maryland",
"location": {
"lon": -76.7901,
"lat": 38.9924
}
},
"clientip": "71.246.242.20",
"message": "71.246.242.20:0.500"
}
}
I'm on 6.3