Open Rebits opened 1 year ago
Additionally in Release 4.7.1 - Release Candidate 1 - Integration tests
The following scanning failures were found
ERROR wazuh_testing:monitoring.py:466 Could not find this event in None: WARNING:.+ Invalid value for element 'max_eps': .+
ERROR wazuh_testing:monitoring.py:466 Could not find this event in None: ERROR: Invalid content for attribute 'all' at module 'syscollector'.
ERROR wazuh_testing:monitoring.py:466 Could not find this event in None: ERROR: Invalid content for tag 'ports' at module 'syscollector'.
E TimeoutError: Could not find this event in None: ERROR: Invalid content for tag 'processes' at module 'syscollector'.
E TimeoutError: Could not find this event in None: ERROR: Invalid content for attribute 'all' at module 'syscollector'.
E TimeoutError: Could not find this event in None: ERROR: Invalid content for tag 'ports' at module 'syscollector'.
E TimeoutError: Could not find this event in None: ERROR: Invalid content for tag 'packages' at module 'syscollector'.
E TimeoutError: Could not find this event in None: ERROR: Invalid content for tag 'network' at module 'syscollector'.
Description
It has been detected in https://github.com/wazuh/wazuh/issues/17421 that the integration tests
test_syscollector_scanning
fails consistently.It seems that the monitoring file is not being initialized properly, leading to the following error:
The expected log line was correctly produced in the Windows agent.
Evidences