Skip to content
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

Add missing system profiles to the Wazuh agent deployment #910

Closed
rauldpm opened this issue Apr 27, 2023 · 3 comments
Closed

Add missing system profiles to the Wazuh agent deployment #910

rauldpm opened this issue Apr 27, 2023 · 3 comments
Labels
level/task Subtask issue request/operational Operational requests type/change Change requested

Comments

@rauldpm
Copy link
Member

rauldpm commented Apr 27, 2023

It has been reported that the Wazuh agent deployment does not take into account other versions of Ubuntu, such as Ubuntu 20 and Ubuntu22 when setting the system profile in the configuration.

It is necessary to modify the deployment to be able to establish the correct profiles on each system, an installation of the Wazuh agent v4.4.1 package establishes the following profiles on Ubuntu 20 and Ubuntu 22 systems

  • Ubuntu 20
<config-profile>ubuntu, ubuntu20, ubuntu20.04</config-profile>
  • Ubuntu 22
<config-profile>ubuntu, ubuntu22, ubuntu22.04</config-profile>

Related: #904

@vikman90
Copy link
Member

vikman90 commented Jul 5, 2023

@wazuh/cicd Let me assign this task to you guys.

Currently, the objective is "Ansible orchestration" and the priority is "High".

Best!!

@teddytpc1 teddytpc1 added request/operational Operational requests and removed ossec.conf labels Jul 5, 2023
@wazuhci wazuhci moved this to Backlog in XDR+SIEM/Release 5.0.0 Aug 26, 2024
@MIPMHannes
Copy link

So this issue seems to persist.
I came up with a workaround.
Edit ansible-wazuh-agent/defaults/main.yml so it looks like this:
wazuh_profile_ubuntu: 'ubuntu, ubuntu{{ ansible_distribution_major_version }}, ubuntu{{ ansible_distribution_version }}'

@teddytpc1
Copy link
Member

This won't be needed for 5.0.0 onwards.

@teddytpc1 teddytpc1 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2025
@wazuhci wazuhci moved this from Backlog to Done in XDR+SIEM/Release 5.0.0 Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Subtask issue request/operational Operational requests type/change Change requested
Projects
Status: Done
Development

No branches or pull requests

4 participants