-
Notifications
You must be signed in to change notification settings - Fork 3
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
Global queries FIM - Investigate impact on installation/upgrade - Wazuh virtual machines #206
Comments
On hold due to a priority issue https://github.com/wazuh/wazuh-automation/issues/2085 |
After analyzing the code of the AMI and the OVA, no changes were detected in general. This is because the installation is done in a standard way through packages. OVA: The provisioner has the following:
In this case, it may be necessary to perform a regex on the new indexes to clean them up. AMI: In the AMI playbook, the following steps were detected:
This is a similar case to the OVA, it may be necessary to add the new states indexes. |
Issue for development created #222 |
Description
The issue aims to investigate if the new persisted file needs special handling in the creation of the OVA and the AMI
Tasks
DRI
The text was updated successfully, but these errors were encountered: