joker-star-l commented on code in PR #44329:
URL: https://github.com/apache/doris/pull/44329#discussion_r1851245623
##########
extension/logstash/lib/logstash/outputs/doris.rb:
##########
@@ -90,17 +90,17 @@ def print_plugin_info()
end
def register
- @http_query = "/api/#{db}/#{table}/_stream_load"
+ @http_query = "/api/#{@db}/#{@table}/_stream_load"
Review Comment:
It's not necessary, but it's usually added in logstash plugin.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]