allen-gf opened a new issue, #30537: URL: https://github.com/apache/doris/issues/30537
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version logstash output配置 http { format => "json_batch" follow_redirects => "true" keepalive => "false" automatic_retries => "1" http_method => "put" url => "http://10.1.32.175:8030/api/logs/tx_log_test/_stream_load" headers => [ "format", "json", "max_filter_ratio", "0.01", "columns", "msg", "jsonpaths", "[\"$.contents.content\"]", "strict_mode", "false", "strip_outer_array", "true", "load_to_single_tablet", "true", "Authorization", "Basic cm9vdDo=", "Expect", "100-continue" ] } ### What's Wrong? [2024-01-29T16:17:39,067][ERROR][logstash.outputs.http ][main][bc54b253caa8d54ed8483069108b89ce03d3d343739a620e15d737ed48a0ae35] Encountered non-2xx HTTP code 307 {:response_code=>307, :url=>"http://10.1.32.175:8030/api/logs/tx_log_test/_stream_load", :event=>[#<LogStash::Event:0x6907133a>, #<LogStash::Event:0x2e18c4cf>, #<LogStash::Event:0x7396726c>, #<LogStash::Event:0x68ed0d4b>, #<LogStash::Event:0x39a25daf>, #<LogStash::Event:0x5174c8e8>, #<LogStash::Event:0x11b1d5b8>, #<LogStash::Event:0x11361590>, #<LogStash::Event:0x3ad26d3c>, #<LogStash::Event:0x4d16d106>, #<LogStash::Event:0x5215c109>, #<LogStash::Event:0x73aed44e>, #<LogStash::Event:0x5abcfc8a>, #<LogStash::Event:0x2159883a>, #<LogStash::Event:0x5d381891>, #<LogStash::Event:0x58b1bbdc>, # ### What You Expected? 理论http 设置follow_redirects => "true" 不应该出现这个错误 ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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.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