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
feature相关背景与描述 每次上报日志时会携带重复的meta数据,业务可能会有大量的日志上报,导致不必要的网络资源浪费,采集器支持日志打包上报的功能,通过开启这个功能,可以有效减少网络资源的浪费
解决方案描述 通过配置采集器的package字段即可开启该功能,经测试可用
The text was updated successfully, but these errors were encountered:
feature: support configuring logbeat's package option. issue TencentB…
b41e684
…lueKing#725
fix: avoid changing old collection config. issue TencentBlueKing#725
27a86c9
DeveloperJim
No branches or pull requests
feature相关背景与描述
每次上报日志时会携带重复的meta数据,业务可能会有大量的日志上报,导致不必要的网络资源浪费,采集器支持日志打包上报的功能,通过开启这个功能,可以有效减少网络资源的浪费
解决方案描述
通过配置采集器的package字段即可开启该功能,经测试可用
The text was updated successfully, but these errors were encountered: