Law requires to log user traffic on internet (WiFi hotspot,...)
If we use MikroTIK as a Gateway we can log user traffic remotely or locally.
I use this script as a test:
/ip hotspot user profile set [ find default=yes ] on-login="/ip firewall mangle add chain=forward src-address=\$address connection-state=new action=log log=yes log-prefix=\$user comment=\$user" on-logout="/ip firewall mangle remove [find comment=\"\$user\"]" queue-type=default-small shared-users=unlimited status-autorefresh=15m
It will be great to have a package in order to compress the log file before sending it over the WAN.
By logging all the traffic on a remote server I generated a 50Mo files for one device during 1 hour.
With TAR gz it becomes a 1.6Mo files.
Do you planned to add this feature?