elasticsearch-reindex
elasticsearch-reindex copied to clipboard
Unable to connect to the server
Here are the steps I followed:
- cloned it
- ran build:
-
mvn -DskipTests clean package
-
- uploaded the zip from "target” directory to a hosted foundcluster provided by https://found.no/
-
curl -XPUT https://username:[email protected]:9243/index_v2/my_type/_reindex?searchIndex=index_v1\&searchType=my_type
- Then I received
{"ok":false,"message":"Unable to connect to the server."}
- Then I received
Did you execute plugin install? See the reinstall.sh script
https://github.com/karussell/elasticsearch-reindex/blob/master/reinstall.sh
The found cluster should have run that on my behalf. Otherwise I wouldn't be getting such a relevant error message right? But I'll check by asking the found support folks to have a look and confirm this for me.
Sent from my iPhone
On Mar 25, 2014, at 9:42 AM, Peter [email protected] wrote:
Did you execute plugin install? See the reinstall.sh script
— Reply to this email directly or view it on GitHub.