mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Correct a typo in the Notice framework doc
This commit is contained in:
parent
6f2b8cbe78
commit
15ec117da6
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ script that is generating the notice has indicated to the notice framework how
|
|||
to identify notices that are intrinsically the same. Identification of these
|
||||
"intrinsically duplicate" notices is implemented with an optional field in
|
||||
:bro:see:`Notice::Info` records named ``$identifier`` which is a simple string.
|
||||
If the ``$identifier`` and ``$type`` fields are the same for two notices, the
|
||||
If the ``$identifier`` and ``$note`` fields are the same for two notices, the
|
||||
notice framework actually considers them to be the same thing and can use that
|
||||
information to suppress duplicates for a configurable period of time.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue