Daniel Thayer
d7e9060f96
Update install instructions for Debian 9
2017-07-07 14:05:14 -05:00
Johanna Amann
303c50e867
Remove link to no longer existing myricom plugin.
2017-06-13 11:01:24 -07:00
Johanna Amann
f5d9f1847f
Remove non-existing links; this broke documentation build.
2017-06-05 15:16:45 -07:00
Seth Hall
b3d7d8b1da
Documentation updates for loading Bro scripts.
2017-04-17 12:09:18 -04:00
Daniel Thayer
2347be3092
Improve the "How to Upgrade" page in the Bro docs
...
Added some text to clarify the procedure (it now reads more like
a step-by-step guide to upgrading).
2016-11-09 14:55:55 -06:00
Daniel Thayer
0db028ea91
Update the quickstart guide for the deploy command
...
Also removed some redundant info about setting up a broctl cron job,
which is already explained in detail in the broctl documentation.
2016-11-09 14:35:12 -06:00
Daniel Thayer
3057d2b8fb
Fix various typos in the NetControl docs
...
Also fixed warnings that were seen while building the docs
with "make doc".
2016-11-08 15:25:28 -06:00
Daniel Thayer
261c6907d8
Merge remote-tracking branch 'origin/master' into topic/dnthayer/doc-fixes-updates
2016-11-07 13:47:45 -06:00
Daniel Thayer
0fc0a89e4a
Python 3 compatibility fixes for doc/ext/bro.py
2016-10-29 15:16:42 -05:00
Daniel Thayer
99a898b6ae
Update install instructions
...
Removed some outdated info, and improved the section for Mac OS X.
2016-10-27 16:35:43 -05:00
Johanna Amann
af1d7d1f21
correct elasticsearch link in plugins
2016-10-27 09:14:53 -07:00
Robin Sommer
0d37c0df7b
Fix for Sphinx >= 1.4 compability.
2016-10-27 09:00:34 -07:00
Daniel Thayer
d1ec71b132
List new log files in the log-files.rst document
2016-10-08 00:32:51 -05:00
Robin Sommer
d9ba7ea0dd
Fixing documentation piece.
...
The interesting-hostname script has changed.
2016-10-06 14:28:52 -07:00
Johanna Amann
7f740d0d3b
Update documentation license
2016-10-06 11:35:31 -07:00
Johanna Amann
3ef14000f3
Make elasticsearch orphaned instead of deprecated.
...
Addresses BIT-1617
2016-09-26 10:33:13 -07:00
Johanna Amann
46aafdc87b
Merge branch 'patch-4' of https://github.com/moshekaplan/bro
...
* 'patch-4' of https://github.com/moshekaplan/bro :
Clarified string documentation
2016-09-19 15:28:39 -07:00
Moshe Kaplan
ca46edbb42
Clarified string documentation
2016-09-14 15:15:56 -04:00
Johanna Amann
55f99c0da9
Fix sphinx build errors
2016-08-17 09:16:16 -07:00
Robin Sommer
84b372a772
Merge remote-tracking branch 'origin/topic/johanna/rule-reasons'
...
BIT-1655 #merged
* origin/topic/johanna/rule-reasons:
NetControl: allow reasons in remove_rule calls.
2016-08-05 18:48:19 -07:00
Seth Hall
f0bce636cf
Merge remote-tracking branch 'origin/topic/dnthayer/ticket1627'
...
* origin/topic/dnthayer/ticket1627:
Add a test for starting a cluster with a logger node
Update broctl submodule
Update broctl submodule to branch topic/dnthayer/ticket1627
Change how logger node is detected in cluster framework
Update test baselines for the new logger node type
Update docs for the new logger node type
Add a new node type for logging
2016-08-05 12:59:05 -04:00
Moshe Kaplan
b1e47eb71f
Added String slicing (subscript) examples
2016-08-02 08:45:23 -04:00
Robin Sommer
f6ff7f1e66
Updating link in docs for deprecated plugin.
2016-07-23 07:29:32 -07:00
Daniel Thayer
7491cbc327
Merge remote-tracking branch 'origin/master' into topic/dnthayer/ticket1627
2016-07-14 18:17:03 -05:00
Johanna Amann
cdb6a1b6e6
Baseline updates after hash function change.
2016-07-13 10:11:37 -07:00
Daniel Thayer
1c1a6e60b0
Disable broker by default
...
Replaced the --disable-broker configure option with --enable-broker,
and changed the install docs to show CAF as an optional dependency.
2016-07-09 15:55:28 -05:00
Robin Sommer
09ea84bb6e
Merge remote-tracking branch 'origin/topic/johanna/netcontrol-improvements'
...
Great work, and great documentation!
I'm getting one test failure with
scripts.base.frameworks.netcontrol.catch-and-release-cluster Going
ahead and commiting, Jenkins will show the details I assume.
BIT-1584 #merged
* origin/topic/johanna/netcontrol-improvements:
SMTP does not need to pull in the notice framework.
Write NetControl framework documentation.
Use NetControl for ACTION_DROP of notice framework.
NetControl: slightly update catch and release logging
NetControl: fix several small logging issues
NetControl: more catch and release logging and cluster fix
NetControl: rewrite catch and release and small fixes.
NetControl: find_rules_subnet works in cluster mode
NetControl: fix acld whitelist command
NetControl: add rule exists as state besides added and failure.
NetControl: Suppress duplicate "plugin activated" messages.
NetControl: make new broker plugin options accessible
NetControl: add predicates to broker plugin
2016-06-30 17:34:44 -07:00
Daniel Thayer
ce0b9d42d3
Update docs for the new logger node type
2016-06-30 15:45:36 -05:00
Johanna Amann
971f7e236f
Fix a number of documentation building errors
2016-06-27 12:41:40 -07:00
Johanna Amann
f1267b0b94
Write NetControl framework documentation.
...
In the process, some of the script documentation of the NetControl
framework was also updated.
2016-06-22 16:02:48 -07:00
Robin Sommer
c74effad42
Clarifying notice documentation.
...
Closes BIT-1405.
2016-05-27 13:22:24 -07:00
Daniel Thayer
f596d30386
Fix some scripting tutorial examples
...
Some of the examples in the scripting tutorial were regularly getting
out of sync with the base scripts (because the line numbering would need
to be updated). Fixed this maintenance burden by using small example
scripts instead of actual Bro scripts. These small example scripts
do not need to be kept in sync with the bro base scripts.
2016-05-05 17:23:15 -05:00
Daniel Thayer
2d9127888f
Add some missing Bro script documentation
...
Also fixed a few reST formatting issues.
2016-05-05 16:35:31 -05:00
Daniel Thayer
28125e367e
Fix more "make doc" warnings
2016-05-05 15:18:50 -05:00
Daniel Thayer
da6611e3c2
Merge remote-tracking branch 'origin/master' into topic/dnthayer/doc-improvements
2016-05-05 11:33:57 -05:00
Daniel Thayer
12eb7a380d
Rename broker BIF wrapper functions in a few more places
2016-04-27 00:47:48 -05:00
Johanna Amann
e7ec537ed5
Merge remote-tracking branch 'origin/topic/dnthayer/broker-namespace'
...
* origin/topic/dnthayer/broker-namespace:
Split the broker main.bro into two scripts
Rename the BrokerStore namespace to Broker
Rename the BrokerComm namespace to Broker
BIT-1563 #merged
2016-04-22 16:45:09 -07:00
Daniel Thayer
f54a5b52e5
Improve documentation of the "for" statement
2016-04-12 15:40:18 -05:00
Daniel Thayer
f46dfac63a
Rename the BrokerStore namespace to Broker
2016-03-30 16:39:19 -05:00
Daniel Thayer
9f5c820c7b
Rename the BrokerComm namespace to Broker
2016-03-30 14:31:25 -05:00
william
35a4e428cf
Wrong regex literal in scripting doc
2016-03-26 01:54:51 -07:00
Robin Sommer
c916072e4c
Merge remote-tracking branch 'origin/topic/johanna/freebsd9'
...
BIT-1542 #merged
* origin/topic/johanna/freebsd9:
More detailed installation instructions for FreeBSD 9.X
2016-03-03 21:34:41 -08:00
Johanna Amann
f37139791a
More detailed installation instructions for FreeBSD 9.X
2016-03-01 15:23:58 -08:00
Daniel Thayer
6ef8a93dca
Update traffic per core estimate in the cluster doc
2016-01-27 14:56:42 -06:00
Johanna Amann
bf52f986c2
Update copyright year for sphinx.
...
That way, not all of our pages say '2013' anymore.
2016-01-21 13:47:33 -08:00
Johanna Amann
ad61267ce6
add new plugins so they are picked up by sphinx.
...
Also remove reference to dataseries.
2016-01-15 19:23:51 -08:00
Johanna Amann
895a56c019
Unbreak "make doc" after dataseries removal.
2016-01-15 17:21:39 -08:00
Daniel Thayer
c1d7337a73
Improve documentation of Bro script statements
...
Added more documentation of the "delete" statement. Removed some other
text that was probably more confusing than helpful.
2016-01-12 15:35:29 -06:00
Robin Sommer
677f1172d9
Merge remote-tracking branch 'origin/topic/johanna/os-x-openssl'
...
* origin/topic/johanna/os-x-openssl:
Update installation instructions to add os-x openssl dependency.
BIT-1506 #merged
2015-12-18 11:27:10 -08:00
Johanna Amann
cf97d1e991
Update installation instructions to add os-x openssl dependency.
...
Also remove blob about binary mac packages, which we no longer provide.
2015-12-01 13:13:48 -08:00