docs/index.asciidoc in logstash-input-lumberjack-3.1.4 vs docs/index.asciidoc in logstash-input-lumberjack-3.1.5
- old
+ new
@@ -1,7 +1,8 @@
:plugin: lumberjack
:type: input
+:default_codec: plain
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: %VERSION%
@@ -22,11 +23,11 @@
Receive events using the Lumberjack protocol.
This input can be used to reliably and securely transport
events between Logstash instances. To do so, use the
-<<plugins-outputs-lumberjack,lumberjack output plugin>>
+{logstash-ref}/plugins-outputs-lumberjack.html[lumberjack output plugin]
in the sending Logstash instance(s).
It can also be used to receive events from the deprecated
https://github.com/elastic/logstash-forwarder[logstash-forwarder]
tool that has been replaced by
@@ -107,6 +108,8 @@
SSL key passphrase to use.
[id="plugins-{type}s-{plugin}-common-options"]
-include::{include_path}/{type}.asciidoc[]
+include::{include_path}/{type}.asciidoc[]
+
+:default_codec!:
\ No newline at end of file