From 21c73cfc57012aa64392b7e526778db394bff5cd Mon Sep 17 00:00:00 2001 From: Julien Orain Date: Thu, 8 Apr 2021 10:35:12 +0200 Subject: [PATCH] fix(docs): Fix block code --- docs/index.asciidoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 7760d91..c8186e6 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -53,12 +53,10 @@ An example of configuration can be: match => { "message" => "%{TIMESTAMP_ISO8601} START id: (?.*)" } add_tag => [ "taskStarted" ] } - grok { match => { "message" => "%{TIMESTAMP_ISO8601} END id: (?.*)" } add_tag => [ "taskTerminated" ] } - elapsed { start_tag => "taskStarted" end_tag => "taskTerminated" @@ -177,4 +175,4 @@ the last one will be used. [id="plugins-{type}s-{plugin}-common-options"] -include::{include_path}/{type}.asciidoc[] \ No newline at end of file +include::{include_path}/{type}.asciidoc[]