zeek/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 Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00
broker Fix Bro and unit tests when broker is not enabled 2016-05-10 06:24:35 -05:00
cluster Add some missing Bro script documentation 2016-05-05 16:35:31 -05:00
communication Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00
control Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00
dpd Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00
files Additional mime types for file identification and a few fixes. 2016-04-14 10:06:58 -04:00
input More improvements to input framework documentation 2015-09-22 17:41:24 -05:00
intel Merge remote-tracking branch 'origin/topic/johanna/intel-uid-fuid' 2016-04-28 10:20:50 -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 Add some missing Bro script documentation 2016-05-05 16:35:31 -05:00
openflow Fix Bro and unit tests when broker is not enabled 2016-05-10 06:24:35 -05:00
packet-filter More stats improvements 2016-01-07 16:20:24 -05:00
reporter Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00
signatures Log::write in signature framework was missing ts 2015-03-25 12:01:09 -07:00
software Updated detection of Flash and AdobeAIR. 2015-07-24 14:33:53 +02:00
sumstats Add more documentation to sumstats framework scripts 2016-03-01 17:31:41 -06:00
tunnels Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00