Skip to content
New issue

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

Toast with error 3013 in Kibana #4938

Closed
verdx opened this issue Nov 30, 2022 · 2 comments · Fixed by #4981, #5025 or #5026
Closed

Toast with error 3013 in Kibana #4938

verdx opened this issue Nov 30, 2022 · 2 comments · Fixed by #4981, #5025 or #5026
Assignees
Labels
type/bug Bug issue

Comments

@verdx
Copy link

verdx commented Nov 30, 2022

Wazuh Elastic Rev Security
4.4 7.17 1
Browser
Firefox

Description
Elastic Stack with single-node cluster both for Elastic and Wazuh, Kibana on a separate host, all Debian 10, fresh installations.

After reloading the Kibana WUI, a toast appears for a few seconds saying there has been an error with the Wazuh cluster.
The full error is:

e.exports@https://192.168.57.124/47018/bundles/plugin/wazuh/4.4.0-4400/wazuh.plugin.js:3:6402
e.exports@https://192.168.57.124/47018/bundles/plugin/wazuh/4.4.0-4400/wazuh.plugin.js:9:9612
v@https://192.168.57.124/47018/bundles/plugin/wazuh/4.4.0-4400/wazuh.plugin.js:3:5001

Steps to reproduce

  1. Install Elastic Stack environment following documentation:
  • Single-node Elastic cluster on Debian 10
  • Single-node Wazuh cluster on Debian 10
  • Kibana on dedicated host, Debian 10
  1. Access Kibana WUI

Expected Result

  1. No error toast.

Actual Result

  1. Error toast

Screenshots
3013_error
3013_full_error

@yenienserrano
Copy link
Member

I was investigating why this problem was happening, it seems that it is rendering without showing the register agent section and that section is having the problem.

It is making a request to /cluster/nodes to be able to have the list of the nodes and have it in the selectable. And it did not take into account the manager mode where the cluster mode is not activated.

@davidjiglesias davidjiglesias moved this from Triage to Todo in Release 4.4.0 Dec 13, 2022
@davidjiglesias davidjiglesias moved this from Todo to In Progress in Release 4.4.0 Dec 13, 2022
@gdiazlo gdiazlo moved this from In Progress to In Review in Release 4.4.0 Dec 19, 2022
@yenienserrano yenienserrano moved this from In Review to Done in Release 4.4.0 Dec 21, 2022
@yenienserrano
Copy link
Member

The endpoints corresponding to manager mode have been added.

PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment