我使用Hive和Spring Boot。
<dependency>
<groupId>io.honeycomb.beeline</groupId>
<artifactId>beeline-spring-boot-starter</artifactId>
<version>1.0.2</version>
</dependency>
我能够成功地将数据发送到Hive,但默认情况下,beeline/spring正在发送标准字段,如“request.path”、“request.header…”、“request…”等。。。
如何将这些标准字段中的部分或全部排除在记录/发送到honeycomb的范围之外?
任何代码/配置示例都很有用。
1条答案
按热度按时间lstz6jyr1#
好的,所以我必须创建eventpostprocessor并删除我感兴趣的标准字段。。。我希望这是正确的方法!
}
}