Skip to content

Commit

Permalink
Fix NDJSON links (#4954)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Dec 23, 2023
1 parent ec5165f commit a99b4f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/formats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Each JSON value is self-describing in terms of its
structure and types, though the JSON type system is limited.

When a sequence of JSON objects is organized into a stream
(perhaps [separated by newlines](https://en.wikipedia.org/wiki/JSON_streaming#Newline-Delimited_JSON))
(perhaps [separated by newlines](https://en.wikipedia.org/wiki/JSON_streaming#NDJSON))
each value can take on any form.
When all the values have the same form, the JSON sequence
begins to look like a relational table, but the lack of a comprehensive type system,
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/zjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ and an array of union of string, and float64 --- might have a value that looks l
## 3. Object Framing

A ZJSON file is composed of ZJSON objects formatted as
[newline delimited JSON (NDJSON)](https://en.wikipedia.org/wiki/JSON_streaming#Newline-Delimited_JSON).
[newline delimited JSON (NDJSON)](https://en.wikipedia.org/wiki/JSON_streaming#NDJSON).
e.g., the [zq](../commands/zq.md) CLI command
writes its ZJSON output as lines of NDJSON.

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/zeek/reading-zeek-log-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ equivalent [rich types in Zed](../../formats/zson.md#23-primitive-values).
## Zeek NDJSON

As an alternative to the default TSV format, there are two common ways that
Zeek may instead generate logs in [NDJSON](https://en.wikipedia.org/wiki/JSON_streaming#Newline-Delimited_JSON) format.
Zeek may instead generate logs in [NDJSON](https://en.wikipedia.org/wiki/JSON_streaming#NDJSON) format.

1. Using the [JSON Streaming Logs](https:/corelight/json-streaming-logs)
package (recommended for use with Zed)
Expand Down

0 comments on commit a99b4f9

Please sign in to comment.