logstash/docs/static/codec.asciidoc
Suyog Rao 9477db2768 Cleanup docs directory
Remove old, unused markdown docs
Bring dir structure to mirror logstash-docs repo
2015-12-21 08:36:02 +05:30

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[]