简体   繁体   English

我如何使用log4j2将批量数据发送到elasticsearch

[英]How do I send Bulk data to elasticsearch using log4j2

I am new to elasticsearch. 我是Elasticsearch的新手。 I need to send bulk data to elasticsearch using log4j2. 我需要使用log4j2将批量数据发送到elasticsearch。 I didn't find any proper information on the internet for this. 我在互联网上找不到与此有关的任何适当信息。 Even some informative article would be a great help. 即使是一些内容丰富的文章也会有很大帮助。 Thanks in advance. 提前致谢。

NoSql Log4j2 appender logs messages to Elasticsearch. NoSql Log4j2附加程序将消息记录到Elasticsearch。

https://github.com/jprante/log4j2-elasticsearch https://github.com/jprante/log4j2-elasticsearch

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ElasticSearch 错误状态记录器 Log4j2 在我使用 Logback 时找不到日志记录实现 - ElasticSearch ERROR StatusLogger Log4j2 could not find a logging implementation when I'm using Logback 如何将日志从Java程序(log4j2)索引到Elasticsearch - How to index logs from java program (log4j2) into elasticsearch Elasticsearch + Log4j2 + Spring关闭问题 - Elasticsearch + Log4j2 + Spring shutdown problems 如何在 Spring 数据弹性搜索中使用 elasticsearchOperations 进行批量更新? - How to do bulk update using elasticsearchOperations in Spring data elasticsearch? 如何使用NEST Bulk Api将文档添加到Elasticsearch - How do i add documents to elasticsearch using NEST Bulk Api 如何使用FileBeat将管道分隔格式的日志数据以JSON格式发送到Elasticsearch? - How do I use FileBeat to send log data in pipe separated format to Elasticsearch in JSON format? 使用Elasticsearch 5.0客户端的Springboot-Log4j2错误 - Springboot with Elasticsearch 5.0 client - Log4j2 errors 如何批量发送请求? Elasticsearch - How to send request with bulk? Elasticsearch 如何将字典批量发送到 elasticsearch? - How to send a dictionary in bulk to elasticsearch? 如何将不带ID的批量插入内容发送到Elasticsearch - How do you send bulk inserts with no ids to elasticsearch
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM