[pve-devel] [RFC common 0/1] Optional parameters `since` and `until` for firewall log filtering

Christian Ebner c.ebner at proxmox.com
Thu Jan 5 10:18:02 CET 2023


This patch series introduces 2 optional api parametes `since` and `until` to firewall log
endpoints, in order to make them filterable.

In contrast to the current `dump_logfile`, the specialized `dump_fw_logfile` takes into
consideration and scans also rotated logfiles, if `since` or `until` are given.

Without optional parameters, `dump_logfile` is used.

Christian Ebner (1):
  tools: Add specialized `dump_fw_logfile` for `since` and `until`
    filtering of firewall logs

 src/PVE/Tools.pm | 80 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 80 insertions(+)

Christian Ebner (1):
  api: Add optional parameters `since` and `until` for timestamp filter

 src/PVE/API2/Firewall/Host.pm | 15 ++++++++++++++-
 src/PVE/API2/Firewall/VM.pm   | 18 +++++++++++++++---
 2 files changed, 29 insertions(+), 4 deletions(-)

-- 
2.30.2






More information about the pve-devel mailing list