logstash/docs/static/output.asciidoc

14 lines
469 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: Logstash outputs must implement the `register` and `multi_receive` methods.
include::include/pluginbody.asciidoc[]