mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
15 lines
516 B
Text
15 lines
516 B
Text
:register_method: true
|
|
:encode_method: true
|
|
:decode_method: true
|
|
:plugintype: codec
|
|
:pluginclass: Codecs
|
|
:pluginname: example
|
|
:pluginnamecap: Example
|
|
|
|
:blockinput: true
|
|
|
|
:getstarted: Let's step through creating a {plugintype} plugin using the https://github.com/logstash-plugins/logstash-codec-example/[example {plugintype} plugin].
|
|
|
|
:methodheader: Logstash codecs must implement the `register` method, and the `decode` method or the `encode` method (or both).
|
|
|
|
include::include/pluginbody.asciidoc[]
|