第 216 章 Lumberjack 组件
从 Camel 版本 2.18 开始提供
Lumberjack 组件使用 Lumberjack 协议从 Filebeat (实例)检索通过网络发送的日志。网络通信可以通过 SSL 保护。
此组件只支持消费者端点。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-lumberjack</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
216.1. URI 格式
lumberjack:host lumberjack:host:port
您可以在 URI 中附加查询选项,格式为 ?option=value&option=value&…