mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update some info in the docs
This commit is contained in:
parent
edc2774ba8
commit
95c7128d71
7 changed files with 16 additions and 19 deletions
|
@ -2,7 +2,6 @@
|
|||
@load base/protocols/ssh/
|
||||
|
||||
redef Notice::emailed_types += {
|
||||
SSH::Interesting_Hostname_Login,
|
||||
SSH::Login
|
||||
SSH::Interesting_Hostname_Login
|
||||
};
|
||||
|
||||
|
|
|
@ -3,5 +3,4 @@
|
|||
|
||||
redef Notice::type_suppression_intervals += {
|
||||
[SSH::Interesting_Hostname_Login] = 1day,
|
||||
[SSH::Login] = 12hrs,
|
||||
};
|
||||
|
|
|
@ -1252,8 +1252,8 @@ in the call to ``NOTICE``.
|
|||
|
||||
.. btest-include:: ${DOC_ROOT}/scripting/framework_notice_shortcuts_01.bro
|
||||
|
||||
The Notice Policy shortcut above adds the ``Notice::Types`` of
|
||||
SSH::Interesting_Hostname_Login and SSH::Login to the
|
||||
The Notice Policy shortcut above adds the ``Notice::Type`` of
|
||||
SSH::Interesting_Hostname_Login to the
|
||||
Notice::emailed_types set while the shortcut below alters the length
|
||||
of time for which those notices will be suppressed.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue