mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Clarify that Java codecs work only with Java inputs and outputs
Fixes #10716
This commit is contained in:
parent
a44cb9ebf3
commit
f9a5876b3c
1 changed files with 4 additions and 0 deletions
4
docs/static/java-codec.asciidoc
vendored
4
docs/static/java-codec.asciidoc
vendored
|
@ -17,10 +17,14 @@
|
|||
//:methodheader: Logstash codecs must implement the `register` method, and the `decode` method or the `encode` method (or both).
|
||||
|
||||
[[java-codec-plugin]]
|
||||
|
||||
=== How to write a Java codec plugin
|
||||
|
||||
beta[]
|
||||
|
||||
NOTE: Java codecs are currently supported only for Java input and output plugins. They will not work with Ruby
|
||||
input or output plugins.
|
||||
|
||||
// Pulls in shared section: Setting Up Environment
|
||||
include::include/javapluginsetup.asciidoc[]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue