-
Notifications
You must be signed in to change notification settings - Fork 187
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] Kibana 7.16.x #3749
Comments
ResearchingOverview
Kibana plugin
App behavior and UI
https://github.com/elastic/kibana/blob/v7.16.0/src/plugins/data/public/query/filter_manager/lib/map_and_flatten_filters.ts#L13-L19 |
We found a problem in the app for production related to AngularJS that could not resolve the dependencies to inject. This is because when building the app, the source code is minified that broke the implicit annotation of dependency injection. To solve this, we replaced it by:
|
There are some issues related which appeared after adapting the app to 7.16:
|
This doesn't affect Kibana according to https://discuss.elastic.co/t/apache-log4j2-remote-code-execution-rce-vulnerability-cve-2021-44228-esa-2021-31/291476#not-impacted-20:
|
Yes it does not affect Kibana directly, but it affects Elasticsearch. And since the recommendation is to use the same version for Elasticsearch as for Kibana, an indirect dependency is there. |
Yes, but the quoted text had stated that the vulnerability was fixed in Kibana 7.16.1 but there was no such vulnerability in Kibana directly and i just wanted to correct that. |
Thank you so much @iasdeoupxe and @sqall01! I modified the comment to clarify this. |
Description
We go to check the compatibility of the Wazuh app with Kibana 7.16.x.
Note the recently reported vulnerability for
log4j
, package used by Elasticsearch, was fixed in its 7.16.1 version, as it is recommended to install the same Kibana version that the Elasticsearch, it is important to give support to Kibana 7.16.1 or later despite the fact that other Kibana versions could be compatible with Elasticsearch 7.16.1. The vulnerability is not affecting Kibana directly.Tasks
@elastic/eui
dependencyThe text was updated successfully, but these errors were encountered: