What I am finding is that there are mainly "tail" type log viewers via the terminal, or cloud based. I'm looking for something local I can install.
Maybe you can hack something together with jq + Bash + awk etc?
These tools might also be useful:
https://kantord.github.io/emuto/
https://github.com/antonmedv/fx
Best of luck!
The documentation for writing a format file is here -- https://docs.lnav.org/en/latest/formats.html
The format file tells lnav what common fields are in the log messages and how to format them into plaintext for display. Here's an example configuration for JSON logs -- https://github.com/tstack/fullsail_lnav_config/blob/master/f...