From ed233b7cafb5b56beeadd4a7ea0b680c4646f8be Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Wed, 31 Jan 2024 14:10:40 +1030 Subject: [PATCH] x-pack/filebeat/docs/input: advise to use CEL over HTTPJSON for new projects --- x-pack/filebeat/docs/inputs/input-httpjson.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/filebeat/docs/inputs/input-httpjson.asciidoc b/x-pack/filebeat/docs/inputs/input-httpjson.asciidoc index 410edf9f9485..baa5767b91d3 100644 --- a/x-pack/filebeat/docs/inputs/input-httpjson.asciidoc +++ b/x-pack/filebeat/docs/inputs/input-httpjson.asciidoc @@ -11,6 +11,8 @@ Use the `httpjson` input to read messages from an HTTP API with JSON payloads. +If you are starting development of a new custom HTTP API input, we recommend that you use the <> which provides greater flexibility and an improved developer experience. + This input supports: * Auth