zeek/scripts/base/frameworks/logging
Johanna Amann a4a9bf4199 Logging: implement get_filter_names and small fixes.
get_filter_names(id: ID) : set[string] returns the names of the current
list of filters for a specified log stream.

Furthermore this commit makes a number of logging functions more robust
by checking existence of values before trying to modify them. This
commit also really implements (and tests) the enable_stream function.
2018-01-17 09:47:20 -08:00
..
postprocessors allow to specify a remote host port to use for the sftp log rotator. 2015-04-03 08:21:22 -07:00
writers Fix ascii writer to not discard a ".gz" file extension 2017-08-25 15:39:12 -05:00
__load__.bro Move DataSeries and ElasticSearch into plugins. 2014-08-08 18:32:21 -07:00
main.bro Logging: implement get_filter_names and small fixes. 2018-01-17 09:47:20 -08:00
README Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00

The logging framework provides a flexible key-value based logging interface.