Kibana - Canvas - Conditional coloring in a Table (If Statut = KO -> Cell Red)

Hello,

I would like to highlight in RED the cells that have the value KO for column Statut :

image

Juste below the code that I have :

filters
| essql 
  query="SELECT
Check_Date, 
ID, 
Statut,
Minimum,
Valeur, 
Commentaire
FROM DATABASE
"
| table perPage=1000 paginate=false 
  font={font size=14 family="'Open Sans', Helvetica, Arial, sans-serif" color="#000000" align="left"}
| render 
  containerStyle={containerStyle backgroundColor="#FFFFFF" border="1px groove #BBBBBB" overflow="hidden" padding="0px"}

How can I do please ?

If it is not possible to just change the cell color, is it possible to change the whole line color ?

Thank you in advance,

Regards.

Riwalco

Hello @riwalco , it looks like the functionality you are describing is not available in canvas at the moment.

Would it work for you to filter out those values to a separate table with different styling?

[EDIT] Also possible to create a feature request for Kibana if you can describe your use case :slight_smile:

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