From 6b458c8041b85c81f545594abe7bd3f851049a93 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:40:26 +0000 Subject: [PATCH] [7.17] fix: replace ndjson.org with ndjson spec (backport #3997) (#3998) * fix: replace ndjson.org with ndjson spec (#3997) the original website expired and it's currently serving malicious content. (cherry picked from commit 698d4e000c2d3d0f0f409ed931125e3aad2eb27a) # Conflicts: # docs/en/serverless/apm/apm-server-api/api-events.mdx * Delete docs/en/serverless/apm/apm-server-api/api-events.mdx --------- Co-authored-by: kruskall <99559985+kruskall@users.noreply.github.com> Co-authored-by: Brandon Morelli --- docs/en/apm-server/api-events.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/apm-server/api-events.asciidoc b/docs/en/apm-server/api-events.asciidoc index 8ebd478e89..1eeb032024 100644 --- a/docs/en/apm-server/api-events.asciidoc +++ b/docs/en/apm-server/api-events.asciidoc @@ -13,7 +13,7 @@ Events can be: * Metrics Each event is sent as its own line in the HTTP request body. -This is known as http://ndjson.org[newline delimited JSON (NDJSON)]. +This is known as https://github.com/ndjson/ndjson-spec[newline delimited JSON (NDJSON)]. With NDJSON, agents can open an HTTP POST request and use chunked encoding to stream events to the APM Server as soon as they are recorded in the agent.