第 215 章 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>

215.1. URI 格式

lumberjack:host
lumberjack:host:port

您可以使用以下格式在 URI 中附加查询选项 ?option=value&option=value&…​