mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
1260f63a2a
commit
5c463ca458
2 changed files with 4 additions and 6 deletions
|
@ -14,10 +14,9 @@ Since plugins can now be developed and deployed independently of the Logstash
|
||||||
core, there are documents which guide you through the process of coding and
|
core, there are documents which guide you through the process of coding and
|
||||||
deploying your own plugins:
|
deploying your own plugins:
|
||||||
|
|
||||||
* http://www.elasticsearch.org/guide/en/logstash/current/_how_to_write_a_logstash_input_plugin.html[How to write a Logstash input plugin]
|
* <<contributing-patch-plugin,Contributing a Patch to a Logstash Plugin>>
|
||||||
* http://www.elasticsearch.org/guide/en/logstash/current/_how_to_write_a_logstash_codec_plugin.html[How to write a Logstash codec plugin]
|
* <<community-maintainer,Community Maintainer's Guide>>
|
||||||
* http://www.elasticsearch.org/guide/en/logstash/current/_how_to_write_a_logstash_filter_plugin.html[How to write a Logstash filter plugin]
|
* <<submitting-plugin,Submitting a Plugin>>
|
||||||
* http://www.elasticsearch.org/guide/en/logstash/current/_how_to_write_a_logstash_output_plugin.html[How to write a Logstash output plugin]
|
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
==== Plugin API Changes added[2.0]
|
==== Plugin API Changes added[2.0]
|
||||||
|
@ -35,7 +34,6 @@ Plugin Base class.
|
||||||
|
|
||||||
Sample code for the new plugin shutdown APIs is https://github.com/logstash-plugins/logstash-input-example/blob/master/lib/logstash/inputs/example.rb[available].
|
Sample code for the new plugin shutdown APIs is https://github.com/logstash-plugins/logstash-input-example/blob/master/lib/logstash/inputs/example.rb[available].
|
||||||
|
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
=== Extending Logstash core
|
=== Extending Logstash core
|
||||||
|
|
||||||
|
|
2
docs/static/maintainer-guide.asciidoc
vendored
2
docs/static/maintainer-guide.asciidoc
vendored
|
@ -12,7 +12,7 @@ https://www.elastic.co/guide/en/logstash/current/contributing-to-logstash.html[_
|
||||||
|
|
||||||
=== Document Goals
|
=== Document Goals
|
||||||
|
|
||||||
To help make the Logstash plugins community participation easy with positive feedback.
|
To help make the Logstash plugins community participation easy with positive feedback.
|
||||||
|
|
||||||
To increase diversity.
|
To increase diversity.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue