10 Jan 2025 11:11 AM
Hi All,
Would it be possible to create a workflow and use a JavaScript task to query logs and create a problem if 0 logs are found?
11 Jan 2025 02:29 AM
Hi @Gib80 ,
Javascript is very powerful and i found we can do a lot with it. For your use case, you can use below utils.
Query logs:
Properties | Dynatrace Developer
Create problem:
Properties | Dynatrace Developer
I would suggest using DQL to query logs. Also, try using anomaly detector for creating alerting.