Couchdb River plugin does not work after elastic search restart

Hi,
Apologies if it has been asked before, or is not the right place for the question.

I have elastic search integrated with couchdb, using the couch river plugin. But everytime i restart elastic search, i have to reissue the index creation command. Otherwise i get a NoShardAvailableActionException

Like
curl -XPUT 'localhost:9200/_river/registry/_meta' -d '{
"type" : "couchdb",
"couchdb" : {
"host" : "localhost",
"port" : 5984,
"db" : "registry",
"ignore_attachments":true,
"filter" : null
},
"index" : {
"index" : "registry",
"type" : "registry",
}
}'

Is supposed to be this way or am i missing something?

Cheers
Sreekanth

Hi sreeix,

I'm having the exact same issue as you. Were you able to overcome it somehow?

Thanks,
Pedro