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

wrong default location for configuration files #12

Closed
rursprung opened this issue Aug 22, 2022 · 0 comments
Closed

wrong default location for configuration files #12

rursprung opened this issue Aug 22, 2022 · 0 comments

Comments

@rursprung
Copy link
Contributor

rursprung commented Aug 22, 2022

with OpenSearch 2.0.0 the default location for the configuration of plugins has changed and is now ..../opensearch/config/[plugin-name] (see also opensearch-project/opensearch-plugins#127). opensearch-plugin install will also accordingly copy the content of the config folder from the plugin ZIP to that location.

however, this plugin here still tries to find the configuration in ..../opensearch/plugins/opensearch-analysis-ik/config. please change accordingly so that it looks for the configuration in the new default location (and, to be backwards compatible, maybe first try to load it from the location you're testing so far and only load it from the default location if the other isn't found; this backwards compatibility can then be removed in the next major release).

existing workaround:

ln -s ..../opensearch/config/opensearch-analysis-ik ..../opensearch/plugins/opensearch-analysis-ik/config
@aparo aparo closed this as completed Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants