zeek/testing/btest/scripts/base/frameworks
Seth Hall b28801ce95 Add unrolling separator & field name map to logging framework.
- When a log record is being "unrolled" (sub-records flattened
   out into a single record), it's now possible to choose the
   character/string to separate the outer name from the inner
   name.  This can be used to work around the problems
   with ElasticSearch 2.0 not supporting dots "." in field names.
   This value can be provided per-filter as well as a global
   default value.
 - Log fields can be renamed by providing a table per-filter
   (or a global default) to rename fields for any log writer.
   The name translation is performed after unrolling so the
   value in the field name table must match whatever is being
   used to separate field names.

   For example if the unrolling separator was set to "*":
	redef Log::default_unrolling_sep = "*";

   The field name map would need to reflect it:
	redef Log::default_field_name_map = {
		["id*orig_h"] = "src",
		["id*orig_p"] = "src_port",
		["id*resp_h"] = "dst",
		["id*resp_p"] = "dst_port",
	};
2016-05-16 12:28:45 -04:00
..
analyzer SSH: Update baselines 2015-03-18 13:02:33 -04:00
cluster Unit test reliability adjustment. 2012-09-13 12:59:40 -05:00
communication Drain events before terminating log/thread managers. 2012-06-28 12:42:32 -05:00
control Add sleeps to configuration_update test for better reliability. 2012-09-05 16:20:34 -05:00
file-analysis Fix a bug in the core files framework with handling the BOF buffer. 2015-02-05 09:09:08 -05:00
input Fix offset=-1 (eof) for raw reader 2015-09-16 15:16:04 -07:00
intel Canonfying an intel test to not depend on output order. 2013-11-01 05:03:54 -07:00
logging Add unrolling separator & field name map to logging framework. 2016-05-16 12:28:45 -04:00
netcontrol Fix Bro and unit tests when broker is not enabled 2016-05-10 06:24:35 -05:00
notice Updates for the notices framework. 2013-02-11 14:36:14 -05:00
openflow Fix Bro and unit tests when broker is not enabled 2016-05-10 06:24:35 -05:00
packet-filter Add a Reporter::fatal BIF. 2011-08-25 13:13:39 -05:00
reporter Updating baselines. 2012-08-10 13:25:18 -07:00
software Adding tests for Flash version parsing and plugin detection. 2015-07-30 07:23:14 -07:00
sumstats define empty request_key method for sumstats in cluster mode. 2014-04-18 16:29:51 -07:00