- Add interval mode to
dumpy purgefor container and daemon-style deployments- Run purge automatically every N minutes with
--interval - Continue running after individual purge failures instead of exiting
- Run purge automatically every N minutes with
- Add quiet logging mode to
dumpy purgewith--quiet- Reduce output to warnings and errors only
- Fix web UI event deep-links
?event=...URLs now reliably activate the event tab and pre-fill the event query
- Add command-line configuration options to
dumpy servercommand- All arguments are now optional
- Falls back to dumpy.yaml configuration when arguments not provided
- Command-line arguments override configuration file values
- Supports --directory, --name, --prefix, and --port options
- Improve PCAP filename parsing to support simpler timestamp-only formats
- Previously only supported Suricata's thread-id.timestamp format
- Now also supports files with just a timestamp in the filename
- Update dependencies
- Add dark mode toggle and GitHub repository link to web interface
- Replace jQuery/Bootstrap with vanilla JS/CSS lightweight implementation
- Add purge command to clean up old PCAP files
- Update to AlmaLinux 9 in Dockerfile
- Update all dependencies to latest versions
- Update dependencies
- Attempt to log in local time zone. If not possible, use UTC and suffix the timestamp with "Z".
- Fix argument handling
Update dependencies only.