28 Feb 2025 10:10 AM
Hello all,
So I can use "contains" in a dql filter but not as a matcher when creating a log-metric:
KR Henk
Solved! Go to Solution.
28 Feb 2025 07:30 PM
matchesPhrase is a case-insensitive contains, so you are 90% right (-;
28 Feb 2025 08:02 PM
matchesPhrase does have some special character limitations as well, but you can use the caseSensitive flag on matchesPhrase to make it case sensitive if you want
matchesPhrase(content, "test", caseSensitive:true)