wazuh / wazuh-virtual-machines

Wazuh - Virtual Machines (OVA and AMI)
https://wazuh.com/
GNU General Public License v2.0
0 stars 0 forks source link

Delete Wazuh dashboard logs cleanup in OVA local build #56

Closed davidcr01 closed 3 weeks ago

davidcr01 commented 3 weeks ago

Description

Related: https://github.com/wazuh/wazuh-jenkins/issues/6727

While working on #47, the OVA local build failed with the following error:

    default: Cleaning system
    default: Loaded plugins: langpacks, priorities, update-motd
    default: Cleaning repos: amzn2-core amzn2extra-docker wazuh
    default: Cleaning up everything
    default: Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
==> default: Running provisioner: shell...
    default: Running: /tmp/vagrant-shell20240926-12562-zulij2.sh
    default: find: ‘/usr/share/wazuh-dashboard/data/wazuh/logs’: No such file or directory
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

It is necessary to delete the Wazuh dashboard logs removal command as these logs do not exist anymore.