Hi,
In Kibana, is it possible to change the color of a numeric field based on a value in another filed in the same document?
My document contains below two fields, I want to change the color of "count", based on the field "within_threshold" (which is derived dynamically from the source system based on some dynamic thresholds)
{
"count" : 12,124,
"within_threshold" : false
}
I'm open to upgrade my ELK stack to any later version (currently planning to upgrade to 7.11.0). Please let me know if this is possible in any of the latest versions.
Thanks in advance!!!