Is there a way for me to match a background color if the output from the panel involves rex. For example,
if the output displays a unique error how do i still match the background color to red without changing the display text for single visualization panels
Specifically, in my use case, let's just say the display returns Status failed: unique id, can i still pattern match the Status failed part?
Also, I am trying to refrain from using css styling. is there an alternative way?