mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Returns inadvertently removed material on building plugins.
Fixes #4634
This commit is contained in:
parent
5c463ca458
commit
89e20331f4
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ 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
|
||||
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]
|
||||
* http://www.elasticsearch.org/guide/en/logstash/current/_how_to_write_a_logstash_codec_plugin.html[How to write a Logstash codec plugin]
|
||||
* http://www.elasticsearch.org/guide/en/logstash/current/_how_to_write_a_logstash_filter_plugin.html[How to write a Logstash filter plugin]
|
||||
* http://www.elasticsearch.org/guide/en/logstash/current/_how_to_write_a_logstash_output_plugin.html[How to write a Logstash output plugin]
|
||||
* <<contributing-patch-plugin,Contributing a Patch to a Logstash Plugin>>
|
||||
* <<community-maintainer,Community Maintainer's Guide>>
|
||||
* <<submitting-plugin,Submitting a Plugin>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue