Deselected made some flash notification before return to normal

To avoid flashing fault notify, Is it good to display the result after Deselected/Regex Filter finished the process? or process the Deselected function before the Selected function.

are you trying to prevent alerts caused due to changes in unwanted elements? excluding them by adding them to the list of deselected elements should work. did it not happen in this case?

1 Like

Yes, I am trying to prevent alerts caused due to changes in unwanted elements.

I setup as in the image. It flashing with bold text 2 sec. and then went to normal text and clear the notify to 0.

try the following:

  1. check the change history to see what changes are being detected. see change history
  2. if there are conditions set, check the condition that is true when an alert is triggered. https://distill.io/docs/web-monitor/using-conditions-to-get-alert-on-important-changes/#how-to-find-out-which-condition-triggered-the-alert

you should be able to figure out what is causing the change alerts. let me know what you find out.