mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
12 lines
431 B
Text
12 lines
431 B
Text
:register_method: true
|
|
:run_method: true
|
|
:plugintype: input
|
|
:pluginclass: Inputs
|
|
:pluginname: example
|
|
:pluginnamecap: Example
|
|
|
|
:getstarted: Let's step through creating an {plugintype} plugin using the https://github.com/logstash-plugins/logstash-input-example/[example {plugintype} plugin].
|
|
|
|
:methodheader: Logstash inputs must implement two main methods: `register` and `run`.
|
|
|
|
include::include/pluginbody.asciidoc[]
|