I have written those things, but what part of disk(I’m using X86, I guess disk means harddisk in x86 computers)
So, where is the place that records those logs to hdd? Or what can I do to save those logs?
For save log information you must have a syslog server installed on a machine, I use linux, this software wait for log on a specific port 514.
Afther this you had to create some easy firewall rules and configure logging
/system logging action add name=remote target=remote address=ip of syslog server remote port=514
/system logging add topics=firewall action=remote
Then you had to specify the rules in your firewall
Chain=forward source-address to log(subnet) and action=log