From 72ea57210ef85061144a80f1dcd772d8780654f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Mon, 3 Jul 2023 15:18:19 -0400 Subject: [PATCH] found out about rhit, interesting alternative to lnav, if less generic --- howto/logging.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/howto/logging.md b/howto/logging.md index bc2fa6e3..564c74b4 100644 --- a/howto/logging.md +++ b/howto/logging.md @@ -38,3 +38,12 @@ Known formats: lnav also ships with its own set of [default log formats](https://lnav.readthedocs.io/en/latest/formats.html#log-formats), available in the source in [`src/default-log-formats.json`](https://github.com/tstack/lnav/blob/master/src/default-log-formats.json). Those can be useful to extend existing log formats. + +# Other alternatives + + * <https://github.com/openobserve/openobserve> + +To lnav: + + * [goaccess](https://goaccess.io/) + * [rhit](https://dystroy.org/rhit/) -- GitLab