Vishal
Vishal

Reputation: 29

How do I send Bulk data to elasticsearch using log4j2

I am new to elasticsearch. I need to send bulk data to elasticsearch using log4j2. I didn't find any proper information on the internet for this. Even some informative article would be a great help. Thanks in advance.

Upvotes: 0

Views: 925

Answers (1)

Vivek Pakmode
Vivek Pakmode

Reputation: 1026

NoSql Log4j2 appender logs messages to Elasticsearch.

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

Upvotes: 0

Related Questions