zeek/testing/btest/scripts/base
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
..
files Fix parsing of x509 pre-y2k dates 2016-04-26 12:30:28 -07:00
frameworks Add unrolling separator & field name map to logging framework. 2016-05-16 12:28:45 -04:00
misc Merge remote-tracking branch 'origin/topic/jsiwek/tcp-improvements' 2014-02-04 22:34:35 -08:00
protocols Merge remote-tracking branch 'origin/master' into topic/johanna/xmpp-starttls 2016-04-29 12:56:12 -07:00
utils Updates for the urls.bro script. Fixes BIT-1404. 2015-06-01 11:38:26 -04:00