-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Cannot POST /_sql #379
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
Comments
es-sql-site-standalone not working #364 |
I also have this question,can you tell me how do you solve it |
Hi suncz I'm still looking for a solution. Since the version 5.X I can not use /sql queries from my browser. I did manage to install "site-server" but it's not the same. |
In a Meetup event here in Brazil people from Elastic told they are working on a SQL query engine but they can not disclosure if or when it will be available ! |
After SQL plugin installation I am receiving the following message ("Cannot POST /_sql\n") . It does not matter what kind of SQL Query I have, even just clicking at the Search botton do it. See the screenshot

My elasticsearch.yml file has this configuration at the very end of it
http.cors.enabled: true
http.cors.allow-origin: "*"
http.cors.allow-methods: OPTIONS, HEAD, GET, POST, PUT, DELETE
http.cors.allow-headers: X-Requested-With,X-Auth-Token,Content-Type, Content-Length
Elasticsearch version 5.1.1
Can someone point me what is wrong / what else must de done ?
The text was updated successfully, but these errors were encountered: