Remix.run Logo
p0w3n3d 5 hours ago

This is almost the thing I want and need. What I need is some sort of TUI grafana - Json log splitter/organizer/finder

aledevv an hour ago | parent | next [-]

In my opinion logfile navigator is much better than grafana, I use grafana to view a lot of microservices docker logs, but it's too tedious for me (even if depends on your specific use case).

This one, on the other hand, is cleaner and lets you find what you're looking for quickly. And, last but not least, is much lighter.

makapuf 4 hours ago | parent | prev | next [-]

Currently working exactly on that https://gitlab.com/makapuf/treewalker (even if it could always use some love)

dima55 4 hours ago | parent | prev [-]

I use vnlog and feedgnuplot to massage and plot data on the console all the time. It's even less than a tui, but might be what you want.

dloss 4 hours ago | parent [-]

If you're fine with CLIs, maybe my Kelora project is worth a look. It's a very flexible log processor with built-in scripting: https://kelora.dev