mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +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
|
@ -6,7 +6,6 @@ framework_notice_shortcuts_01.bro
|
|||
@load base/protocols/ssh/
|
||||
|
||||
redef Notice::emailed_types += {
|
||||
SSH::Interesting_Hostname_Login,
|
||||
SSH::Login
|
||||
SSH::Interesting_Hostname_Login
|
||||
};
|
||||
|
||||
|
|
|
@ -7,5 +7,4 @@ framework_notice_shortcuts_02.bro
|
|||
|
||||
redef Notice::type_suppression_intervals += {
|
||||
[SSH::Interesting_Hostname_Login] = 1day,
|
||||
[SSH::Login] = 12hrs,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue