mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
54 lines
678 B
ReStructuredText
54 lines
678 B
ReStructuredText
|
|
.. Bro documentation master file
|
|
|
|
=================
|
|
Bro Documentation
|
|
=================
|
|
|
|
Guides
|
|
------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
INSTALL
|
|
upgrade
|
|
quickstart
|
|
faq
|
|
reporting-problems
|
|
|
|
xFrameworks
|
|
----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
notice
|
|
logging
|
|
input
|
|
cluster
|
|
signatures
|
|
|
|
How-Tos
|
|
-------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:numbered:
|
|
|
|
user-manual/index
|
|
reference/index
|
|
|
|
Just Testing
|
|
============
|
|
|
|
.. code:: bro
|
|
|
|
print "Hey Bro!"
|
|
|
|
.. btest:: test
|
|
|
|
@TEST-COPY-FILE: ${TRACES}/wikipedia.trace
|
|
@TEST-EXEC: btest-rst-cmd bro -r wikipedia.trace
|
|
@TEST-EXEC: btest-rst-cmd "cat http.log | bro-cut ts id.orig_h | head -5"
|
|
|