with newer version of Kibana you can do something closer, but not that exactly.
I would suggest to build a table like the following with a time range of "Today" (or 1 day):
Name | Col1 | Col1 color | Col2 | Col2 color
AAA | 400. | Red. | 700. | Green
BBB | 900 | Green. | 900. | Green
For Col1 and Col2 you might use the max operation.
For the Col1 color and Col2 color you might use the following formula:
max( Col1 ) / max( Col1, shift="1d")
And then use the color by value feature to set the green/red color if the value is > 1 (green) or <1 (red).
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.