14 Apr 2025
03:34 PM
- last edited on
15 Apr 2025
07:41 AM
by
MaciejNeumann
Hello,
I'm trying to create a workflow using an event trigger. When I query past events, the query works fine. However, when I save, I get an error saying my query is incorrect.
This is my query:
matchesPhrase(dt.entity.http_check, "HTTP_CHECK-F724611E130DE727") and result.statistics.duration > 10000
Error message: Reason: Invalid DQL query: token recognition error at: '>' at 1:98
Any solutions for this? Thanks
14 Apr 2025 05:01 PM
Hi,
Currently, in the event trigger DQL matcher, not all conditions are applicable. The "greater than" (>) condition is not supported at this time.
https://docs.dynatrace.com/docs/observe/business-analytics/ba-events-processing/ba-events-processing...