We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725be35 commit dc9d7b7Copy full SHA for dc9d7b7
README.md
@@ -270,7 +270,7 @@ The following items should be modified in the file above:
270
1. It should be named to correspond with the input name.
271
1. `require "logstash-input-java_input_example_jars"` should be changed to reference the appropriate "jars" file
272
as described below.
273
-1. `class LogStash::Inputs::JavaFilterExample < LogStash::Inputs::Base` should be changed to provide a unique and
+1. `class LogStash::Inputs::JavaInputExample < LogStash::Inputs::Base` should be changed to provide a unique and
274
descriptive Ruby class name.
275
1. `config_name "java_input_example"` must match the name of the plugin as specified in the `name` property of
276
the `@LogstashPlugin` annotation.
0 commit comments