Skip to content

Commit

Permalink
Fix processor autodiscovery docs for Filebeat (elastic#7937)
Browse files Browse the repository at this point in the history
{ needs escaping as otherwise asciidoc will show an empty code block.
  • Loading branch information
ruflin authored and jsoriano committed Aug 15, 2018
1 parent 5b54084 commit 62f8c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/docs/autodiscover-hints.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 62f8c45

Please sign in to comment.