Fix some typos in the 5.1.0 NEWS

This commit is contained in:
Tim Wojtulewicz 2022-09-20 13:01:40 -07:00
parent 2b60f63123
commit 7e65b285ea

20
NEWS
View file

@ -80,18 +80,19 @@ New Functionality
characters. characters.
- Added a new telemetry framework for providing high-level access to Zeek's - Added a new telemetry framework for providing high-level access to Zeek's
metric subsystem. This framework allows script writers to use different metric subsystem. This framework allows script writers to use different metric
metric types (counters, gauges and histograms) for tracking metrics without types (counters, gauges and histograms) for tracking metrics without using
using lower-level BiFs from ``telemetry.bif``. Additionally, metrics can lower-level BiFs from ``telemetry.bif``. Additionally, metrics can now be
now be accessed from script land using ``Telemetry::collect_metrics() and accessed from script land using ``Telemetry::collect_metrics()`` and
``Telemetry::collect_histogram_metrics()``. ``Telemetry::collect_histogram_metrics()``.
The framework is located in ``base/frameworks/telemetry``. The framework is located in ``base/frameworks/telemetry``.
In addition to the Prometheus endpoint for metrics export that has existed In addition to the Prometheus endpoint for metrics export that has existed
since Zeek 4.1, two new log streams, ``telemetry.log`` and ``telemetry_histogram.log``, since Zeek 4.1, two new log streams, ``telemetry.log`` and
can be enabled by loading ``policy/frameworks/telemetry/log``. This policy ``telemetry_histogram.log``, can be enabled by loading
script is included in ``local.zeek`` by default. ``policy/frameworks/telemetry/log``. This policy script is included in
``local.zeek`` by default.
For further details on the framework and examples, please refer to the For further details on the framework and examples, please refer to the
Zeek documentation. Zeek documentation.
@ -218,8 +219,9 @@ Deprecated Functionality
- The ``misc/scan.zeek`` script has been marked for removal in Zeek 6.1. Use - The ``misc/scan.zeek`` script has been marked for removal in Zeek 6.1. Use
github.com/ncsa/bro-simple-scan instead. github.com/ncsa/bro-simple-scan instead.
- The Supervisor framework's ``NodeConfig$scripts` field has been deprecated and - The Supervisor framework's ``NodeConfig$scripts`` field has been deprecated
marked for removal in Zeek 6.1. Use ``NodeConfig$addl_user_scripts`` instead. and marked for removal in Zeek 6.1. Use ``NodeConfig$addl_user_scripts``
instead.
Zeek 5.0.0 Zeek 5.0.0
========== ==========