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
Tirexs.HTTP.delete("/my_index") returns :error
Tirexs.HTTP.delete("/my_index")
:error
The expected behaviour would be to delete the index as HTTPoison.delete(url("/index") does.
HTTPoison.delete(url("/index")
The text was updated successfully, but these errors were encountered:
I usually get the :error error (for lack of a better word) when Tirexs can't connect to the Elastic instance.
can you confirm this isn't the case?
Sorry, something went wrong.
Hi, sorry I can't reproduce anymore, I moved away from ES.
No branches or pull requests
Tirexs.HTTP.delete("/my_index")
returns:error
The expected behaviour would be to delete the index as
HTTPoison.delete(url("/index")
does.
The text was updated successfully, but these errors were encountered: