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
2021/11/10 10:25:01 INFO: wazuh-wui 172.18.0.17 "GET /cluster/master-node/stats/remoted" with parameters {"pretty": ""} and body {} done in 0.029s: 200
2021/11/10 10:25:01 INFO: wazuh-wui 172.18.0.17 "GET /cluster/master-node/stats/analysisd" with parameters {"pretty": ""} and body {} done in 0.020s: 200
2021/11/10 10:25:01 INFO: wazuh-wui 172.18.0.17 "GET /cluster/worker2/stats/remoted" with parameters {"pretty": ""} and body {} done in 0.040s: 200
2021/11/10 10:25:01 INFO: wazuh-wui 172.18.0.17 "GET /cluster/worker2/stats/analysisd" with parameters {"pretty": ""} and body {} done in 0.047s: 200
2021/11/10 10:25:01 INFO: wazuh-wui 172.18.0.17 "GET /cluster/worker1/stats/remoted" with parameters {"pretty": ""} and body {} done in 0.033s: 200
2021/11/10 10:25:01 INFO: wazuh-wui 172.18.0.17 "GET /cluster/worker1/stats/analysisd" with parameters {"pretty": ""} and body {} done in 0.030s: 200
Improvements and suggestions
[...]
2. The pretty parameter is not being used properly in the requests to GET /cluster/{node_id}/remoted and GET /cluster/{node_id}/analysisd endpoints. Remove the parameter as it is not being used.
I did a fast search and the pretty parameter seems to not be related to the request of frontend. They could be caused the cron jobs to retrieve data of statistics. See server/start/cron-scheduler/predefined-jobs.ts to remove the usage of pretty.
Preconditions
1.
Steps to reproduce
Navigate to '...'
Click on '....'
Scroll down to '....'
Expected Result
1.
Actual Result
1.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here. Here you can paste log entries too or any other useful information that may help with the issue.
The text was updated successfully, but these errors were encountered:
Description
Analysis: #5233
pretty
parameter seems to not be related to the request of frontend. They could be caused the cron jobs to retrieve data of statistics. Seeserver/start/cron-scheduler/predefined-jobs.ts
to remove the usage ofpretty
.Preconditions
1.
Steps to reproduce
Expected Result
1.
Actual Result
1.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here. Here you can paste log entries too or any other useful information that may help with the issue.
The text was updated successfully, but these errors were encountered: