elasticsearch - Colorize row based on a field value on kibana 4 -


is there way colorize or, in general, apply styles results table on kibana 4? i'm talking discover result table.

basically, our logs have level field , want add colors on result table based on value, can recognized. e.g: error messages should red, warning messages yellow.

i know elastic search has highlighting capabilities know not how use them kibana

seems custom formatters way go. i.e: writing new component using javascript , html

this example creates formatter highlight text. it's not being asked, should work base.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -