edda icon indicating copy to clipboard operation
edda copied to clipboard

A log visualizer for MongoDB - This Repository is NOT a supported MongoDB product

Results 30 edda issues
Sort by recently updated
recently updated
newest added

According to source code comments this project is licensed under Apache License, Version 2.0. Adding a detectable `LICENSE` file would make this more evident.

enhancement

Logkeeper outputs logs of the form: "[test_name] " + "test_timestamp" + " serverNumber| " + regular mongo log

``` python setup.py build /usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' ```

``` File "run_edda.py", line 35, in from filters import * File "/Users/jonas/git/edda/edda/filters/__init__.py", line 15, in import rs_status File "/Users/jonas/git/edda/edda/filters/rs_status.py", line 17, in from edda.supporting_methods import capture_address ImportError: No module named...

I have installed edda with "pip install edda" but i am not able to run it with my log file. I am using the log file of the same server,...

Support running with authentication, against replica sets, etc. http://docs.mongodb.org/manual/reference/connection-string/

enhancement

I get this error when I download the latest zip file and try to run it on both mac and windows

A bit tricky on the ux side, since there will be many original log files. It would be great to be able to see which lines from each log correspond...