TUI for viewing and analysing OPNsense filter/firewall logs

Started by allddd, November 27, 2025, 12:48:37 AM

Previous topic - Next topic
Quote from: allddd on June 18, 2026, 08:05:09 PMou can now open multiple files or pipe data via stdin, and it all shows up in one view like it's a single log.
Perfect, thanks. I don't have 40G of logs, that won't be an issue for me :)
Deciso DEC740

Quote from: lmoore on June 19, 2026, 04:48:46 AMOne feature I would find helpful is the inclusion of the rule descriptions, ideally in the main view or at least in the details view and also when '-j' option is used.

I've looked into it and it'd be nice, but the filter log doesn't contain the description. The only thing I can think of is to use the rule id from the log to somehow find the description somewhere else.

/conf/config.xml has descriptions of rules you've added manually, but default rules aren't there. The rules in there are also referenced by a uuid, not by the rule id from the log. I don't know of any other place that has the rule id and the description (of all rules).

If anyone knows a better way to do this, I'd be open to adding this.