markusthoemmes commented on issue #4022: Status code '405 Method Not Allowed' 
was returned from ElasticSearchStore
URL: 
https://github.com/apache/incubator-openwhisk/issues/4022#issuecomment-421950264
 
 
   You're absolutely right, it's confusing indeed. I think you'll need to 
append the `_search` in your configuration for it to work as of today.
   
   To fix it properly, the client should append `_search` as its not part of 
the index.
   
   Moreover, we should not return the status code of the logstore to the user 
like we do here. It should rather be a 502 and hide the details for the user.
   
   cc @dubee 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to