You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing the wazuh/wazuh#23748 issue it has been observed that the log file does not differentiate between the agents and the manager, as it uses the system and version to identify it
[2024-07-09 18:44:24,264] [INFO] TESTER: Checking connection to ubuntu-24.04
[2024-07-09 18:44:25,119] [INFO] TESTER: Connection established successfully in ubuntu-24.04
[2024-07-09 18:44:31,806] [INFO] TESTER: Uninstalling Agent in ubuntu-24.04
In the issue, a log file can be observed, which deploys three Ubuntu 24 systems (two agents ARM and AMD, one manager AMD)
Each line of the log must identify which target it belongs to (on which host the action is performed) if needed, for example:
[2024-07-09 18:44:24,264] [INFO] [ubuntu-24-amd-agent] TESTER: Checking connection to ubuntu-24.04
[2024-07-09 18:44:25,119] [INFO] [ubuntu-24-amd-manager] TESTER: Connection established successfully in ubuntu-24.04
[2024-07-09 18:44:31,806] [INFO] [ubuntu-24-arm-agent] TESTER: Uninstalling Agent in ubuntu-24.04
The text was updated successfully, but these errors were encountered:
juliamagan
changed the title
DTT2 - Jobflow - Log should differentiate targets uniquely
Jobflow - Log should differentiate targets uniquely
Aug 30, 2024
Description
Testing the wazuh/wazuh#23748 issue it has been observed that the log file does not differentiate between the agents and the manager, as it uses the system and version to identify it
In the issue, a log file can be observed, which deploys three Ubuntu 24 systems (two agents ARM and AMD, one manager AMD)
Each line of the log must identify which target it belongs to (on which host the action is performed) if needed, for example:
The text was updated successfully, but these errors were encountered: