Adds link to sample code for shutdown APIs

Fixes #4041
This commit is contained in:
Paul Echeverri 2015-10-15 20:15:10 -07:00 committed by Jordan Sissel
parent 27809eaff5
commit 8180fd7574

View file

@ -32,6 +32,7 @@ exit. The `close` method is a a new name for the method known as `teardown` in p
The `shutdown`, `finished`, `finished?`, `running?`, and `terminating?` methods are redundant and no longer present in the
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].
[float]
=== Extending Logstash core