access to audit logs | FWCloud Forum

access to audit logs

maxilee

New member
hi.
how can we access audit logs without web GUI ? or how can I send this audit logs to syslog ( local or remote ) or write to file ?
 

Carles Munyoz

Administrator
Staff member
Hi,
You can access all the audit logs by means of this icon in the after login screen:
Captura de pantalla 2026-07-16 a las 15.42.14.png
For the audit logs of a concrete FWCloud:
Captura de pantalla 2026-07-16 a las 15.43.35.png
And for the audit logs for a firewall or cluster:
Captura de pantalla 2026-07-16 a las 15.44.27.png

Greetings.
 

maxilee

New member
I'v already checked these logs.
Code:
-rw-r--r--.  1 fwcloud fwcloud 46178478 Jul 16 15:55 app.log
-rw-r--r--.  1 fwcloud fwcloud  8895257 Jul 16 15:52 http.log
-rw-r--r--.  1 fwcloud fwcloud        0 Nov  4  2024 query.log

but they doesn't contain audit logs which I can see via web UI.
in web UI I can see which user made anych changes, installed firewall etc ...

maybe I'v not enabled something.

I know that audit logs exists in database :)

MariaDB [fwcloud]> select * from audit_logs;

[cut]
 
Top