logstash/docs/static/output.asciidoc
Nik Everett 169a04d55d
Docs: Fix backticks in how to docs (#11018)
In the "methods" sections of the how to develop a plugin docs
Asciidoctor as incorrectly passing backticks into the output when it
should have marked the words surrounded by backticks as code. I'm not
100% sure why it did that. The fix is to force macro evaluation
immediately on attribute assignment.
2019-08-21 09:07:12 -04:00

14 lines
477 B
Text

:register_method: true
:multi_receive_method: true
:plugintype: output
:pluginclass: Outputs
:pluginname: example
:pluginnamecap: Example
:blockfilter: true
:getstarted: Let's step through creating an {plugintype} plugin using the https://github.com/logstash-plugins/logstash-output-example/[example {plugintype} plugin].
:methodheader: pass:m[Logstash outputs must implement the `register` and `multi_receive` methods.]
include::include/pluginbody.asciidoc[]