From 1af281f60f5badc85d13523e4e22f6bde3d6bd42 Mon Sep 17 00:00:00 2001 From: Frederic Dartayre <30438455+fdartayre@users.noreply.github.com> Date: Mon, 14 Nov 2022 15:57:20 +0100 Subject: [PATCH] Update index.asciidoc `debug` is not a valid configuration option of the `stdout` plugin --- docs/index.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 7e67c7c..5bf0f5b 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -53,7 +53,7 @@ Then with this logstash config: } output { stdout { - debug => true + codec => rubydebug } } @@ -124,4 +124,4 @@ The path to the sqlite database file. [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[] -:default_codec!: \ No newline at end of file +:default_codec!: