We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Package version (if known): 1.0.13
Invenio-cli checks connection to opensearch via the following lines:
source code
return run_cmd( ["curl", "-f", "localhost:9200/_cluster/health?wait_for_status=yellow"] )
If elasticsearch runs on different host or port, this check fails.
The host, port and authorization info should be read from the invenio.cfg.
I can make a pull request (using the requests module which is already in the dependencies) if it helps.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package version (if known): 1.0.13
Describe the bug
Invenio-cli checks connection to opensearch via the following lines:
source code
If elasticsearch runs on different host or port, this check fails.
Steps to Reproduce
Expected behavior
The host, port and authorization info should be read from the invenio.cfg.
I can make a pull request (using the requests module which is already in the dependencies) if it helps.
The text was updated successfully, but these errors were encountered: