search-api health check API throws error "Elastic Search index is not avaialable" #101
Closed
krishnakr6
started this conversation in
Documentation Issues
Replies: 1 comment 2 replies
-
@krishnakr6 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Followed this link asses-management-service to install.
Below are the more details
Search-API
Request
curl --location 'http://localhost:9000/health' \ --header 'Content-Type: application/json'
Response
{ "id": "api.search-service.health", "ver": "3.0", "ts": "2023-02-24T16:33:27Z+05:30", "params": { "resmsgid": "80f18e9b-6a93-431a-ab47-72ce8b6c28af", "msgid": null, "err": null, "status": "failed", "errmsg": "Elastic Search index is not avaialable" }, "responseCode": "SERVER_ERROR", "result": { "healthy": false } }
When i debug the error , there was no elastic search installed.Further post installation i was getting error. According to code the health check were looking for compositesearch index in ES.
I have noticed below gaps with documentation and the actual required installation guide.
could you let me know how to proceed next with this issue. Further i will be happy to contribute on this specific issue by providing documentation or code changes if required.
Beta Was this translation helpful? Give feedback.
All reactions