diff --git a/docs/static/codec.asciidoc b/docs/static/codec.asciidoc index 6b0fd558a..f3ed7fd7e 100644 --- a/docs/static/codec.asciidoc +++ b/docs/static/codec.asciidoc @@ -10,6 +10,6 @@ :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). +:methodheader: pass:m[Logstash codecs must implement the `register` method, and the `decode` method or the `encode` method (or both).] include::include/pluginbody.asciidoc[] diff --git a/docs/static/filter.asciidoc b/docs/static/filter.asciidoc index ba20f5856..e12712c8b 100644 --- a/docs/static/filter.asciidoc +++ b/docs/static/filter.asciidoc @@ -9,6 +9,6 @@ :getstarted: Let's step through creating a {plugintype} plugin using the https://github.com/logstash-plugins/logstash-filter-example/[example {plugintype} plugin]. -:methodheader: Logstash filters must implement the `register` and `filter` methods. +:methodheader: pass:m[Logstash filters must implement the `register` and `filter` methods.] include::include/pluginbody.asciidoc[] diff --git a/docs/static/input.asciidoc b/docs/static/input.asciidoc index d84275b51..7c3f720e7 100644 --- a/docs/static/input.asciidoc +++ b/docs/static/input.asciidoc @@ -7,6 +7,6 @@ :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`. +:methodheader: pass:m[Logstash inputs must implement two main methods: `register` and `run`.] include::include/pluginbody.asciidoc[] diff --git a/docs/static/output.asciidoc b/docs/static/output.asciidoc index 0f9b1b1c0..d42536d6b 100644 --- a/docs/static/output.asciidoc +++ b/docs/static/output.asciidoc @@ -9,6 +9,6 @@ :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. +:methodheader: pass:m[Logstash outputs must implement the `register` and `multi_receive` methods.] include::include/pluginbody.asciidoc[]