zeek/scripts/base/frameworks/logging/writers
Robin Sommer a5e237f50c The ASCII writer now supports a filter config option
'only_single_header_row' that turns the output into CSV format.

In that mode all meta data is skipped except for a single header line
with the fields names. Example:

    local my_filter: Log::Filter = [$name = "my-filter", $writer = Log::WRITER_ASCII, $config = table(["only_single_header_row"] = "T")];

Contributed by Carsten Langer.
2012-11-23 19:38:53 -08:00
..
ascii.bro The ASCII writer now supports a filter config option 2012-11-23 19:38:53 -08:00
dataseries.bro Switching default DS compression to gzip. 2012-05-25 08:36:59 -07:00
elasticsearch.bro Merge remote-tracking branch 'origin/topic/matthias/libcurl-fix' 2012-10-02 12:07:26 -07:00
none.bro Merge branch 'robin/topic/writer-info' 2012-07-02 15:20:37 -07:00