mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 09:46:03 -04:00
25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
---
|
||
navigation_title: "dots"
|
||
mapped_pages:
|
||
- 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](https://github.com/logstash-plugins/logstash-codec-dots/blob/v3.0.6/CHANGELOG.md)
|
||
|
||
For other versions, see the [Versioned plugin docs](logstash-docs://reference/codec-dots-index.md).
|
||
|
||
## Getting help [_getting_help_178]
|
||
|
||
For questions about the plugin, open a topic in the [Discuss](http://discuss.elastic.co) forums. For bugs or feature requests, open an issue in [Github](https://github.com/logstash-plugins/logstash-codec-dots). For the list of Elastic supported plugins, please consult the [Elastic Support Matrix](https://www.elastic.co/support/matrix#logstash_plugins).
|
||
|
||
|
||
## 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 Logstash’s throughtput with the `pv` command.
|
||
|
||
|