-
-
Notifications
You must be signed in to change notification settings - Fork 675
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
Install of Fulltextsearch failing #2528
Comments
Yes, this is known. Thanks for reporting! |
You need to pass the credentials in order to get a response, curl -XGET "credential:password@localhost:9200/" The opensearch server is working, the nextcloud client is what changed since version 26. Edit: Opened an issue on the subject: nextcloud/fulltextsearch_elasticsearch#271 |
@Ark74 What's your opinion on this? https://github.com/R0Wi/elasticsearch-nextcloud-docker Could we replace your docker with that one? |
My opinion is that you'll be depending on what R0Wi does with the image he hosts. Another thought is about the Elastic Search license from Apache to SSPL change, IIRC it will affect SaaS providers using their fts engine, at what point that could become an issue as an automated installation system? That was the second point we targeted while moving to the Opensearch one. |
Ok, this is getting me a response. I think for you its no surprise and because I don't know how private the response is, I don't post it here, except you need it.
|
After disucssions with @Ark74 this is something that @ArtificialOwl needs to fix (implement support for OpenSearch) since we are using that in our implementation due to licensing and other stuff - @Ark74 correct me if I'm wrong. |
Nope, that's the main issue. At some point maybe we could work together with him on the future Opensearch 2.x support if he sees fit. |
this might be the problem which is causing the proxmox vm to run at 100% all the time |
This is now fixed, please run the installer again: #2541 |
Steps To Reproduce
Install fulltextsearch.
Expected Result
fulltextsearch installing, indexing and running.
Actual Result
Screenshots, Videos, or Pastebins
No response
Additional Context
curl -X GET "localhost:9200/?pretty"
is giving me:
Unauthorized
Build Version
27.0.1
Environment
By using the scripts
Environment Details
No response
The text was updated successfully, but these errors were encountered: