forked from zeek/bro-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (19 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
A Collection of Plugins for Bro
===============================
This repository contains a set of Bro plugins provided by the Bro
Project, as well as potentially also selected plugins contributed by
the Bro community.
Currently, the following plugins are available:
.. toctree::
:maxdepth: 1
dataseries - A log writer adding support for HP Labs' DataSeries binary format <dataseries/README>
elasticsearch - A log writer adding support for the Apache Lucene-based ElasticSearch database <elasticsearch/README>
netmap - A packet source providing native netmap support <netmap/README>
Please refer to the documentation for each plugin for
information on installation and usage, and to their COPYING files for
licensing information.
The Bro plugins git repository is located at `git://git.bro.org/bro-plugins.git
<git://git.bro.org/bro-plugins.git>`__. You can browse the repository
`here <http://git.bro.org/bro-plugins.git>`__.
If you would like to see your plugin included in the repository,
please write to [email protected].