I'm creating a detection rule to identify when Windows logging is disabled. However, I'm running into false positives during normal system shutdowns, since some log-related events are geneorated as part of the shutdown process.
Is there a way to correlate these two events within a 1-hour time window and trigger the rule only if the shutdown event ($e2) does not exist? I'm looking for the best approach to suppress these false positives while still detecting legitimate attempts to disable Windows logging.

