[docs] Migrate docs from AsciiDoc to Markdown (#17159)

* delete asciidoc files
* add migrated files
This commit is contained in:
Colleen McGinnis 2025-02-26 13:19:48 -06:00 committed by GitHub
parent 884ae815b5
commit 3115c78bf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
508 changed files with 67718 additions and 20031 deletions

View file

@ -0,0 +1,42 @@
---
navigation_title: "rubydebug"
mapped_pages:
- https://www.elastic.co/guide/en/logstash/current/plugins-codecs-rubydebug.html
---
# Rubydebug codec plugin [plugins-codecs-rubydebug]
* Plugin version: v3.1.0
* Released on: 2020-07-08
* [Changelog](https://github.com/logstash-plugins/logstash-codec-rubydebug/blob/v3.1.0/CHANGELOG.md)
For other versions, see the [Versioned plugin docs](logstash-docs://docs/reference/codec-rubydebug-index.md).
## Getting help [_getting_help_197]
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-rubydebug). For the list of Elastic supported plugins, please consult the [Elastic Support Matrix](https://www.elastic.co/support/matrix#logstash_plugins).
## Description [_description_196]
The rubydebug codec will output your Logstash event data using the Ruby Amazing Print library.
## Rubydebug Codec Configuration Options [plugins-codecs-rubydebug-options]
| Setting | Input type | Required |
| --- | --- | --- |
| [`metadata`](#plugins-codecs-rubydebug-metadata) | [boolean](/reference/configuration-file-structure.md#boolean) | No |
 
### `metadata` [plugins-codecs-rubydebug-metadata]
* Value type is [boolean](/reference/configuration-file-structure.md#boolean)
* Default value is `false`
Should the events metadata be included?