cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Workflows and Javascript

Gib80
Contributor

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?

 

1 REPLY 1

RohitBisht
Dynatrace Advisor
Dynatrace Advisor

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.

RB

Featured Posts