我的应用程序需要写入Flume和flume将请求转发给Elasticsearch。我还没有想出如何接受数据作为json字符串,以便水槽围绕它构建文档并索引到Elasticsearch。
我尝试使用netcat作为源代码,但随后它创建了一个带有字段主体的文档并将我的字符串JSON放入其中。 我宁愿期望它通过反序列化JSON字符串来创建文档。
答案 0 :(得分:0)
The upcoming Flume 1.6 release has much better support for this.
Alternatively, write your own serializer.