mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +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:
|
||||||
|
|
||||||
=======
|
===
|
||||||
Bro IDS
|
IDS
|
||||||
=======
|
===
|
||||||
|
|
||||||
An Intrusion Detection System (IDS) allows you to detect suspicious
|
An Intrusion Detection System (IDS) allows you to detect suspicious
|
||||||
activities happening on your network as a result of a past or active
|
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
|
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
|
Bro internally provides a plugin API that enables extending
|
||||||
the system dynamically, without modifying the core code base. That way
|
the system dynamically, without modifying the core code base. That way
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
.. _http-monitor:
|
.. _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
|
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
|
http.log file. This file can then be used for analysis and auditing
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
|
|
||||||
.. Bro documentation master file
|
===========
|
||||||
|
Zeek Manual
|
||||||
==========
|
===========
|
||||||
Bro Manual
|
|
||||||
==========
|
|
||||||
|
|
||||||
Introduction Section
|
Introduction Section
|
||||||
====================
|
====================
|
||||||
|
@ -21,8 +19,8 @@ Introduction Section
|
||||||
|
|
||||||
.. _using-bro:
|
.. _using-bro:
|
||||||
|
|
||||||
Using Bro Section
|
Using Zeek/Bro Section
|
||||||
=================
|
======================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
.. _crosstool-NG: https://crosstool-ng.github.io/
|
.. _crosstool-NG: https://crosstool-ng.github.io/
|
||||||
.. _CMake toolchain: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html
|
.. _CMake toolchain: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html
|
||||||
|
|
||||||
===================
|
===============
|
||||||
Cross Compiling Bro
|
Cross Compiling
|
||||||
===================
|
===============
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
=============
|
=============
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
|
|
||||||
.. _installing-bro:
|
.. _installing-bro:
|
||||||
|
|
||||||
==============
|
==========
|
||||||
Installing Bro
|
Installing
|
||||||
==============
|
==========
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
=============
|
=============
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
=============
|
=========
|
||||||
Upgrading Bro
|
Upgrading
|
||||||
=============
|
=========
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
.. _bro-logging:
|
.. _bro-logging:
|
||||||
|
|
||||||
===========
|
=======
|
||||||
Bro Logging
|
Logging
|
||||||
===========
|
=======
|
||||||
|
|
||||||
Once Bro has been deployed in an environment and monitoring live
|
Once Bro has been deployed in an environment and monitoring live
|
||||||
traffic, it will, in its default configuration, begin to produce
|
traffic, it will, in its default configuration, begin to produce
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
|
|
||||||
.. _writing-scripts:
|
.. _writing-scripts:
|
||||||
|
|
||||||
===================
|
===============
|
||||||
Writing Bro Scripts
|
Writing Scripts
|
||||||
===================
|
===============
|
||||||
|
|
||||||
Understanding Bro Scripts
|
Understanding Scripts
|
||||||
=========================
|
=====================
|
||||||
|
|
||||||
Bro includes an event-driven scripting language that provides
|
Bro includes an event-driven scripting language that provides
|
||||||
the primary means for an organization to extend and customize Bro's
|
the primary means for an organization to extend and customize Bro's
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue