zeek/scripts/base/frameworks/logging
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
..
postprocessors Merge remote-tracking branch 'origin/topic/script-reference' 2012-01-10 14:00:44 -08:00
writers The ASCII writer now supports a filter config option 2012-11-23 19:38:53 -08:00
__load__.bro Bringing elasticsearch branch up to date with master. 2012-07-09 16:38:05 -04:00
main.bro Rename the alarm summary mail variable 2012-10-30 16:31:18 -05:00