From ca392aeb18e543c3e10395e3963e1d53f0a2bf7b Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:40:29 +0200 Subject: [PATCH] fix: replace ndjson.org with ndjson spec the original website expired and it's currently serving malicious content. --- docs/en/observability/apm/api-events.asciidoc | 2 +- docs/en/serverless/apm/apm-server-api/api-events.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/observability/apm/api-events.asciidoc b/docs/en/observability/apm/api-events.asciidoc index dd63b1d7be..da1b2f7f67 100644 --- a/docs/en/observability/apm/api-events.asciidoc +++ b/docs/en/observability/apm/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. diff --git a/docs/en/serverless/apm/apm-server-api/api-events.mdx b/docs/en/serverless/apm/apm-server-api/api-events.mdx index bbdc797ef3..2bc1a53d92 100644 --- a/docs/en/serverless/apm/apm-server-api/api-events.mdx +++ b/docs/en/serverless/apm/apm-server-api/api-events.mdx @@ -16,7 +16,7 @@ Events can be: * Metrics Each event is sent as its own line in the HTTP request body. -This is known as [newline delimited JSON (NDJSON)](http://ndjson.org). +This is known as [newline delimited JSON (NDJSON)](https://github.com/ndjson/ndjson-spec). With NDJSON, agents can open an HTTP POST request and use chunked encoding to stream events to the managed intake service as soon as they are recorded in the agent.