Hi,
My question is I think related to Highlight query functionality in Kibana, I made a search in Kibana that matches component is not matching! and as a result yield messages like this as expected:
[ 2018-05-16 20:48:29,081 5300 WARNING ] Size of "nemo" component is not matching!
What I would like to do is highlight nemo in the UI instead of component is not matching! as it currently happen (with a yellow background colour). I'm a bit confused on how to achieve that.
How can you also extract the nemo pattern from Kibana? A naive regex could be written as follows:
of "(.*)" component
Cheers,
Thomas