- 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 renamedIndexSuffix
and has no more default valueElasticBatchSize
is renamedFlushThreshold
and changes its default valueElasticBatchDelay
is renamedFlushInterval
and changes its default valueElasticBatchInitialDelay
is removed and the initial delay is now given byFlushInterval
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.