文件名称:heka-protobuf-filter:Heka 过滤器,用于在输出之前将消息编码到 protobuf
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-25 21:24:01
Go
heka-protobuf-过滤器 Protobuf 过滤器插件 原型缓冲区过滤器 建造 请参阅在插件中进行编译。 编辑 cmake/plugin_loader.cmake 文件并添加 add_external_plugin(git https://github.com/michaelgibson/heka-protobuf-filter master) 构建赫卡: . ./build.sh 配置 [filter_protobuf] type = "ProtobufFilter" message_matcher = "Fields[decoded] == 'True'" flush_interval = 30000 flush_bytes = 10000 protobuf_tag = "protobuf_filtered" encoder = "ProtobufEncoder" de
【文件预览】:
heka-protobuf-filter-master
----LICENSE.md(16KB)
----README.md(704B)
----protobuf_filter.go(5KB)