A regex like apple.*banana should return 2 matches… but I can’t make it work. The docs are very limited on this feature. Is there a special syntax that has to be used (like surrounding in forward slashes, javascript regex style?). I guess the filter mode has to be Contains?
That’s good to know. Did you manage to make it work in Grafana though? Regex special characters like .* don’t seem to work. Just that simple regex doesn’t give any results
It doesn’t solve my problem though… to clarify, the issue is not the regex, but how to use it in Grafana, in a table’s column filter, if possible at all…