Skip to content

Commit aa3a75b

Browse files
committed
Fix links that broke from moving Zeek docs back to a top-level section
1 parent a58d801 commit aa3a75b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
## v1.16.0
2929
* Improve ZNG scanning performance (#5101, #5103)
3030
* Improve the error message shown when `zq` is invoked with a single argument that's not a valid query and doesn't contain a source (#5119)
31-
* Update [Zeek integration docs](docs/integrations/zeek/index.md), including [reference shaper](docs/integrations/zeek/shaping-zeek-json.md) changes for [Zeek v6.2.0](https://github.com/zeek/zeek/releases/tag/v6.2.0) data (#5106)
31+
* Update [Zeek integration docs](docs/integrations/zeek/_index.md), including [reference shaper](docs/integrations/zeek/shaping-zeek-json.md) changes for [Zeek v6.2.0](https://github.com/zeek/zeek/releases/tag/v6.2.0) data (#5106)
3232
* [String literals](docs/language/expressions.md#formatted-string-literals) now use the "f-string" format `f"{ <expr> }"` instead of the previous `${ <expr> }` (#5123)
3333
* Prototype SQL support has been dropped from the Zed language (full SQL support is expected at a later date) (#5109)
3434
* Empty objects and arrays in JSON output are now consistently printed on a single line (#5127)
@@ -454,7 +454,7 @@ questions.
454454
* Fix an issue where `len()` of a `null` array was evaluating to something greater than zero (#2761)
455455
* Fix an issue where `sort` with no fields was ignoring alias types and nested fields when picking a sort field (#2762)
456456
* Fix an issue where unexpected `cut: no record found` warnings were returned by `zed lake query` but not when the same data was queried via `zq` (#2764)
457-
* Move and extend the [Zeek interoperability docs](docs/integrations/zeek/index.md) (#2770, #2782, #2830)
457+
* Move and extend the [Zeek interoperability docs](docs/integrations/zeek/_index.md) (#2770, #2782, #2830)
458458
* Create endpoints in the Zed lake service API that correspond to underlying Zed lake operations, and expose them via `zapi` commands (#2741, #2774, #2786, #2775, #2794, #2795, #2796, #2920, #2925, #2928)
459459
* Fix an issue where `zq` would surface a syntax error when reading ZSON it had sent as output (#2792)
460460
* Add an `/events` endpoint to the API, which can be used by clients such as the Brim app to be notified of pool updates (#2791)
@@ -628,7 +628,7 @@ questions.
628628

629629
## v0.23.0
630630
* zql: Add `week` as a unit for [time grouping with `every`](docs/language/functions/every.md) (#1374)
631-
* zq: Fix an issue where a `null` value in a [JSON type definition](docs/integrations/zeek/index.md) caused a failure without an error message (#1377)
631+
* zq: Fix an issue where a `null` value in a [JSON type definition](docs/integrations/zeek/_index.md) caused a failure without an error message (#1377)
632632
* zq: Add [`zst` format](docs/formats/csup.md) to `-i` and `-f` command-line help (#1384)
633633
* zq: ZNG spec and `zq` updates to introduce the beta ZNG storage format (#1375, #1415, #1394, #1457, #1512, #1523, #1529), also addressing the following:
634634
* New data type `bytes` for storing sequences of bytes encoded as base64 (#1315)
@@ -644,11 +644,11 @@ questions.
644644
* zqd: Check and convert alpha ZNG filestores to beta ZNG (#1574, #1576)
645645
* zq: Fix an issue where spill-to-disk file names could collide (#1391)
646646
* zq: Allow the [`fuse` operator](docs/language/operators/fuse.md) to spill-to-disk to avoid memory limitations (#1355, #1402)
647-
* zq: No longer require `_path` as a first column in a [JSON type definition](docs/integrations/zeek/index.md) (#1370)
647+
* zq: No longer require `_path` as a first column in a [JSON type definition](docs/integrations/zeek/_index.md) (#1370)
648648
* zql: Improve ZQL docs for [aggregate functions](docs/language/operators/summarize.md) and grouping (#1385)
649649
* zql: Point links for developer docs at [pkg.go.dev](https://pkg.go.dev/) instead of [godoc.org](https://godoc.org/) (#1401)
650650
* zq: Add support for timestamps with signed timezone offsets (#1389)
651-
* zq: Add a [JSON type definition](docs/integrations/zeek/index.md) for alert events in [Suricata EVE logs](https://suricata.readthedocs.io/en/suricata-5.0.2/output/eve/eve-json-output.html) (#1400)
651+
* zq: Add a [JSON type definition](docs/integrations/zeek/_index.md) for alert events in [Suricata EVE logs](https://suricata.readthedocs.io/en/suricata-5.0.2/output/eve/eve-json-output.html) (#1400)
652652
* zq: Update the [ZNG over JSON (ZJSON)](docs/formats/zjson.md) spec and implementation (#1299)
653653
* zar: Use buffered streaming for archive import (#1397)
654654
* zq: Add an `ast` command that prints parsed ZQL as its underlying JSON object (#1416)

docs/integrations/fluentd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ record for archiving and analytics.
1212
This guide walks through two simple configurations of Fluentd with a Zed lake
1313
that can be used as reference for starting your own production configuration.
1414
As it's a data source important to many in the Zed community, log data from
15-
[Zeek](./zeek/index.md) is used in this guide. The approach shown can be
15+
[Zeek](./zeek/_index.md) is used in this guide. The approach shown can be
1616
easily adapted to any log data source.
1717

1818
## Software

0 commit comments

Comments
 (0)