mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
285f730cb6
commit
87a2235742
1 changed files with 1 additions and 1 deletions
2
docs/static/java-codec.asciidoc
vendored
2
docs/static/java-codec.asciidoc
vendored
|
@ -319,7 +319,7 @@ To test the plugin, start Logstash with:
|
||||||
|
|
||||||
[source,java]
|
[source,java]
|
||||||
-----
|
-----
|
||||||
echo "foo,bar" | bin/logstash -e 'input { java_stdin { codec => java_codec_example } } }'
|
echo "foo,bar" | bin/logstash -e 'input { java_stdin { codec => java_codec_example } }'
|
||||||
-----
|
-----
|
||||||
|
|
||||||
NOTE: The Java execution engine, the default execution engine since Logstash 7.0, is required
|
NOTE: The Java execution engine, the default execution engine since Logstash 7.0, is required
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue