Hi All,
I have created a Davis Anomaly Detector and I need some help to configure it.
I need it to alert when when there is "0 TPS" logs four times in last 25 mins. How would I set this?
This is the dql I have below. It is pulling back data, for example in the last 25 mins I had 40 entries at 0 TPS.
timeseries Alerts = count(log.pro), by: { log.source, applicationservice, content }
| filter matchesPhrase(content, "TPS rate")