-
Notifications
You must be signed in to change notification settings - Fork 758
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
FORBIDDEN/12/index read-only / allow delete (api) #1040
Comments
+1 |
this is solution.
|
Thanks @salihsagdilek 👍 Excerpt from the link:
|
Thanks @salihsagdilek could not find the solution on es forums also until I landed here 👍 |
@salihsagdilek, thanks a lot, you saved my day. At least on windows you need to replace ' with " for field names: Elasticsearch tells you: JsonParseException: Unexpected character (''' (code 39)): was expecting double-quote to start field name |
@ankane & @Others Changing ES index settings didn't fix the issue for me. The only thing that worked was to free up disk space... I think Elasticsearch does some calculation on the estimated index size and completely prevents indexing if it is more than the available disk space. I was able to index a few individual records, but as soon as I did |
@cireficc Agree
|
@ahmedtarek- Thanks for finding the documentation! This is good info to have. Now I know to keep all my movies and TV shows on my external hard drive 👍 |
Thank you @salihsagdilek 👍 |
Thanks @salihsagdilek |
Thank you @salihsagdilek |
Thank you! @salihsagdilek |
thank you! worked for me too! |
I'm getting this issue but can't seem to solve it. I'm running Elasticsearch in a Docker. I start my app by running docker-compose up. I've tried running the command recommended above but i just get "No such file or directory" returned. Any ideas? |
Do u have a port mapping in your docker compose file which exposes 9200 port of the elasticsearch container to outside? |
Sorry to jump in, but a lot of people are subscribed to this and issues are supposed to be locked after being closed for 30 days (not sure what happened with this one). Please continue the conversation on Stack Overflow. |
I've set up a new development environment on my iMac and moved my rails app from a macbook air. It was working fine and indexing the data as well. Using the same version of gems. When indexing it gives following error.
Is there any way I can solve this issue by modifying my elasticsearch.yml?
The text was updated successfully, but these errors were encountered: