mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
basic sqlite writer seems to work.
does not support table and vector types because SQLite has no support for arrays. also does not support rotation, etc. Not really tested thoroughly - but starting bro with Log::default_writer=Log::WRITER_SQLITE yields a couple of sqlite files that seem to contain sensible stuff.
This commit is contained in:
parent
83dcbd4aa7
commit
6e0d15b55e
5 changed files with 395 additions and 0 deletions
|
@ -163,6 +163,7 @@ enum Writer %{
|
|||
WRITER_NONE,
|
||||
WRITER_ASCII,
|
||||
WRITER_DATASERIES,
|
||||
WRITER_SQLITE,
|
||||
%}
|
||||
|
||||
enum ID %{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue