json-log-viewer icon indicating copy to clipboard operation
json-log-viewer copied to clipboard

Powerful terminal based viewer for JSON logs using ncurses.

Results 11 json-log-viewer issues
Sort by recently updated
recently updated
newest added

It would be nice to have support for multiple filters, and support for closure functions to be passed in that return true/false on returning the record. It would also be...

Great project, thanks. I notice that when viewing log files where some a field's value contains a `/` the colors of the text in the main screen are off. Here's...

Hi, Would be nice to be able to pipe the input. Example of how I would like to use it : ```Powershell docker logs 0e9fcbe6e5b2 -f | Select-String -Pattern "^{"...

After a few failed attempts of opening a log file, and digging into the tests and source, it looks like this is the logfile format expected by default: ``` {...

This is pretty generic format so would be nice to have it transformed to a readable format

Hi, Would be nice to have support for correlation id. Correlation id token help to group logs events for scope (e.g. request). It would be nice to have: - Preview...

Hi, I have problem with filtering logs by level, when log level is written uppercase. Example log ```json { "time": "2019-03-07 09:11:51.3154", "level": "INFO", "logger": "Microsoft.AspNetCore.Hosting.Internal.WebHost", "message": "Request finished in...

On every re-render, ```update()``` method was calling ```this.append(list)```, that kept adding the rows widgets to the **MainPanel** over and over again, without ever cleaning up. You could see the performance...

Where does one put the transform file (default) or what is the cli option to include it like --transform [transform file path] ???? btw your cli could use a --help...

Awesome project! I just cloned the repo and npm says there are vulnerabilities to be fixed: ``` === npm audit security report === # Run npm install --save-dev [email protected] to...