-
Notifications
You must be signed in to change notification settings - Fork 98
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
Fix Wazuh dashboard binary with new OpenSearch 2.8.0 modifications #2420
Labels
Comments
rauldpm
added
level/task
Subtask issue
type/enhancement
Enhancement issue
type/change
Change requested
labels
Sep 5, 2023
Update report
|
11 tasks
11 tasks
Update report
Tests
Upgrade in Debian 11 from 4.5.2 to 4.6.0
Upgrade in CentOS 7 from 4.5.2 to 4.6.0
AIO install
|
LGTM! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
It is necessary to add changes to the Wazuh dashboard bump for OpenSearch 2.8.0 since due to a
DeprecationWarning
it is not possible to use IP in the configuration to connect with the Wazuh indexerDebugging this error with @Tostti the following was discovered:
opensearch-dashboard
binary has been modified and thesed
command used to add configuration does not workuse_node
node.options
file is not workingAll this is solved as follows:
use_node
binaryopensearch-dashboards
binary by default, since the configuration that specifies the/etc/wazuh-dashboard
directory is established internally in the base fileOSD_PATH_CONF="/etc/wazuh-dashboard"
to theopensearch-dashboards
binary so that it establishes the configuration directory (this makes thenode.options
to work again)/usr/share/wazuh-dashboard/config/opensearch_dashboards.keystore
to/etc/wazuh-indexer/
🟡 It is necessary to try to make the package work using Node 16 instead of using Node 14
Tasks 1
opensearch-dashboards
binary with the described modificationsValidation 1
Tasks 2
Validation
Working branch
Related
The text was updated successfully, but these errors were encountered: