Actions
Bug #323
closedSuricata output logging "file" option does not use default-log-dir.
Affected Versions:
Effort:
Difficulty:
Label:
Description
Most if not all outputs use the default-log-dir. It seems that output logging "file" option only accepts absolute paths and does not take into consideration the default-log-dir. This behavior should be modified to match the behavior of other output and take into account default-log-dir. Removing "/var/log/" from the option below will log suricata output to CWD.
- file:
enabled: no
filename: /var/log/suricata.log
Actions