Skip to content

Releases: Chavaillaz/elasticsearch-log4j-appender

3.0.1

24 Jan 23:48
Compare
Choose a tag to compare
  • Add Log4j plugin processor to generate Log4j2Plugins.dat
  • Improve client closing and add constructor with client as parameter
  • Use an immutable logging event to avoid any issue when delaying its processing
  • Update dependencies

3.0.0

03 Nov 22:41
Compare
Choose a tag to compare
  • Refactoring to separate Elasticsearch specific implementation (possibly for future extension using other servers)
    • Class path of Appender has changed!
    • Parameters of Appender have changed!
    • New interface to be implemented for converters
    • New system and environment variables are handled for properties
    • ElasticIndexSuffix is renamed IndexSuffix and has no more default value
    • ElasticBatchSize is renamed FlushThreshold and changes its default value
    • ElasticBatchDelay is renamed FlushInterval and changes its default value
    • ElasticBatchInitialDelay is removed and the initial delay is now given by FlushInterval
    • ElasticParallelExecution is removed as there is no reason to transmit logs sequentially
    • The default converter is now located at com.chavaillaz.appender.log4j.DefaultLogConverter

Please have a look at the documentation in the README for more information.

2.1.3

03 Nov 15:17
Compare
Choose a tag to compare
  • Update dependencies
    • Elasticsearch updated to 8.15.3
    • Jackson updated to 2.18.1
    • Log4j updated to 2.24.1

2.1.2

21 May 16:25
Compare
Choose a tag to compare
  • Add possibility to authenticate to Elasticsearch via an API Key
  • Updates dependencies to remove vulnerabilities
    • Elasticsearch updated to 8.7.1
    • Jackson updated to 2.15.1
    • Log4j updated to 2.20.0

2.1.1

21 Oct 11:44
Compare
Choose a tag to compare
  • Updates dependencies to remove vulnerabilities
    • Elasticsearch updated to 8.4.3
    • Jackson updated to 2.13.4.2
    • Log4j updated to 2.19.0

2.1.0

08 Jun 19:21
Compare
Choose a tag to compare

Update for Elasticsearch 8.

2.0.0

04 Jan 00:29
Compare
Choose a tag to compare

Migration to log4j2

1.0.0

08 Dec 11:41
Compare
Choose a tag to compare

First version of the Elasticsearch appender for log4j.