Skip to content

Commit

Permalink
Change links for NDJSON info (#4875)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Nov 9, 2023
1 parent d30c7d7 commit 8bd9adc
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](http://ndjson.org/))
(perhaps [separated by newlines](https://en.wikipedia.org/wiki/JSON_streaming#Newline-Delimited_JSON))
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)](http://ndjson.org/).
[newline delimited JSON (NDJSON)](https://en.wikipedia.org/wiki/JSON_streaming#Newline-Delimited_JSON).
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](http://ndjson.org/) format.
Zeek may instead generate logs in [NDJSON](https://en.wikipedia.org/wiki/JSON_streaming#Newline-Delimited_JSON) format.

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

0 comments on commit 8bd9adc

Please sign in to comment.