Jdots codec pluginedit

Logstash Core Plugin. The jdots codec plugin cannot be installed or uninstalled independently of Logstash.

Getting Helpedit

For questions about the plugin, open a topic in the Discuss forums. For bugs or feature requests, open an issue in Github.

Descriptionedit

This 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