I am testing elaticsearch-river-mongoDB for data transfer between from mongoDB to elasticsearch. I will be doing daily updates in mongoDB.. In this case, how can i know the status of the river.. some times i am seeing that river is stopped in the elasticsearch log. Is there any way to raise an alert if the river is not working ?
Here are the logs
[2015-08-31 14:39:48,047][INFO ][cluster.metadata] [slave1_dev] [[_river]] remove_mapping [[test]]
[2015-08-31 14:39:48,086][INFO ][org.elasticsearch.river.mongodb.MongoDBRiver] Closing river test
[2015-08-31 14:39:48,088][INFO ][org.elasticsearch.river.mongodb.MongoDBRiver] Stopping river test
[2015-08-31 14:39:48,088][INFO ][org.elasticsearch.river.mongodb.MongoDBRiver] Stopped river test
[2015-08-31 14:39:48,089][WARN ][org.elasticsearch.river.mongodb.MongoDBRiver] Failed to start river test –
Thanks in advance.