You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My elasticsearch is installed in a server with ip 10.0.109.124:9200
Command I am using :
jsonpyes --data public_food_entities__20180404.json --bulk http://10.0.109.124:9200 --index foodentites --type public --import --check --thread 8
It's about the settings on ES server. Try to set the timeout option larger. There's another issue the same: #29 When you're trying to import large data, it's strongly you set the timeout larger than 30 seconds. It takes some time to split files into pieces using jsonpyes and it takes some time for the ES server to handle multiple connections from jsonpyes client.
My elasticsearch is installed in a server with ip 10.0.109.124:9200
Command I am using :
jsonpyes --data public_food_entities__20180404.json --bulk http://10.0.109.124:9200 --index foodentites --type public --import --check --thread 8
Error:
elasticsearch.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPConnectionPool(host='10.0.109.124', port=9200): Read timed out. (read timeout=10))
The text was updated successfully, but these errors were encountered: