-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for the Windows Event Logs #33
Comments
I have implemented the Ability to Query the Windows Event Logs. It works every well and its done via generators so memory does not explode. |
I have implemented Ability to log to the Windows Event Logs (log handler). It checks to see if event data is valid before adding it to the log. |
Windows does not give you much power to be able to config the log. All I can do is clear it and that's it. |
I will push up win_event_viewer.py next week to salt once done with test. Then I'll write the salt state. |
I used |
Look at the following:
The text was updated successfully, but these errors were encountered: