logstash/docs/reference/plugins-codecs-jdots.md
Colleen McGinnis 3115c78bf8
[docs] Migrate docs from AsciiDoc to Markdown (#17159)
* delete asciidoc files
* add migrated files
2025-02-26 14:19:48 -05:00

838 B

navigation_title mapped_pages
jdots
https://www.elastic.co/guide/en/logstash/current/plugins-codecs-jdots.html

Jdots codec plugin [plugins-codecs-jdots]

{{ls}} Core Plugin. The jdots codec plugin cannot be installed or uninstalled independently of {{ls}}.

Getting help [_getting_help_185]

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

Description [_description_184]

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