-
Notifications
You must be signed in to change notification settings - Fork 135
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
Improved agent Windows config. and secondary fixes #205
Conversation
* Make the logging log_format configurable * Remove some duplication between the Agent configuration on Linux and Windows * Improve the Windows Agent configuration based on https://github.com/wazuh/wazuh/blob/v3.10.2/src/win32/ossec.conf * Make the generated ossec.conf file a little bit more readable by fixing ident in fragments * Remove the duplication in fragments/_sca.erb * The SCA config now applies for Windows Agents too * Improve the Windows agent syscheck configuration based on https://github.com/wazuh/wazuh/blob/v3.10.2/src/win32/ossec.conf * Make the cis cat wodle use variable from params_agent.pp * Make the open-scap wodle use variable from params_agent.pp * Make the osquery wodle use variable from params_agent.pp * Make the syscollector wodle use variable from params_agent.pp
…gent-configuration
af91972
to
eed538c
Compare
62b7320
to
3ed0661
Compare
3ed0661
to
fbe0893
Compare
e66cc00
to
90773f3
Compare
90773f3
to
d7d230c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @rshad, changes look good. Please provide ossec.conf
diffs so we can ensure it's rendering properly.
Best regards,
Jose
74f6ee1
to
3534320
Compare
Hi all! In this PR and as we mentioned before, we made the required changes to adapt the changes we picked up from the PR #189 and we also improved and parameterized almost all the configuration related to Wazuh agent for Windows OS. We also added some small improvements. Tasks
Kr, Rshad |
Hi all! Here I attach the default installation of
Kr, Rshad |
|
…eck in syscheck template
9d77ef8
to
18a66fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check requested changes
Hi all! We also re-configured for both, the agent and the manager, the related configuration to the variables $ossec_syscheck_whodata_directories_1 = 'no'
$ossec_syscheck_realtime_directories_1 = 'no'
$ossec_syscheck_whodata_directories_2 = 'no'
$ossec_syscheck_realtime_directories_2 = 'no' wazuh-puppet/templates/fragments/_syscheck.erb Lines 124 to 129 in 7264a35
Kr, Rshad |
d2a0ab8
to
f362a36
Compare
f362a36
to
616cf3a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi all!
This PR adds new improvements for the agent configuration in Windows and some fixes to the templates.
Originally some of these changes were added by @JPLachance in #189. But as we do not have write access to his fork branch coveord:feature/improved-agent-configuration, then we ended up applying the merge with
wazuh:devel
branch in local and brought the source fork branch into a local branch inwazuh:wazuh-puppet
calledfeature-improved-agent-windows-config
.Tasks
Merge wazuh:devel into the source branch of the user.
Discard the unnecessary changes. Improve the agent configurability and fix minor issues #189 (comment)
Push changes to the user branch locally and create a new upstream branch as a copy of it.
Adapt puppet manifests and templates to the default
ossec.conf
ofwazuh
3.11.2
.Verify the changes on
Thanks, @JPLachance for contributing.
Kr,
Rshad