Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a MongoDB graphical log viewer?

Tags:

mongodb

MongoDB stores all logs in a text file. I am looking for a MongoDB log viewer which shows all MongoDB queries with filters in a graphical manner.

like image 389
Onkar Janwa Avatar asked Nov 18 '25 23:11

Onkar Janwa


1 Answers

MongoDB Monitoring Service (MMS) is a free hosted solution to see a graphic visualisation of your database performance and other info.

Check here for more info:

https://mms.mongodb.com/

Though if you look for a "visualizer" of every single log activity, you can have a look at this project: https://github.com/kchodorow/edda

like image 54
Gianfranco P. Avatar answered Nov 21 '25 15:11

Gianfranco P.