From 6f8f31ea0068ee6e5ab212c84e2a1ce6368d5baa Mon Sep 17 00:00:00 2001 From: Nicolas Ruflin Date: Wed, 15 Aug 2018 13:26:06 +0200 Subject: [PATCH] Fix processor autodiscovery docs for Filebeat (#7937) { needs escaping as otherwise asciidoc will show an empty code block. --- filebeat/docs/autodiscover-hints.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebeat/docs/autodiscover-hints.asciidoc b/filebeat/docs/autodiscover-hints.asciidoc index e258e61ec4d9..a49a8abd055e 100644 --- a/filebeat/docs/autodiscover-hints.asciidoc +++ b/filebeat/docs/autodiscover-hints.asciidoc @@ -73,7 +73,7 @@ of supported processors. In order to provide ordering of the processor definition, numbers can be provided. If not, the hints builder will do arbitrary ordering: -["source","yaml",subs="attributes"] +["source","yaml"] ------------------------------------------------------------------------------------- co.elastic.logs/processors.1.dissect.tokenizer: "%{key1} %{key2}" co.elastic.logs/processors.dissect.tokenizer: "%{key2} %{key1}"