From 4ef8a25ea652823f7c4412ab7cb459777abe8cd8 Mon Sep 17 00:00:00 2001 From: Felix Barnsteiner Date: Wed, 30 Mar 2022 10:24:40 +0200 Subject: [PATCH] Use filestream instead of deprecated log input --- docs/setup.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.asciidoc b/docs/setup.asciidoc index e8b7ffa1..7edbc5b1 100644 --- a/docs/setup.asciidoc +++ b/docs/setup.asciidoc @@ -47,7 +47,7 @@ But when combining the multiline settings with a `decode_json_fields` we can als [source,yml] ---- filebeat.inputs: - - type: log + - type: filestream paths: /path/to/logs.json multiline.pattern: '^{' multiline.negate: true