Remove some Bro usages in main TOC entries

This commit is contained in:
Jon Siwek 2018-12-19 17:37:38 -06:00
parent 5ebe47ec23
commit 879f327d4b
10 changed files with 34 additions and 36 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
========================
Bro Cluster Architecture
========================
====================
Cluster Architecture
====================
Bro is not multithreaded, so once the limitations of a single processor core

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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
=============

View file

@ -8,9 +8,9 @@
.. _installing-bro:
==============
Installing Bro
==============
==========
Installing
==========
Prerequisites
=============

View file

@ -1,7 +1,7 @@
=============
Upgrading Bro
=============
=========
Upgrading
=========
.. toctree::

View file

@ -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

View file

@ -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