zeek/scripts/base/frameworks/intel
Jon Siwek 1a75ef2abd Remove "relay" family of Broker functions
Namely these are now removed:

    - Broker::relay
    - Broker::publish_and_relay
    - Cluster::relay_rr
    - Cluster::relay_hrw

The idea being that Broker may eventually implement the necessary
routing (plus load balancing) functionality.  For now, code that used
these should "manually" handle and re-publish events as needed.
2018-08-27 16:49:35 -05:00
..
__load__.bro Refactored FAF integration of intel framework. 2016-06-15 21:56:53 +02:00
cluster.bro Remove "relay" family of Broker functions 2018-08-27 16:49:35 -05:00
files.bro Fix minor typos in documentation of various scripts 2016-11-11 14:08:17 -06:00
input.bro Minor documentation cleanups. 2016-06-29 20:58:39 +02:00
main.bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
README Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00

The intelligence framework provides a way to store and query intelligence
data (such as IP addresses or strings). Metadata can also be associated
with the intelligence.