remove extra brace from end of example command

Fixes #10966
This commit is contained in:
Dan Hermann 2019-07-16 07:59:10 -05:00
parent 285f730cb6
commit 87a2235742

View file

@ -319,7 +319,7 @@ To test the plugin, start Logstash with:
[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