Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@ Example converting all drop rules with noalert back to alert::

re:. "^drop(.*)noalert(.*)" "alert\\1noalert\\2"

.. note:: ``suricata-update`` uses the python regular expression
engine. It is necessary to escape special characters
(e.g. . ``$ ^ * + ?``) with a ``\`` if they are desired
to be interpreted literally in the configuration files.

Order of application of configuration files
===========================================
1. disable.conf
Expand Down