-
Notifications
You must be signed in to change notification settings - Fork 97
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
Update indexer base with Opensearch 2.1.0 #1723
Comments
In Opensearch 2.0 the different configuration directories were moved to /usr/share/opensearch/config:
If we want to keep our change made in 1.2.4 where the config directory does not exist, we will have to move all these directories to the previous destination and make the relevant changes on the code side. |
Investigating a little more, this is "solved" with the installation by package, I am investigating how to replicate this
|
I have managed to make the necessary changes to keep the opensearch configuration, but I get this error when starting the security admin, which I am investigating:
|
Regarding the error mentioned above, some changes were made in opensearch and the security admin must be pointed to port 9200 and not 9300 as in the previous version:
Documentation: |
The configuration error was in the indexer-security-init.sh script a new variable is added with the path of the securityadmin configuration files
|
Wazuh indexer 4.4.0 installation success:
indexer-security-init.sh
|
Making the comparisons between the packages I did not find very big changes, I detail some: /etc/opensearch/opensearch.yml
/etc/wazuh-indexer/opensearch.yml
/etc/sysconfig/opensearch
|
Opensearch is working on deprecating some tools, they have the following issue opensearch-project/security#1755
The text was updated successfully, but these errors were encountered: