mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Fix logging remote tests to use new policy script organization.
This commit is contained in:
parent
83ffca5a4a
commit
c1638d7172
2 changed files with 6 additions and 6 deletions
|
@ -51,7 +51,7 @@ event bro_init()
|
||||||
|
|
||||||
module SSH;
|
module SSH;
|
||||||
|
|
||||||
@load listen-clear
|
@load communication/listen-clear
|
||||||
|
|
||||||
event remote_connection_handshake_done(p: event_peer)
|
event remote_connection_handshake_done(p: event_peer)
|
||||||
{
|
{
|
||||||
|
@ -84,9 +84,9 @@ event remote_connection_handshake_done(p: event_peer)
|
||||||
|
|
||||||
#####
|
#####
|
||||||
|
|
||||||
@load remote
|
@load communication
|
||||||
|
|
||||||
redef Remote::destinations += {
|
redef Communication::nodes += {
|
||||||
["foo"] = [$host = 127.0.0.1, $connect=T, $request_logs=T]
|
["foo"] = [$host = 127.0.0.1, $connect=T, $request_logs=T]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ event bro_init()
|
||||||
|
|
||||||
module SSH;
|
module SSH;
|
||||||
|
|
||||||
@load listen-clear
|
@load communication/listen-clear
|
||||||
|
|
||||||
function fail(rec: Log): bool
|
function fail(rec: Log): bool
|
||||||
{
|
{
|
||||||
|
@ -68,9 +68,9 @@ event remote_connection_handshake_done(p: event_peer)
|
||||||
|
|
||||||
#####
|
#####
|
||||||
|
|
||||||
@load remote
|
@load communication
|
||||||
|
|
||||||
redef Remote::destinations += {
|
redef Communication::nodes += {
|
||||||
["foo"] = [$host = 127.0.0.1, $connect=T, $request_logs=T]
|
["foo"] = [$host = 127.0.0.1, $connect=T, $request_logs=T]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue