You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/doc/userguide/configuration
Juliana Fajardini d1d1c8cdac doc/conf/yaml: replace underscore with dashes
Use sed + regex to replace all occurrences of suricata.yaml terms that
used underscore for their up-to-date dash version.

Also search for such terms in the eve-log.yaml partials file, as that
is referenced in the configuration section.

commands used:

sed -i 's/\(^ *[a-z]*\)_\([a-z]*:\)/\1-\2/g'
sed -i 's/\(^ *[a-z]*\)_\([a-z]*\)_\([a-z]*:\)/\1-\2-\3/g'

Some other instances were found manually.

Task #7260
1 year ago
..
suricata-yaml userguide: fix typo in inline mode illustration 3 years ago
dropping-privileges.rst doc: Improve grammar, spelling and clarifications 5 years ago
exception-policies.rst userguide: document exception policy stats 2 years ago
global-thresholds.rst doc/userguide: document new threshold config options 1 year ago
includes.rst doc/userguide: document include files 3 years ago
index.rst doc/userguide: document include files 3 years ago
landlock.rst security: prevents process creation 3 years ago
multi-tenant.rst doc/userguide: add reload-tenant(s) doc 2 years ago
snort-to-suricata.rst doc/userguide: spelling 3 years ago
suricata-yaml.rst doc/conf/yaml: replace underscore with dashes 1 year ago
systemd-notify.rst systemd: reimplement sd_notify logic using UNIX socket 2 years ago