Please include the following information with your help request:
- Suricata version → Suricata 7.0.3
- Operating system and/or Linux distribution → Ubuntu 24.04.1
- How you installed Suricata (from source, packages, something else): sudo apt install suricata
When running sudo suricata -c /etc/suricata/suricata.yaml -r some.pcap I’ve noticed fast.log, eve.json and stats.log files are created in current working directory instead of in /var/log/suricata directory, which is the location set inside suricata.yaml config file (specifically, in its default-log-dir: option). I must add -l /var/log/suricata argument in order to put these files inside this wanted folder.
That’s not the documented behaviour, so I infer there’s some bug.
Thanks