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

Bugs found before 3.11 release #1925

Closed
5 tasks done
pablotr9 opened this issue Nov 28, 2019 · 0 comments
Closed
5 tasks done

Bugs found before 3.11 release #1925

pablotr9 opened this issue Nov 28, 2019 · 0 comments
Assignees
Labels
type/bug Bug issue

Comments

@pablotr9
Copy link
Contributor

pablotr9 commented Nov 28, 2019

Wazuh Elastic Rev
3.11 7.4

These are the errors we have found testing our app before the 3.11 release:

  • Monitored files table in Integrity Monitoring is getting stuck when the user is monitoring a huge amount of files.
    Fixed here: Refactor syscheck table #1941
    syscheckTABLE

  • A wrong command is being used in the agent installation guide for macOS:
    image
    The correct command is:

curl -so wazuh-agent.pkg https://packages.wazuh.com/3.x/osx/wazuh-agent-3.11.0-1.pkg && sudo launchctl setenv WAZUH_MANAGER_IP '10.0.0.227' WAZUH_PASSWORD 'aa'  && sudo installer -pkg ./wazuh-agent.pkg -target /

Fixed here: #1926

  • The whodata field is not being shown correctly in the groups generated pdf.
    The problem is that this field can have 2 different names: whodata and check_whodata, we have to normalize this field for the group reporting.
    Fixed here: 78f9b34

  • Agents -> Ciscat dashboard is loading indefinitely so there is no way to view that dashboard.
    Fixed here: 8945efd

  • Some visualizations are not loading correctly for AWS or Docker.
    The problem is that some of the fields that we are using on these visualizations are not found in the Wazuh template for Elasticsearch. Adding these fields to our known fields method could solve this.
    Fixed here: 6058d18

@pablotr9 pablotr9 added the type/bug Bug issue label Nov 28, 2019
@pablotr9 pablotr9 added this to the Sprint 103 - Kibana App milestone Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bug issue
Projects
None yet
Development

No branches or pull requests

3 participants