IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Jdots codec plugin
editJdots codec plugin
editLogstash Core Plugin. The jdots codec plugin cannot be installed or uninstalled independently of Logstash.
Getting Help
editFor questions about the plugin, open a topic in the Discuss forums. For bugs or feature requests, open an issue in Github.
Description
editThis codec renders each processed event as a dot (.
). It is typically used with the java_stdout
output to provide
approximate event throughput. It is especially useful when combined with pv
and wc -c
as follows:
bin/logstash -f /path/to/config/with/jdots/codec | pv | wc -c