4

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

3
  • 1
    You should check this: stackoverflow.com/questions/35374216/… Commented Sep 5, 2018 at 5:17
  • 1
    i used mongo-connector it does not store all data from mongodb to elastic and i am not sure will logstash can do... stackoverflow.com/questions/49447439/… Commented Sep 6, 2018 at 6:12
  • 1
    The problem of mongo-connector to doesn't store all data is correct as mentioned in its self document, So, There is a solution in same document, that is DocManager class. mongodb.com/blog/post/… Commented Jul 18, 2019 at 9:59

1 Answer 1

2

You could use Monstache. It is a sync daemon written in Go that continuously indexes your MongoDB collections into Elasticsearch.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.