mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
14 lines
469 B
Text
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[]
|