mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove some Bro usages in main TOC entries
This commit is contained in:
parent
5ebe47ec23
commit
879f327d4b
10 changed files with 34 additions and 36 deletions
|
@ -1,9 +1,9 @@
|
|||
|
||||
.. _bro-ids:
|
||||
|
||||
=======
|
||||
Bro IDS
|
||||
=======
|
||||
===
|
||||
IDS
|
||||
===
|
||||
|
||||
An Intrusion Detection System (IDS) allows you to detect suspicious
|
||||
activities happening on your network as a result of a past or active
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
========================
|
||||
Bro Cluster Architecture
|
||||
========================
|
||||
====================
|
||||
Cluster Architecture
|
||||
====================
|
||||
|
||||
|
||||
Bro is not multithreaded, so once the limitations of a single processor core
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
===================
|
||||
Writing Bro Plugins
|
||||
===================
|
||||
===============
|
||||
Writing Plugins
|
||||
===============
|
||||
|
||||
Bro internally provides a plugin API that enables extending
|
||||
the system dynamically, without modifying the core code base. That way
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
.. _http-monitor:
|
||||
|
||||
================================
|
||||
Monitoring HTTP Traffic with Bro
|
||||
================================
|
||||
=======================
|
||||
Monitoring HTTP Traffic
|
||||
=======================
|
||||
|
||||
Bro can be used to log the entire HTTP traffic from your network to the
|
||||
http.log file. This file can then be used for analysis and auditing
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
.. Bro documentation master file
|
||||
|
||||
==========
|
||||
Bro Manual
|
||||
==========
|
||||
===========
|
||||
Zeek Manual
|
||||
===========
|
||||
|
||||
Introduction Section
|
||||
====================
|
||||
|
@ -21,8 +19,8 @@ Introduction Section
|
|||
|
||||
.. _using-bro:
|
||||
|
||||
Using Bro Section
|
||||
=================
|
||||
Using Zeek/Bro Section
|
||||
======================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
.. _crosstool-NG: https://crosstool-ng.github.io/
|
||||
.. _CMake toolchain: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html
|
||||
|
||||
===================
|
||||
Cross Compiling Bro
|
||||
===================
|
||||
===============
|
||||
Cross Compiling
|
||||
===============
|
||||
|
||||
Prerequisites
|
||||
=============
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
|
||||
.. _installing-bro:
|
||||
|
||||
==============
|
||||
Installing Bro
|
||||
==============
|
||||
==========
|
||||
Installing
|
||||
==========
|
||||
|
||||
Prerequisites
|
||||
=============
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
=============
|
||||
Upgrading Bro
|
||||
=============
|
||||
=========
|
||||
Upgrading
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
.. _bro-logging:
|
||||
|
||||
===========
|
||||
Bro Logging
|
||||
===========
|
||||
=======
|
||||
Logging
|
||||
=======
|
||||
|
||||
Once Bro has been deployed in an environment and monitoring live
|
||||
traffic, it will, in its default configuration, begin to produce
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
|
||||
.. _writing-scripts:
|
||||
|
||||
===================
|
||||
Writing Bro Scripts
|
||||
===================
|
||||
===============
|
||||
Writing Scripts
|
||||
===============
|
||||
|
||||
Understanding Bro Scripts
|
||||
=========================
|
||||
Understanding Scripts
|
||||
=====================
|
||||
|
||||
Bro includes an event-driven scripting language that provides
|
||||
the primary means for an organization to extend and customize Bro's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue