Disable broker message forwarding by default

Still finding it to not be foolproof enough to enable generally for all
nodes in a cluster.  Specific/advanced use-cases may still consider
enabling, possibly just for specific nodes.
This commit is contained in:
Jon Siwek 2018-09-06 18:26:20 -05:00
parent ddcd7f3405
commit c73bb8fdc4
5 changed files with 9 additions and 3 deletions

View file

@ -1,4 +1,8 @@
2.5-983 | 2018-09-06 18:26:20 -0500
* Disable broker message forwarding by default (Jon Siwek, Corelight)
2.5-982 | 2018-09-06 08:58:09 -0500
* Documentation updates (Daniel Thayer)