Grafana v9.5.1
I’m implementing an override that searches by regex. I want it to find anything that includes the word “fail” with any case. I’ve tried .fail., but that only works if it’s all lowercase. The internet said that i could try (?i).fail., but that seems to do nothing. How do I make it case-insensitive?