logstash/docs/reference/plugins-codecs-dots.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

1.1 KiB
Raw Blame History

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

Dots codec plugin [plugins-codecs-dots]

  • Plugin version: v3.0.6
  • Released on: 2017-11-07
  • Changelog

For other versions, see the Versioned plugin docs.

Getting help [_getting_help_178]

For questions about the plugin, open a topic in the Discuss forums. For bugs or feature requests, open an issue in Github. For the list of Elastic supported plugins, please consult the Elastic Support Matrix.

Description [_description_177]

This codec generates a dot(.) to represent each Event it processes. This is typically used with stdout output to provide feedback on the terminal. It is also used to measure Logstashs throughtput with the pv command.