Forum Discussion

esschotenw's avatar
esschotenw
Copper Contributor
Jun 27, 2023
Solved

Tuning rule time-based

Hi,   I'm trying to investigate how we can tune a rule to prevent false positives. A customer has scanned every sunday night their network. Every Sunday night, the rules alert and create an inciden...
  • KubaTom's avatar
    Jun 28, 2023
    Rule logic would be the go-to for me as well, as what you want to achieve is very specific and targeted. Entity mapping as suggested by Kaaamil could prove tricky, as even though in theory you could map a timestamp to an entity, you'd need some logic to assess time/day of the week etc. which automation rule wouldn't allow.
    Logic app is the only alternative I can think of - create it with an inc trigger, let it, get incident info, use Control/Condition block to evaluate the TimeCreated value (match day of the week and number of hours for example) and then close the incident if a match or no action if not.
    Outside of logic app you'd still need an automation rule to call the logic app - incident based trigger when it matches your rule.

Resources