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
Post a Comment