I love OPNsense so much, but TBH nginx logs are terrible, for example
- they are not in reverse order, having the newest logs on top
- banned IP have epoch time format, which I have to execute a "date -d@xxxxxxxxxxx" on a linux to get a human readable value
I would love to have something like the really nice live view of the firewall log :)
Is it planned? Or am I missing something? (a plugin, or a setting somewhere)
Thanks and keep on the great work
I have nothing planned but reversing the log is easy. The epoch times probably need some bigger changes.
thx for quick reply, looks like freebsd equivalent is with -r option
Linux:
# date -d@1569899580
Tue 01 Oct 2019 05:13:00 AM CEST
freeBSD:
# date -r 1569899580
Tue Oct 1 05:13:00 CEST 2019
we will need a javascript formatter so this will not help.
well, no need to reinvent the wheel, I guess it's plenty of functions that do that googling