NAME
Log::Log4perl::Appender::Elasticsearch::Bulk
DESCRIPTION
This appender is based on Log::Log4perl::Appender::Elasticsearch. It buffers the log entries and flush by certain buffer size or on destroy.
OPTIONS
buffer_size
the number of log entries in a bulk load.
default 50
For further options see Log::Log4perl::Appender::Elasticsearch
AUTHOR
Alexei Pastuchov <palik at cpan.com>
REPOSITORY
https://github.com/p-alik/Log-Log4perl-Appender-Elasticsearch.git
LICENSE AND COPYRIGHT
Copyright 2015 by Alexei Pastuchov <palik at cpan.org>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.