joker-star-l commented on code in PR #44329: URL: https://github.com/apache/doris/pull/44329#discussion_r1851248227
########## extension/logstash/lib/logstash/outputs/doris.rb: ########## @@ -77,9 +77,9 @@ class LogStash::Outputs::Doris < LogStash::Outputs::Base def print_plugin_info() - @@plugins = Gem::Specification.find_all{|spec| spec.name =~ /logstash-output-doris/ } - @plugin_name = @@plugins[0].name - @plugin_version = @@plugins[0].version + @plugins = Gem::Specification.find_all{|spec| spec.name =~ /logstash-output-doris/ } Review Comment: The http plugin has no code for this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org