wazuh / qa-system-framework

GNU General Public License v2.0
1 stars 3 forks source link

Wazuh Handler: Parallel host log monitor #29

Closed Rebits closed 6 months ago

Rebits commented 1 year ago
Related Issue
https://github.com/wazuh/qa-system-framework/issues/35

Description

As specified in https://github.com/wazuh/qa-system-framework/issues/35 is required to include in the WazuhHandler class, methods to monitor efficiently logs.

Rebits commented 1 year ago

07/06/2023

We have decided to delegate the task of log searching to the remote hosts, eliminating the complexity associated with previous log monitoring tools. This approach will significantly reduce the delay in searching through all the host logs.

Rebits commented 1 year ago

09/06/2023

Rebits commented 1 year ago

12/06/2023

Rebits commented 1 year ago

13/06/2023

Rebits commented 1 year ago

14/06/2023

This issue is marked as blocked due to the following developments:

To ensure a robust implementation, it is essential to include a dedicated method for launching Python scripts within the endpoint. Furthermore, I strongly recommend that the development process does not proceed with merging until a generic monitoring object has been created. This object will enable comprehensive monitoring and enhance the overall quality of the system.