Change color of some field based on a value of another field in the same document

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!!!

Hi Manjula

Where do you want to change the color of the field? In Discover?

Thx & Best,
Matthias

Hi @matw ,

I want to visualize this count field only. So planning to use Metric or TSVB.

Thanks

Hi,

Any help on this please?

Thanks

Hi,

Appreciate any thoughts on this

Thanks

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