Fixes #4030
This commit is contained in:
Mark Walkom 2015-10-14 14:55:33 +11:00 committed by Jordan Sissel
parent 476822e713
commit e9bee7c0f0

View file

@ -150,6 +150,8 @@ Input codecs provide a convenient way to decode your data before it enters the i
Output codecs provide a convenient way to encode your data before it leaves the output.
Using an input or output codec eliminates the need for a separate filter in your Logstash pipeline.
A list of available codecs can be found at the <<codec-plugins,Codec Plugins>> page.
Example:
[source,js]