Request for Windows Beacons
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 15.7k
- Forks
- 5.6k
- Avg merge
- 2d 44m
- Merged PRs (30d)
- 80
Description
Description of Issue/Question
Scoping/Effort estimation for Windows Beacons
On Linux machines we have an iNotify beacon that makes it easy to watch for an identify when a change happens on a machine and kick off the a config drift remediation process.
But there is no iNotify functionality on Windows & Unix systems that can be used to create a similar event generation to kick off the event orchestration.
This beacon would be a great starting point for many PoCs or initial projects it is also a perfect beacon for demonstrations on these operating systems.
- Establish a list of beacons already supported on Windows
Is Memusage supported ? - https://github.com/saltstack/salt/pull/38584 - Based on Windows customer use-cases, below is the prioritized list of some Linux beacons that would be useful for Windows users as well. Lets scope/estimate for each of below items individually:
File - iNotify
Service
disk usage/log
Load
Network_settings
Network_info
Memusage
After talking to dev team, it was confirmed that Service, disk usage/log, memusage and Network_info are already supported.
Related links
http://ibmsystemsmag.com/blogs/aixchange/august-2015/helpful-links-about-event-monitoring/
https://blogs.msdn.microsoft.com/commandline/2016/10/07/wsl-adds-inotify-filesystem-change-notification-support/
https://github.com/emcrisostomo/fswatch
Other relevant Issues that requests Windows Beacon support
Load: https://github.com/saltstack/salt/issues/38463
https://github.com/saltstack/salt/issues/31916
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.