From b6920ac188d29d499bbc7d11fd007b9de930d30f Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Sun, 31 May 2015 23:32:07 -0500 Subject: [PATCH] Add links in the logging framework doc Added links to the log writers that are available as external plugins. --- doc/frameworks/logging.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/frameworks/logging.rst b/doc/frameworks/logging.rst index 7cb21da36b..d85b2ecfd9 100644 --- a/doc/frameworks/logging.rst +++ b/doc/frameworks/logging.rst @@ -506,5 +506,11 @@ Bro supports the following additional built-in output formats: logging-input-sqlite -Additional writers are available as external plugins. +Additional writers are available as external plugins: + +.. toctree:: + :maxdepth: 1 + + ../components/bro-plugins/dataseries/README + ../components/bro-plugins/elasticsearch/README