Markers color and size in kibana coordinate map

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

this is a feature that has been requested a few times on GItHub . Please feel free to add a comment to that issue voicing your support and describing your use-case.

Cheers
Rashmi

1 Like

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