Firewall Live View GUI

Hello, I’m relatively new to VyOS and am switching from Opnsense where I really like the firewall Live View feature (in the web interface). Is there any possibility to do a similar thing on VyOS? (Through a third-party tool.) Does anyone have experience with this?

Like this: [Feature] Firewall live log improvements · Issue #1788 · opnsense/core · GitHub

The closest I believe you can get without any third-party tools would be to enable logging on each rule/default-action you want to monitor and something like tail -f /var/log/messages | grep "IN=" to watch the logs in real-time (looking for the IN= match of a firewall log).