23 Sep 2024 09:40 PM
We created static threshold anomaly detector event using new named "App Davis® Anomaly Detection". We are successfully able to create problem if DQL result violate threshold. Our query is if problem is manually closed, and issue still exist then new problem is not opening. We tried option of adding property dt.event.suppress_problem false in the event property but still didn't open new problem. is there a way this can be done?
03 Oct 2024 08:04 PM
Hi @Sachinpai ,
Not sure why you want a problem to open when you have closed it manually. Davis wouldn't do that when it Identifies a problem let's say you consider error when a certain log record occurs more than 100 times in an hour then Davis creates problem based on the "Static Threshold" that you have created. Once it crosses 100 unless it comes down and goes up again it is the same problem. When you close it manually Davis understands that you want to ignore this issue or you have done something that will resolve this eventually.
All the theory aside, if you really want this to happen I suggest to use workflows and combine it with events API to create problems manually. Do remember to add this tag as property
dt.event.allow_frequent_issue_detection:false
This allows davis not to suppress problems even when they occur frequently. This may or may not work on Davis Anomaly Detector App.