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

Compatibility with Elastic 7.17.13 #5874

Closed
5 tasks done
Desvelao opened this issue Sep 11, 2023 · 4 comments · Fixed by #5903, wazuh/wazuh-documentation#6531, #5906 or #5907
Closed
5 tasks done

Compatibility with Elastic 7.17.13 #5874

Desvelao opened this issue Sep 11, 2023 · 4 comments · Fixed by #5903, wazuh/wazuh-documentation#6531, #5906 or #5907
Assignees
Labels
compatibility Issues related to the App compatibility with the platforms level/task Task issue type/enhancement Enhancement issue type/research Spikes, researchs, PoCs

Comments

@Desvelao
Copy link
Member

Desvelao commented Sep 11, 2023

Description

We need to ensure the UI compatibility with the next version of Elastic v7.17.13.
This update is still being discussed, but we need to be aware of potential issues.

For that, we need to:

Issues

  • Node version was bumped to 18.17.1. We did the same in our project.
  • eslint-plugin-filenames-simple was bumped from 0.7.0 to 0.8.0 due to the new Node version.
  • Unit tests were failing due to:
 Validation Error:

  Module jest-raw-loader in the transform option was not found.
         <rootDir> is: /home/node/kbn/plugins/wazuh

Caused by using the version 7.17.13 in the package.json. jest-raw-loader dependency is missing. We reverted the change to use 7.16.0 just for development/testing.

@Desvelao Desvelao added type/enhancement Enhancement issue compatibility Issues related to the App compatibility with the platforms level/task Task issue type/research Spikes, researchs, PoCs labels Sep 11, 2023
@wazuhci wazuhci moved this to Backlog in Release 4.5.3 Sep 11, 2023
@AlexRuiz7 AlexRuiz7 assigned AlexRuiz7 and unassigned AlexRuiz7 Sep 15, 2023
@AlexRuiz7
Copy link
Member

Docker image uploaded to quay.io

@JuanGarriuz JuanGarriuz self-assigned this Sep 19, 2023
@JuanGarriuz
Copy link
Member

Elasticsearch version 7.17.13

Release Notes

Regarding the Elasticsearch update, some enhancements like the regex performance.

Kibana 7.17.13

Release Notes

For Kibana, they fixed bugs related to editing an ML rule in Uptime.

@wazuhci wazuhci moved this from Backlog to In progress in Release 4.5.3 Sep 19, 2023
@JuanGarriuz
Copy link
Member

JuanGarriuz commented Sep 19, 2023

Docker File Changes

Node version has changed
GitHub

image
image

@JuanGarriuz
Copy link
Member

image
image
image

@JuanGarriuz JuanGarriuz mentioned this issue Sep 19, 2023
6 tasks
@JuanGarriuz JuanGarriuz linked a pull request Sep 19, 2023 that will close this issue
6 tasks
@wazuhci wazuhci moved this from In progress to Pending review in Release 4.5.3 Sep 19, 2023
@JuanGarriuz JuanGarriuz linked a pull request Sep 19, 2023 that will close this issue
6 tasks
@Desvelao Desvelao linked a pull request Sep 20, 2023 that will close this issue
7 tasks
@wazuhci wazuhci moved this from Pending review to Pending final review in Release 4.5.3 Sep 20, 2023
@github-project-automation github-project-automation bot moved this from Pending final review to Done in Release 4.5.3 Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment