A little additional information from elastic search:
From log file
[2012-03-08 16:00:34,007][DEBUG][cluster.action.shard ] [Songbird]
sending shard started for [amazon][2], node[XO-XIlcrSrCagCvYR4QUOw], [R],
s[INITIALIZING], reason [after recovery (replica) from node [[Ghost
Girl][4lwZnx8QR_euxyP8UtWIkQ][inet[/192.168.10.84:9300]]]]
[2012-03-08 16:00:34,010][DEBUG][index.shard.service ] [Songbird]
[_river][0] state: [RECOVERING]->[STARTED], reason [post recovery]
[2012-03-08 16:00:34,010][DEBUG][index.shard.service ] [Songbird]
[_river][0] scheduling refresher every 1s
[2012-03-08 16:00:34,010][DEBUG][index.shard.service ] [Songbird]
[_river][0] scheduling optimizer / merger every 1s
[2012-03-08 16:00:34,013][DEBUG][indices.recovery ] [Songbird]
[_river][0] recovery completed from [Ghost
Girl][4lwZnx8QR_euxyP8UtWIkQ][inet[/192.168.10.84:9300]], took[214ms]
phase1: recovered_files [1] with total_size of [1.5kb], took [10ms],
throttling_wait [0s]
: reusing_files [16] with total_size of [1kb]
phase2: start took [92ms]
: recovered [2] transaction log operations, took [93ms]
phase3: recovered [0] transaction log operations, took [16ms]
[2012-03-08 16:00:34,014][DEBUG][cluster.action.shard ] [Songbird]
sending shard started for [_river][0], node[XO-XIlcrSrCagCvYR4QUOw], [R],
s[INITIALIZING], reason [after recovery (replica) from node [[Ghost
Girl][4lwZnx8QR_euxyP8UtWIkQ][inet[/192.168.10.84:9300]]]]
[2012-03-08 16:00:34,014][DEBUG][cluster.service ] [Songbird]
processing [zen-disco-receive(from master [[Ghost
Girl][4lwZnx8QR_euxyP8UtWIkQ][inet[/192.168.10.84:9300]]])]: done applying
updated cluster_state
[2012-03-08 16:00:34,014][DEBUG][cluster.service ] [Songbird]
processing [zen-disco-receive(from master [[Ghost
Girl][4lwZnx8QR_euxyP8UtWIkQ][inet[/192.168.10.84:9300]]])]: execute
[2012-03-08 16:00:34,014][DEBUG][cluster.service ] [Songbird]
cluster state updated, version [276], source [zen-disco-receive(from master
[[Ghost Girl][4lwZnx8QR_euxyP8UtWIkQ][inet[/192.168.10.84:9300]]])]
[2012-03-08 16:00:34,015][DEBUG][cluster.action.shard ] [Songbird]
sending shard started for [_river][0], node[XO-XIlcrSrCagCvYR4QUOw], [R],
s[INITIALIZING], reason [master [Ghost
Girl][4lwZnx8QR_euxyP8UtWIkQ][inet[/192.168.10.84:9300]] marked shard as
initializing, but shard already started, mark shard as started]
Inside look at river configuration
curl -GET localhost:9200/_river/mongo/_search?pretty
{
"took" : 2,
"timed_out" : false,
"_shards" : {
"total" : 1,
"successful" : 1,
"failed" : 0
},
"hits" : {
"total" : 2,
"max_score" : 1.0,
"hits" : [ {
"_index" : "_river",
"_type" : "mongo",
"_id" : "_meta",
"_score" : 1.0, "_source" : {type: "mongodb", mongodb : {db: "cm",
collection: "screens"}, index: {name: "mongoindex", type: "screens"}}
}, {
"_index" : "_river",
"_type" : "mongo",
"_id" : "_status",
"_score" : 1.0, "_source" :
{"ok":true,"node":{"id":"4lwZnx8QR_euxyP8UtWIkQ","name":"Ghost
Girl","transport_address":"inet[/192.168.10.84:9300]"}}
} ]
}