docs/index.asciidoc in logstash-output-stdout-3.1.3 vs docs/index.asciidoc in logstash-output-stdout-3.1.4
- old
+ new
@@ -1,7 +1,8 @@
:plugin: stdout
:type: output
+:default_codec: rubydebug
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: %VERSION%
@@ -35,14 +36,15 @@
Useful codecs include:
`rubydebug`: outputs event data using the ruby "awesome_print"
http://rubygems.org/gems/awesome_print[library]
+This is the default codec for stdout.
[source,ruby]
output {
- stdout { codec => rubydebug }
+ stdout { }
}
`json`: outputs event data in structured JSON format
[source,ruby]
output {
@@ -56,5 +58,7 @@
There are no special configuration options for this plugin,
but it does support the <<plugins-{type}s-{plugin}-common-options>>.
[id="plugins-{type}s-{plugin}-common-options"]
include::{include_path}/{type}.asciidoc[]
+
+:default_codec!:
\ No newline at end of file