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
Describe the bug
During the tests of the Data persistence model MVP refinement II, it has been detected that the Command Manager sends the same command more than once.
To Reproduce
Steps to reproduce the behavior:
Using the latest packages from the MVP, generate a command on the Wazuh Server.
curl -X PUT https://127.0.0.1:55000/agents/restart -k -H "Authorization: Bearer $TOKEN"
Check the /var/log/wazuh-indexer/wazuh-cluster.log
Expected behavior
The Command Manager must send each command just once.
Describe the bug
During the tests of the Data persistence model MVP refinement II, it has been detected that the Command Manager sends the same command more than once.
To Reproduce
Steps to reproduce the behavior:
curl -X PUT https://127.0.0.1:55000/agents/restart -k -H "Authorization: Bearer $TOKEN"
/var/log/wazuh-indexer/wazuh-cluster.log
Expected behavior
The Command Manager must send each command just once.
Plugins
Command Manager plugin.
Additional context
Slack thread on which this behavior was reported: https://wazuh-team.slack.com/archives/C07S3L2791C/p1734550624477849?thread_ts=1734464878.137829&cid=C07S3L2791C.
wazuh-server logs
wazuh-agent logs
The text was updated successfully, but these errors were encountered: