mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Fix class discovery for Threadables
This commit is contained in:
parent
07e6448fc2
commit
c745c1b2c3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class LogStashConfigDocGenerator
|
|||
def initialize
|
||||
@rules = {
|
||||
COMMENT_RE => lambda { |m| add_comment(m[1]) },
|
||||
/^ *class.*< *LogStash::(Outputs|Filters|Inputs)::Base/ => \
|
||||
/^ *class.*< *LogStash::(Outputs|Filters|Inputs)::(Base|Threadable)/ => \
|
||||
lambda { |m| set_class_description },
|
||||
/^ *config +[^=].*/ => lambda { |m| add_config(m[0]) },
|
||||
/^ *plugin_status .*/ => lambda { |m| set_plugin_status(m[0]) },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue