Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix windows hayabusa event monitoring (#42)
### Problem Description Currently, `Windows.Hayabusa.Monitoring` is broken, as evident from the following log output: ![Log Screenshot](https://github.com/user-attachments/assets/e8e1248d-59bf-49f2-b60f-e3c1f8390ac6) The logs indicate that the `Windows.Sigma.BaseEvents` object does not support the `DateAfter` or `DateBefore` parameters. --- ### Proposed Solution This pull request removes the unsupported `DateAfter` and `DateBefore` parameters from `Windows.Hayabusa.Monitoring` to resolve the issue. ---
- Loading branch information