mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Introduce support for a table of key/value pairs with further configuration options,
with the same userinterface as in the logging interface. Not really tested, but tests still work.
This commit is contained in:
parent
227159fd04
commit
f820ee9f5c
19 changed files with 173 additions and 26 deletions
|
@ -3,6 +3,8 @@
|
|||
print A::description;
|
||||
print A::tpe;
|
||||
print A::s;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
sdfkh:KH;fdkncv;ISEUp34:Fkdj;YVpIODhfDF
|
||||
|
@ -11,6 +13,8 @@ sdfkh:KH;fdkncv;ISEUp34:Fkdj;YVpIODhfDF
|
|||
print A::description;
|
||||
print A::tpe;
|
||||
print A::s;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
DSF"DFKJ"SDFKLh304yrsdkfj@#(*U$34jfDJup3UF
|
||||
|
@ -19,6 +23,8 @@ DSF"DFKJ"SDFKLh304yrsdkfj@#(*U$34jfDJup3UF
|
|||
print A::description;
|
||||
print A::tpe;
|
||||
print A::s;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
q3r3057fdf
|
||||
|
@ -27,6 +33,8 @@ q3r3057fdf
|
|||
print A::description;
|
||||
print A::tpe;
|
||||
print A::s;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
sdfs\d
|
||||
|
@ -35,6 +43,8 @@ sdfs\d
|
|||
print A::description;
|
||||
print A::tpe;
|
||||
print A::s;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
|
||||
|
@ -43,6 +53,8 @@ Input::EVENT_NEW
|
|||
print A::description;
|
||||
print A::tpe;
|
||||
print A::s;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
dfsdf
|
||||
|
@ -51,6 +63,8 @@ dfsdf
|
|||
print A::description;
|
||||
print A::tpe;
|
||||
print A::s;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
sdf
|
||||
|
@ -59,6 +73,8 @@ sdf
|
|||
print A::description;
|
||||
print A::tpe;
|
||||
print A::s;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
3rw43wRRERLlL#RWERERERE.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue