Recent content by maxilee | FWCloud Forum

Recent content by maxilee

  1. M

    access to audit logs

    ok. I understand. maybe this will be usefull for someone. I'll describe my setup. I've created new table in DB audit_logs_queue and trigger which copy new records from audit_logs ( in my table I've disable autoincremental on ID filed ). then I've write python script which fetch records from...
  2. M

    access to audit logs

    I'v already checked these logs. -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...
  3. M

    access to audit logs

    I know that. but i'm asking without web GUI :) API ? any script ?
  4. M

    access to audit logs

    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 ?
  5. M

    missing rows in policy view.

    updated to FWCloud-UI - v2.3.2 problem fixed :) thx.
  6. M

    missing rows in policy view.

    thx for this. I'll wait for update ... have a nice day :)
  7. M

    missing rows in policy view.

    Hi. I'm working in linux , but I've also tested this on windows OS. I've tried browsers : - firefox 147.0.3 - google chrome 144.0.7559.132 - chromium 144.0.7559.132 Screen 0: minimum 320 x 200, current 3600 x 1080, maximum 16384 x 16384 DisplayPort-2 connected primary 1920x1080+0+0 (normal left...
  8. M

    missing rows in policy view.

    Hi. I've got firewall wtih about 13-14 rows in input policy. when I logon to web interface of fwcloud and enter my firewall - I can see only few rows in my browser ( 1st picture ). the rest of rows are not visible. but when change zoom level in browser from 100% to down , more rows are...
  9. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    Total 64 MB/s | 130 MB 00:02 Running transaction check Transaction check succeeded...
  10. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    when I was trying to update - there is error : Running transaction Preparing ...
  11. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    hi. maybe this will be helpful : [root@fwcloud api]# yum module enable nodejs:24 [root@fwcloud api]# yum update --disablerepo=SOLTECSIS_FWCloud_rpm_any [root@fwcloud api]# node --version v24.11.1 from dir : /opt/fwcloud/api : [root@fwcloud api]# npm outdated Package...
  12. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    Tommorow I'll try to update main server. first attempt was made on vm clone. Let you know about status...
  13. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    No. I haven't noticed any error on update. My setup is rocky linux 9. Nodejs is installed from appstream. Currently im using nodejs 24.
  14. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    Hi. thx for quick response. before your command I've to run "npm install strip-ansi" to install this module. [root@fwcloud api]# node fwcli migration:run ✓ Pending migrations applied. now no more errors :) thx
  15. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    hi. I've tested update from 2.2 -> 2.3 I'm on EL9 , I've upgrade nodejs to ver 24 from appstream. after update packagees fwcloud* , I've noticed errors on web interface : when you click on on one of my firewalls , then click on DHCP or HAproxy there is a red windows with error. in logs I can...
Top