i have data in mongodb database and now i want to visualize realtime data in kibana .if data changes in mongodb it should be reflect in kibana.so how to implement it ...please guide me to implement this
1 Answer
You could use Monstache. It is a sync daemon written in Go that continuously indexes your MongoDB collections into Elasticsearch.
mongo-connectorto doesn't store all data is correct as mentioned in its self document, So, There is a solution in same document, that isDocManagerclass. mongodb.com/blog/post/…