We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description Analysis: #5233
Agent configuration Unnecessary queries while accessing this dashboard 2021/11/09 19:06:19 INFO: wazuh-wui 127.0.0.1 "GET /agents" with parameters {"agents_list": "001", "select": "status"} and body {} done in 0.010s: 200 Improvements and suggestions Is it really necessary? It could be obtained from an older GET /agents request.
2021/11/09 19:06:19 INFO: wazuh-wui 127.0.0.1 "GET /agents" with parameters {"agents_list": "001", "select": "status"} and body {} done in 0.010s: 200
GET /agents
This request needs a deep analysis. It seems to be related when changing the module. It is defined in the switchSubTab of the agents.js controller.
switchSubTab
agents.js
The text was updated successfully, but these errors were encountered:
yenienserrano
Successfully merging a pull request may close this issue.
Description
Analysis: #5233
This request needs a deep analysis. It seems to be related when changing the module. It is defined in the
switchSubTab
of theagents.js
controller.The text was updated successfully, but these errors were encountered: