Loading
Jdots codec plugin
Logstash Core Plugin. The jdots codec plugin cannot be installed or uninstalled independently of Logstash.
For questions about the plugin, open a topic in theDiscuss forums. For bugs or feature requests, open an issue inGithub.
This codec renders each processed event as a dot (.
). It is typically used with thejava_stdout
output to provide approximate event throughput. It is especially useful when combined withpv
andwc -c
as follows:
bin/logstash -f /path/to/config/with/jdots/codec | pv | wc -c