diff --git a/docs/integrations/zeek/shaping-zeek-ndjson.md b/docs/integrations/zeek/shaping-zeek-ndjson.md index 7637c5b852..7de70e16ff 100644 --- a/docs/integrations/zeek/shaping-zeek-ndjson.md +++ b/docs/integrations/zeek/shaping-zeek-ndjson.md @@ -41,7 +41,7 @@ fairly simple pattern that repeats across the many [Zeek log types](https://docs ```mdtest-input shaper.zed // This reference Zed shaper for Zeek NDJSON logs was most recently tested with -// Zeek v6.2.0. The fields and data types reflect the default NDJSON +// Zeek v7.0.0. The fields and data types reflect the default NDJSON // logs output by that Zeek version when using the JSON Streaming Logs package. // (https://github.com/corelight/json-streaming-logs). @@ -109,8 +109,8 @@ const zeek_log_types = |{ "ssl": , "stats": , "syslog": , - "telemetry_histogram": , - "telemetry": , + "telemetry_histogram": , + "telemetry": , "tunnel": , "websocket": , "weird": ,