We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在使用http输出时,我发现只能将日志一条一条的输出,无法将日志批量整合到json里发送到http接口。
The text was updated successfully, but these errors were encountered:
Type: flusher_http RemoteURL: http://localhsot:9428/insert QueueCapacity: 64 Convert: Encoding: json
比如我设置了QueueCapacity,但是日志输出时,只能采集到一条日志后发送到http://localhsot:9428/insert接口,而非一批日志发送到该接口。我要怎么做才能一批日志转成json数组请求过去呢?
Sorry, something went wrong.
No branches or pull requests
在使用http输出时,我发现只能将日志一条一条的输出,无法将日志批量整合到json里发送到http接口。
The text was updated successfully, but these errors were encountered: