Update some info in the docs

This commit is contained in:
Daniel Thayer 2014-06-07 12:31:32 -05:00
parent edc2774ba8
commit 95c7128d71
7 changed files with 16 additions and 19 deletions

View file

@ -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
};

View file

@ -7,5 +7,4 @@ framework_notice_shortcuts_02.bro
redef Notice::type_suppression_intervals += {
[SSH::Interesting_Hostname_Login] = 1day,
[SSH::Login] = 12hrs,
};